Shades of Hollywood Cerise #DF008E
Tints of Hollywood Cerise #DF008E
RGB
CMYK
RGB Variations
Color information
#DF008E (or 0xDF008E) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 8E. RGB value is (223,0,142). Sum of RGB (Red+Green+Blue) = 223+0+142=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF008E is #20FF71. Grayscale: #525252. Windows color (decimal): -2162546 or 9306335. OLE color: 9306335.
HSL color Cylindrical-coordinate representation of color #DF008E: hue angle of 321.79º 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 #DF008E is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.36 | 0.13 |
| HSL | 321.79º | 1% | 0.44% | - |
| HSV(B) | 321.79º | 1% | 0.87% | - |
| XYZ | 35.31 | 17.64 | 27.13 | - |
| YUV | 82.87 | 161.38 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 142 | 0 | 1 | 0.36 | 0.13 | 321.79 | 1 | 0.44 |
| Hex | DF | 0 | 8E | 0 | 64 | 24 | D | 142 | 64 | 2C |
| Octal | 337 | 0 | 216 | 0 | 144 | 44 | 15 | 502 | 144 | 54 |
| Binary | 11011111 | 0 | 10001110 | 0 | 1100100 | 100100 | 1101 | 101000010 | 1100100 | 101100 |
Color Harmonies of #DF008E
Complementary color
Monochromatic Colors of #DF008E
Black with #DF008E
Text Example
Text Example
White with #DF008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF008E; }
p { color: rgb(223,0,142); }
H1.HeaderClassName
{
color: #DF008E;
}
.AnyTagClassName
{
color: #DF008E;
}
</style>
background-color css
<style>
a { background-color: #DF008E; }
a { background-color: rgb(223,0,142); }
div.DivClassName
{
background-color: #DF008E;
}
.BgClassName
{
background-color: #DF008E;
}
</style>
border-color css
<style>
span { border-color: #DF008E; }
span { border-color: rgb(223,0,142); }
td.TdClassName
{
border-color: #DF008E;
}
.TagClassName
{
border-color: #DF008E;
}
</style>