Shades of Hollywood Cerise #DF009E
Tints of Hollywood Cerise #DF009E
RGB
CMYK
RGB Variations
Color information
#DF009E (or 0xDF009E) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 9E. RGB value is (223,0,158). Sum of RGB (Red+Green+Blue) = 223+0+158=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF009E is #20FF61. Grayscale: #545454. Windows color (decimal): -2162530 or 10354911. OLE color: 10354911.
HSL color Cylindrical-coordinate representation of color #DF009E: hue angle of 317.49º 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 #DF009E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.29 | 0.13 |
| HSL | 317.49º | 1% | 0.44% | - |
| HSV(B) | 317.49º | 1% | 0.87% | - |
| XYZ | 36.6 | 18.16 | 33.92 | - |
| YUV | 84.69 | 169.38 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 158 | 0 | 1 | 0.29 | 0.13 | 317.49 | 1 | 0.44 |
| Hex | DF | 0 | 9E | 0 | 64 | 1D | D | 13D | 64 | 2C |
| Octal | 337 | 0 | 236 | 0 | 144 | 35 | 15 | 475 | 144 | 54 |
| Binary | 11011111 | 0 | 10011110 | 0 | 1100100 | 11101 | 1101 | 100111101 | 1100100 | 101100 |
Color Harmonies of #DF009E
Complementary color
Monochromatic Colors of #DF009E
Black with #DF009E
Text Example
Text Example
White with #DF009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF009E; }
p { color: rgb(223,0,158); }
H1.HeaderClassName
{
color: #DF009E;
}
.AnyTagClassName
{
color: #DF009E;
}
</style>
background-color css
<style>
a { background-color: #DF009E; }
a { background-color: rgb(223,0,158); }
div.DivClassName
{
background-color: #DF009E;
}
.BgClassName
{
background-color: #DF009E;
}
</style>
border-color css
<style>
span { border-color: #DF009E; }
span { border-color: rgb(223,0,158); }
td.TdClassName
{
border-color: #DF009E;
}
.TagClassName
{
border-color: #DF009E;
}
</style>