What is the HSL code for dark rose?
The CSS color dark rose in HSL format is hsl(348.4, 43.1%, 49.6%). 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: hsl(348.4, 43.1%, 49.6%);
- Background: background-color: hsl(348.4, 43.1%, 49.6%);
- Border: border-color: hsl(348.4, 43.1%, 49.6%);
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 HSL?
Select dark rose from the color name list in our color converter. The HSL value — hsl(348.4, 43.1%, 49.6%) — 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 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.