What is the HEX code for dark pink?
The CSS color dark pink in HEX format is #cb416b. Use this value directly in CSS, SVG, and most design tools.
How do I use dark pink in CSS?
To apply dark pink in CSS:
- Text color: color: #cb416b;
- Background: background-color: #cb416b;
- Border: border-color: #cb416b;
What are all the color format values for dark pink?
| Format | Value |
|---|---|
| HEX | #cb416b |
| RGB | rgb(203, 65, 107) |
| HSL | hsl(341.7, 57%, 52.5%) |
| CMYK | cmyk(0%, 68%, 47.3%, 20.4%) |
How do I convert dark pink to HEX?
Select dark pink from the color name list in our color converter. The HEX value — #cb416b — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark pink belong to?
dark pink belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 341.7°, saturation 57%, lightness 52.5%.
How do I create lighter and darker shades of dark pink?
Lighter variant (lightness 67.5%): #db7d9a. Darker variant (lightness 37.5%): #96294a. 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.