What is the RGB code for dusky pink?
The CSS color dusky pink in RGB format is rgb(204, 122, 139). Use this value directly in CSS, SVG, and most design tools.
How do I use dusky pink in CSS?
To apply dusky pink in CSS:
- Text color: color: rgb(204, 122, 139);
- Background: background-color: rgb(204, 122, 139);
- Border: border-color: rgb(204, 122, 139);
What are all the color format values for dusky pink?
| Format | Value |
|---|---|
| HEX | #cc7a8b |
| RGB | rgb(204, 122, 139) |
| HSL | hsl(347.6, 44.6%, 63.9%) |
| CMYK | cmyk(0%, 40.2%, 31.9%, 20%) |
How do I convert dusky pink to RGB?
Select dusky pink from the color name list in our color converter. The RGB value — rgb(204, 122, 139) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dusky pink belong to?
dusky pink belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 347.6°, saturation 44.6%, lightness 63.9%.
How do I create lighter and darker shades of dusky pink?
Lighter variant (lightness 78.9%): #e1b1bb. Darker variant (lightness 48.9%): #b4455c. 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.