Shades of Hollywood Cerise #D20DAB
Tints of Hollywood Cerise #D20DAB
RGB
CMYK
RGB Variations
Color information
#D20DAB (or 0xD20DAB) is known color: Hollywood Cerise. HEX triplet: D2, 0D and AB. RGB value is (210,13,171). Sum of RGB (Red+Green+Blue) = 210+13+171=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20DAB is #2DF254. Grayscale: #595959. Windows color (decimal): -3011157 or 11210194. OLE color: 11210194.
HSL color Cylindrical-coordinate representation of color #D20DAB: hue angle of 311.88º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DAB is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 171 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.18 |
| HSL | 311.88º | 0.88% | 0.44% | - |
| HSV(B) | 311.88º | 0.94% | 0.82% | - |
| XYZ | 34.07 | 16.93 | 40 | - |
| YUV | 89.92 | 173.77 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 171 | 0 | 0.94 | 0.19 | 0.18 | 311.88 | 0.88 | 0.44 |
| Hex | D2 | D | AB | 0 | 5E | 13 | 12 | 138 | 58 | 2C |
| Octal | 322 | 15 | 253 | 0 | 136 | 23 | 22 | 470 | 130 | 54 |
| Binary | 11010010 | 1101 | 10101011 | 0 | 1011110 | 10011 | 10010 | 100111000 | 1011000 | 101100 |
Color Harmonies of #D20DAB
Complementary color
Monochromatic Colors of #D20DAB
Black with #D20DAB
Text Example
Text Example
White with #D20DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DAB; }
p { color: rgb(210,13,171); }
H1.HeaderClassName
{
color: #D20DAB;
}
.AnyTagClassName
{
color: #D20DAB;
}
</style>
background-color css
<style>
a { background-color: #D20DAB; }
a { background-color: rgb(210,13,171); }
div.DivClassName
{
background-color: #D20DAB;
}
.BgClassName
{
background-color: #D20DAB;
}
</style>
border-color css
<style>
span { border-color: #D20DAB; }
span { border-color: rgb(210,13,171); }
td.TdClassName
{
border-color: #D20DAB;
}
.TagClassName
{
border-color: #D20DAB;
}
</style>