Shades of Hollywood Cerise #DF0C99
Tints of Hollywood Cerise #DF0C99
RGB
CMYK
RGB Variations
Color information
#DF0C99 (or 0xDF0C99) is known color: Hollywood Cerise. HEX triplet: DF, 0C and 99. RGB value is (223,12,153). Sum of RGB (Red+Green+Blue) = 223+12+153=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0C99 is #20F366. Grayscale: #5A5A5A. Windows color (decimal): -2159463 or 10030303. OLE color: 10030303.
HSL color Cylindrical-coordinate representation of color #DF0C99: hue angle of 319.91º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0C99 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 153 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.13 |
| HSL | 319.91º | 0.9% | 0.46% | - |
| HSV(B) | 319.91º | 0.95% | 0.87% | - |
| XYZ | 36.31 | 18.25 | 31.75 | - |
| YUV | 91.16 | 162.9 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 153 | 0 | 0.95 | 0.31 | 0.13 | 319.91 | 0.9 | 0.46 |
| Hex | DF | C | 99 | 0 | 5F | 1F | D | 140 | 5A | 2E |
| Octal | 337 | 14 | 231 | 0 | 137 | 37 | 15 | 500 | 132 | 56 |
| Binary | 11011111 | 1100 | 10011001 | 0 | 1011111 | 11111 | 1101 | 101000000 | 1011010 | 101110 |
Color Harmonies of #DF0C99
Complementary color
Monochromatic Colors of #DF0C99
Black with #DF0C99
Text Example
Text Example
White with #DF0C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C99; }
p { color: rgb(223,12,153); }
H1.HeaderClassName
{
color: #DF0C99;
}
.AnyTagClassName
{
color: #DF0C99;
}
</style>
background-color css
<style>
a { background-color: #DF0C99; }
a { background-color: rgb(223,12,153); }
div.DivClassName
{
background-color: #DF0C99;
}
.BgClassName
{
background-color: #DF0C99;
}
</style>
border-color css
<style>
span { border-color: #DF0C99; }
span { border-color: rgb(223,12,153); }
td.TdClassName
{
border-color: #DF0C99;
}
.TagClassName
{
border-color: #DF0C99;
}
</style>