What is the HEX code for deep pink?
The CSS color deep pink in HEX format is #cb0162. 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: #cb0162;
- Background: background-color: #cb0162;
- Border: border-color: #cb0162;
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 HEX?
Select deep pink from the color name list in our color converter. The HEX value — #cb0162 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.