Shades of Hollywood Cerise #DF009C
Tints of Hollywood Cerise #DF009C
RGB
CMYK
RGB Variations
Color information
#DF009C (or 0xDF009C) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 9C. RGB value is (223,0,156). Sum of RGB (Red+Green+Blue) = 223+0+156=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF009C is #20FF63. Grayscale: #545454. Windows color (decimal): -2162532 or 10223839. OLE color: 10223839.
HSL color Cylindrical-coordinate representation of color #DF009C: hue angle of 318.03º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF009C is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.30 | 0.13 |
| HSL | 318.03º | 1% | 0.44% | - |
| HSV(B) | 318.03º | 1% | 0.87% | - |
| XYZ | 36.43 | 18.09 | 33.02 | - |
| YUV | 84.46 | 168.38 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 156 | 0 | 1 | 0.30 | 0.13 | 318.03 | 1 | 0.44 |
| Hex | DF | 0 | 9C | 0 | 64 | 1E | D | 13E | 64 | 2C |
| Octal | 337 | 0 | 234 | 0 | 144 | 36 | 15 | 476 | 144 | 54 |
| Binary | 11011111 | 0 | 10011100 | 0 | 1100100 | 11110 | 1101 | 100111110 | 1100100 | 101100 |
Color Harmonies of #DF009C
Complementary color
Monochromatic Colors of #DF009C
Black with #DF009C
Text Example
Text Example
White with #DF009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF009C; }
p { color: rgb(223,0,156); }
H1.HeaderClassName
{
color: #DF009C;
}
.AnyTagClassName
{
color: #DF009C;
}
</style>
background-color css
<style>
a { background-color: #DF009C; }
a { background-color: rgb(223,0,156); }
div.DivClassName
{
background-color: #DF009C;
}
.BgClassName
{
background-color: #DF009C;
}
</style>
border-color css
<style>
span { border-color: #DF009C; }
span { border-color: rgb(223,0,156); }
td.TdClassName
{
border-color: #DF009C;
}
.TagClassName
{
border-color: #DF009C;
}
</style>