What is the HSL code for dark fuchsia?
The CSS color dark fuchsia in HSL format is hsl(327.2, 91.5%, 32.2%). 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: hsl(327.2, 91.5%, 32.2%);
- Background: background-color: hsl(327.2, 91.5%, 32.2%);
- Border: border-color: hsl(327.2, 91.5%, 32.2%);
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 HSL?
Select dark fuchsia from the color name list in our color converter. The HSL value — hsl(327.2, 91.5%, 32.2%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.