What is the RGB code for dark fuchsia?
The CSS color dark fuchsia in RGB format is rgb(157, 7, 89). Use this value directly in CSS, SVG, and most design tools.
How do I use dark fuchsia in CSS?
To apply dark fuchsia in CSS:
- Text color: color: rgb(157, 7, 89);
- Background: background-color: rgb(157, 7, 89);
- Border: border-color: rgb(157, 7, 89);
What are all the color format values for dark fuchsia?
| Format | Value |
|---|---|
| HEX | #9d0759 |
| RGB | rgb(157, 7, 89) |
| HSL | hsl(327.2, 91.5%, 32.2%) |
| CMYK | cmyk(0%, 95.5%, 43.3%, 38.4%) |
How do I convert dark fuchsia to RGB?
Select dark fuchsia from the color name list in our color converter. The RGB value — rgb(157, 7, 89) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark fuchsia belong to?
dark fuchsia belongs to the pink color family. It is a medium, vivid color with HSL values: hue 327.2°, saturation 91.5%, lightness 32.2%.
How do I create lighter and darker shades of dark fuchsia?
Lighter variant (lightness 47.2%): #e60a83. Darker variant (lightness 17.200000000000003%): #540430. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.