Shades of Hollywood Cerise #D40DAB
Tints of Hollywood Cerise #D40DAB
RGB
CMYK
RGB Variations
Color information
#D40DAB (or 0xD40DAB) is known color: Hollywood Cerise. HEX triplet: D4, 0D and AB. RGB value is (212,13,171). Sum of RGB (Red+Green+Blue) = 212+13+171=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40DAB is #2BF254. Grayscale: #5A5A5A. Windows color (decimal): -2880085 or 11210196. OLE color: 11210196.
HSL color Cylindrical-coordinate representation of color #D40DAB: hue angle of 312.36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40DAB is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 171 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.17 |
| HSL | 312.36º | 0.88% | 0.44% | - |
| HSV(B) | 312.36º | 0.94% | 0.83% | - |
| XYZ | 34.65 | 17.23 | 40.03 | - |
| YUV | 90.51 | 173.43 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 171 | 0 | 0.94 | 0.19 | 0.17 | 312.36 | 0.88 | 0.44 |
| Hex | D4 | D | AB | 0 | 5E | 13 | 11 | 138 | 58 | 2C |
| Octal | 324 | 15 | 253 | 0 | 136 | 23 | 21 | 470 | 130 | 54 |
| Binary | 11010100 | 1101 | 10101011 | 0 | 1011110 | 10011 | 10001 | 100111000 | 1011000 | 101100 |
Color Harmonies of #D40DAB
Complementary color
Monochromatic Colors of #D40DAB
Black with #D40DAB
Text Example
Text Example
White with #D40DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DAB; }
p { color: rgb(212,13,171); }
H1.HeaderClassName
{
color: #D40DAB;
}
.AnyTagClassName
{
color: #D40DAB;
}
</style>
background-color css
<style>
a { background-color: #D40DAB; }
a { background-color: rgb(212,13,171); }
div.DivClassName
{
background-color: #D40DAB;
}
.BgClassName
{
background-color: #D40DAB;
}
</style>
border-color css
<style>
span { border-color: #D40DAB; }
span { border-color: rgb(212,13,171); }
td.TdClassName
{
border-color: #D40DAB;
}
.TagClassName
{
border-color: #D40DAB;
}
</style>