What is the HEX code for dark rose?
The CSS color dark rose in HEX format is #b5485d. Use this value directly in CSS, SVG, and most design tools.
How do I use dark rose in CSS?
To apply dark rose in CSS:
- Text color: color: #b5485d;
- Background: background-color: #b5485d;
- Border: border-color: #b5485d;
What are all the color format values for dark rose?
| Format | Value |
|---|---|
| HEX | #b5485d |
| RGB | rgb(181, 72, 93) |
| HSL | hsl(348.4, 43.1%, 49.6%) |
| CMYK | cmyk(0%, 60.2%, 48.6%, 29%) |
How do I convert dark rose to HEX?
Select dark rose from the color name list in our color converter. The HEX value — #b5485d — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark rose belong to?
dark rose belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 348.4°, saturation 43.1%, lightness 49.6%.
How do I create lighter and darker shades of dark rose?
Lighter variant (lightness 64.6%): #cc7e8d. Darker variant (lightness 34.6%): #7e3241. 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.