Shades of Hollywood Cerise #DF008C
Tints of Hollywood Cerise #DF008C
RGB
CMYK
RGB Variations
Color information
#DF008C (or 0xDF008C) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 8C. RGB value is (223,0,140). Sum of RGB (Red+Green+Blue) = 223+0+140=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF008C is #20FF73. Grayscale: #525252. Windows color (decimal): -2162548 or 9175263. OLE color: 9175263.
HSL color Cylindrical-coordinate representation of color #DF008C: hue angle of 322.33º 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 #DF008C is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.37 | 0.13 |
| HSL | 322.33º | 1% | 0.44% | - |
| HSV(B) | 322.33º | 1% | 0.87% | - |
| XYZ | 35.17 | 17.58 | 26.35 | - |
| YUV | 82.64 | 160.38 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 140 | 0 | 1 | 0.37 | 0.13 | 322.33 | 1 | 0.44 |
| Hex | DF | 0 | 8C | 0 | 64 | 25 | D | 142 | 64 | 2C |
| Octal | 337 | 0 | 214 | 0 | 144 | 45 | 15 | 502 | 144 | 54 |
| Binary | 11011111 | 0 | 10001100 | 0 | 1100100 | 100101 | 1101 | 101000010 | 1100100 | 101100 |
Color Harmonies of #DF008C
Complementary color
Monochromatic Colors of #DF008C
Black with #DF008C
Text Example
Text Example
White with #DF008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF008C; }
p { color: rgb(223,0,140); }
H1.HeaderClassName
{
color: #DF008C;
}
.AnyTagClassName
{
color: #DF008C;
}
</style>
background-color css
<style>
a { background-color: #DF008C; }
a { background-color: rgb(223,0,140); }
div.DivClassName
{
background-color: #DF008C;
}
.BgClassName
{
background-color: #DF008C;
}
</style>
border-color css
<style>
span { border-color: #DF008C; }
span { border-color: rgb(223,0,140); }
td.TdClassName
{
border-color: #DF008C;
}
.TagClassName
{
border-color: #DF008C;
}
</style>