Shades of Hollywood Cerise #DF0590
Tints of Hollywood Cerise #DF0590
RGB
CMYK
RGB Variations
Color information
#DF0590 (or 0xDF0590) is known color: Hollywood Cerise. HEX triplet: DF, 05 and 90. RGB value is (223,5,144). Sum of RGB (Red+Green+Blue) = 223+5+144=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0590 is #20FA6F. Grayscale: #555555. Windows color (decimal): -2161264 or 9438687. OLE color: 9438687.
HSL color Cylindrical-coordinate representation of color #DF0590: hue angle of 321.74º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0590 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 144 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.13 |
| HSL | 321.74º | 0.96% | 0.45% | - |
| HSV(B) | 321.74º | 0.98% | 0.87% | - |
| XYZ | 35.52 | 17.81 | 27.95 | - |
| YUV | 86.03 | 160.72 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 144 | 0 | 0.98 | 0.35 | 0.13 | 321.74 | 0.96 | 0.45 |
| Hex | DF | 5 | 90 | 0 | 62 | 23 | D | 142 | 60 | 2D |
| Octal | 337 | 5 | 220 | 0 | 142 | 43 | 15 | 502 | 140 | 55 |
| Binary | 11011111 | 101 | 10010000 | 0 | 1100010 | 100011 | 1101 | 101000010 | 1100000 | 101101 |
Color Harmonies of #DF0590
Complementary color
Monochromatic Colors of #DF0590
Black with #DF0590
Text Example
Text Example
White with #DF0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0590; }
p { color: rgb(223,5,144); }
H1.HeaderClassName
{
color: #DF0590;
}
.AnyTagClassName
{
color: #DF0590;
}
</style>
background-color css
<style>
a { background-color: #DF0590; }
a { background-color: rgb(223,5,144); }
div.DivClassName
{
background-color: #DF0590;
}
.BgClassName
{
background-color: #DF0590;
}
</style>
border-color css
<style>
span { border-color: #DF0590; }
span { border-color: rgb(223,5,144); }
td.TdClassName
{
border-color: #DF0590;
}
.TagClassName
{
border-color: #DF0590;
}
</style>