Shades of Hollywood Cerise #DF0599
Tints of Hollywood Cerise #DF0599
RGB
CMYK
RGB Variations
Color information
#DF0599 (or 0xDF0599) is known color: Hollywood Cerise. HEX triplet: DF, 05 and 99. RGB value is (223,5,153). Sum of RGB (Red+Green+Blue) = 223+5+153=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0599 is #20FA66. Grayscale: #565656. Windows color (decimal): -2161255 or 10028511. OLE color: 10028511.
HSL color Cylindrical-coordinate representation of color #DF0599: hue angle of 319.27º 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 #DF0599 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.13 |
| HSL | 319.27º | 0.96% | 0.45% | - |
| HSV(B) | 319.27º | 0.98% | 0.87% | - |
| XYZ | 36.24 | 18.1 | 31.72 | - |
| YUV | 87.05 | 165.22 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 153 | 0 | 0.98 | 0.31 | 0.13 | 319.27 | 0.96 | 0.45 |
| Hex | DF | 5 | 99 | 0 | 62 | 1F | D | 13F | 60 | 2D |
| Octal | 337 | 5 | 231 | 0 | 142 | 37 | 15 | 477 | 140 | 55 |
| Binary | 11011111 | 101 | 10011001 | 0 | 1100010 | 11111 | 1101 | 100111111 | 1100000 | 101101 |
Color Harmonies of #DF0599
Complementary color
Monochromatic Colors of #DF0599
Black with #DF0599
Text Example
Text Example
White with #DF0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0599; }
p { color: rgb(223,5,153); }
H1.HeaderClassName
{
color: #DF0599;
}
.AnyTagClassName
{
color: #DF0599;
}
</style>
background-color css
<style>
a { background-color: #DF0599; }
a { background-color: rgb(223,5,153); }
div.DivClassName
{
background-color: #DF0599;
}
.BgClassName
{
background-color: #DF0599;
}
</style>
border-color css
<style>
span { border-color: #DF0599; }
span { border-color: rgb(223,5,153); }
td.TdClassName
{
border-color: #DF0599;
}
.TagClassName
{
border-color: #DF0599;
}
</style>