What is the HSL code for deep pink?
The CSS color deep pink in HSL format is hsl(331.2, 99%, 40%). Use this value directly in CSS, SVG, and most design tools.
How do I use deep pink in CSS?
To apply deep pink in CSS:
- Text color: color: hsl(331.2, 99%, 40%);
- Background: background-color: hsl(331.2, 99%, 40%);
- Border: border-color: hsl(331.2, 99%, 40%);
What are all the color format values for deep pink?
| Format | Value |
|---|---|
| HEX | #cb0162 |
| RGB | rgb(203, 1, 98) |
| HSL | hsl(331.2, 99%, 40%) |
| CMYK | cmyk(0%, 99.5%, 51.7%, 20.4%) |
How do I convert deep pink to HSL?
Select deep pink from the color name list in our color converter. The HSL value — hsl(331.2, 99%, 40%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does deep pink belong to?
deep pink belongs to the pink color family. It is a medium, vivid color with HSL values: hue 331.2°, saturation 99%, lightness 40%.
How do I create lighter and darker shades of deep pink?
Lighter variant (lightness 55%): #fe1b88. Darker variant (lightness 25%): #7f013d. 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.