Shades of Hollywood Cerise #DF0DAB
Tints of Hollywood Cerise #DF0DAB
RGB
CMYK
RGB Variations
Color information
#DF0DAB (or 0xDF0DAB) is known color: Hollywood Cerise. HEX triplet: DF, 0D and AB. RGB value is (223,13,171). Sum of RGB (Red+Green+Blue) = 223+13+171=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0DAB is #20F254. Grayscale: #5D5D5D. Windows color (decimal): -2159189 or 11210207. OLE color: 11210207.
HSL color Cylindrical-coordinate representation of color #DF0DAB: hue angle of 314.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DAB is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 171 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.13 |
| HSL | 314.86º | 0.89% | 0.46% | - |
| HSV(B) | 314.86º | 0.94% | 0.87% | - |
| XYZ | 37.93 | 18.92 | 40.18 | - |
| YUV | 93.8 | 171.57 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 171 | 0 | 0.94 | 0.23 | 0.13 | 314.86 | 0.89 | 0.46 |
| Hex | DF | D | AB | 0 | 5E | 17 | D | 13B | 59 | 2E |
| Octal | 337 | 15 | 253 | 0 | 136 | 27 | 15 | 473 | 131 | 56 |
| Binary | 11011111 | 1101 | 10101011 | 0 | 1011110 | 10111 | 1101 | 100111011 | 1011001 | 101110 |
Color Harmonies of #DF0DAB
Complementary color
Monochromatic Colors of #DF0DAB
Black with #DF0DAB
Text Example
Text Example
White with #DF0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DAB; }
p { color: rgb(223,13,171); }
H1.HeaderClassName
{
color: #DF0DAB;
}
.AnyTagClassName
{
color: #DF0DAB;
}
</style>
background-color css
<style>
a { background-color: #DF0DAB; }
a { background-color: rgb(223,13,171); }
div.DivClassName
{
background-color: #DF0DAB;
}
.BgClassName
{
background-color: #DF0DAB;
}
</style>
border-color css
<style>
span { border-color: #DF0DAB; }
span { border-color: rgb(223,13,171); }
td.TdClassName
{
border-color: #DF0DAB;
}
.TagClassName
{
border-color: #DF0DAB;
}
</style>