Shades of Hollywood Cerise #DF0CAB
Tints of Hollywood Cerise #DF0CAB
RGB
CMYK
RGB Variations
Color information
#DF0CAB (or 0xDF0CAB) is known color: Hollywood Cerise. HEX triplet: DF, 0C and AB. RGB value is (223,12,171). Sum of RGB (Red+Green+Blue) = 223+12+171=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0CAB is #20F354. Grayscale: #5C5C5C. Windows color (decimal): -2159445 or 11209951. OLE color: 11209951.
HSL color Cylindrical-coordinate representation of color #DF0CAB: hue angle of 314.79º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CAB is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 171 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.13 |
| HSL | 314.79º | 0.9% | 0.46% | - |
| HSV(B) | 314.79º | 0.95% | 0.87% | - |
| XYZ | 37.91 | 18.89 | 40.18 | - |
| YUV | 93.22 | 171.9 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 171 | 0 | 0.95 | 0.23 | 0.13 | 314.79 | 0.9 | 0.46 |
| Hex | DF | C | AB | 0 | 5F | 17 | D | 13B | 5A | 2E |
| Octal | 337 | 14 | 253 | 0 | 137 | 27 | 15 | 473 | 132 | 56 |
| Binary | 11011111 | 1100 | 10101011 | 0 | 1011111 | 10111 | 1101 | 100111011 | 1011010 | 101110 |
Color Harmonies of #DF0CAB
Complementary color
Monochromatic Colors of #DF0CAB
Black with #DF0CAB
Text Example
Text Example
White with #DF0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CAB; }
p { color: rgb(223,12,171); }
H1.HeaderClassName
{
color: #DF0CAB;
}
.AnyTagClassName
{
color: #DF0CAB;
}
</style>
background-color css
<style>
a { background-color: #DF0CAB; }
a { background-color: rgb(223,12,171); }
div.DivClassName
{
background-color: #DF0CAB;
}
.BgClassName
{
background-color: #DF0CAB;
}
</style>
border-color css
<style>
span { border-color: #DF0CAB; }
span { border-color: rgb(223,12,171); }
td.TdClassName
{
border-color: #DF0CAB;
}
.TagClassName
{
border-color: #DF0CAB;
}
</style>