Shades of Hollywood Cerise #D810A2
Tints of Hollywood Cerise #D810A2
RGB
CMYK
RGB Variations
Color information
#D810A2 (or 0xD810A2) is known color: Hollywood Cerise. HEX triplet: D8, 10 and A2. RGB value is (216,16,162). Sum of RGB (Red+Green+Blue) = 216+16+162=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D810A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D810A2 is #27EF5D. Grayscale: #5C5C5C. Windows color (decimal): -2617182 or 10621144. OLE color: 10621144.
HSL color Cylindrical-coordinate representation of color #D810A2: hue angle of 316.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810A2 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 162 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.15 |
| HSL | 316.2º | 0.86% | 0.45% | - |
| HSV(B) | 316.2º | 0.93% | 0.85% | - |
| XYZ | 35.03 | 17.58 | 35.73 | - |
| YUV | 92.44 | 167.26 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 162 | 0 | 0.93 | 0.25 | 0.15 | 316.2 | 0.86 | 0.45 |
| Hex | D8 | 10 | A2 | 0 | 5D | 19 | F | 13C | 56 | 2D |
| Octal | 330 | 20 | 242 | 0 | 135 | 31 | 17 | 474 | 126 | 55 |
| Binary | 11011000 | 10000 | 10100010 | 0 | 1011101 | 11001 | 1111 | 100111100 | 1010110 | 101101 |
Color Harmonies of #D810A2
Complementary color
Monochromatic Colors of #D810A2
Black with #D810A2
Text Example
Text Example
White with #D810A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810A2; }
p { color: rgb(216,16,162); }
H1.HeaderClassName
{
color: #D810A2;
}
.AnyTagClassName
{
color: #D810A2;
}
</style>
background-color css
<style>
a { background-color: #D810A2; }
a { background-color: rgb(216,16,162); }
div.DivClassName
{
background-color: #D810A2;
}
.BgClassName
{
background-color: #D810A2;
}
</style>
border-color css
<style>
span { border-color: #D810A2; }
span { border-color: rgb(216,16,162); }
td.TdClassName
{
border-color: #D810A2;
}
.TagClassName
{
border-color: #D810A2;
}
</style>