What is the RGB code for dark rose?
The CSS color dark rose in RGB format is rgb(181, 72, 93). 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: rgb(181, 72, 93);
- Background: background-color: rgb(181, 72, 93);
- Border: border-color: rgb(181, 72, 93);
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 RGB?
Select dark rose from the color name list in our color converter. The RGB value — rgb(181, 72, 93) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.