Shades of Hollywood Cerise #DF009F
Tints of Hollywood Cerise #DF009F
RGB
CMYK
RGB Variations
Color information
#DF009F (or 0xDF009F) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 9F. RGB value is (223,0,159). Sum of RGB (Red+Green+Blue) = 223+0+159=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF009F is #20FF60. Grayscale: #545454. Windows color (decimal): -2162529 or 10420447. OLE color: 10420447.
HSL color Cylindrical-coordinate representation of color #DF009F: hue angle of 317.22º 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 #DF009F is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.29 | 0.13 |
| HSL | 317.22º | 1% | 0.44% | - |
| HSV(B) | 317.22º | 1% | 0.87% | - |
| XYZ | 36.69 | 18.19 | 34.38 | - |
| YUV | 84.8 | 169.88 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 159 | 0 | 1 | 0.29 | 0.13 | 317.22 | 1 | 0.44 |
| Hex | DF | 0 | 9F | 0 | 64 | 1D | D | 13D | 64 | 2C |
| Octal | 337 | 0 | 237 | 0 | 144 | 35 | 15 | 475 | 144 | 54 |
| Binary | 11011111 | 0 | 10011111 | 0 | 1100100 | 11101 | 1101 | 100111101 | 1100100 | 101100 |
Color Harmonies of #DF009F
Complementary color
Monochromatic Colors of #DF009F
Black with #DF009F
Text Example
Text Example
White with #DF009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF009F; }
p { color: rgb(223,0,159); }
H1.HeaderClassName
{
color: #DF009F;
}
.AnyTagClassName
{
color: #DF009F;
}
</style>
background-color css
<style>
a { background-color: #DF009F; }
a { background-color: rgb(223,0,159); }
div.DivClassName
{
background-color: #DF009F;
}
.BgClassName
{
background-color: #DF009F;
}
</style>
border-color css
<style>
span { border-color: #DF009F; }
span { border-color: rgb(223,0,159); }
td.TdClassName
{
border-color: #DF009F;
}
.TagClassName
{
border-color: #DF009F;
}
</style>