Shades of Hollywood Cerise #D910A2
Tints of Hollywood Cerise #D910A2
RGB
CMYK
RGB Variations
Color information
#D910A2 (or 0xD910A2) is known color: Hollywood Cerise. HEX triplet: D9, 10 and A2. RGB value is (217,16,162). Sum of RGB (Red+Green+Blue) = 217+16+162=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D910A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D910A2 is #26EF5D. Grayscale: #5C5C5C. Windows color (decimal): -2551646 or 10621145. OLE color: 10621145.
HSL color Cylindrical-coordinate representation of color #D910A2: hue angle of 316.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910A2 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 162 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.15 |
| HSL | 316.42º | 0.86% | 0.46% | - |
| HSV(B) | 316.42º | 0.93% | 0.85% | - |
| XYZ | 35.32 | 17.73 | 35.74 | - |
| YUV | 92.74 | 167.09 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 162 | 0 | 0.93 | 0.25 | 0.15 | 316.42 | 0.86 | 0.46 |
| Hex | D9 | 10 | A2 | 0 | 5D | 19 | F | 13C | 56 | 2E |
| Octal | 331 | 20 | 242 | 0 | 135 | 31 | 17 | 474 | 126 | 56 |
| Binary | 11011001 | 10000 | 10100010 | 0 | 1011101 | 11001 | 1111 | 100111100 | 1010110 | 101110 |
Color Harmonies of #D910A2
Complementary color
Monochromatic Colors of #D910A2
Black with #D910A2
Text Example
Text Example
White with #D910A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910A2; }
p { color: rgb(217,16,162); }
H1.HeaderClassName
{
color: #D910A2;
}
.AnyTagClassName
{
color: #D910A2;
}
</style>
background-color css
<style>
a { background-color: #D910A2; }
a { background-color: rgb(217,16,162); }
div.DivClassName
{
background-color: #D910A2;
}
.BgClassName
{
background-color: #D910A2;
}
</style>
border-color css
<style>
span { border-color: #D910A2; }
span { border-color: rgb(217,16,162); }
td.TdClassName
{
border-color: #D910A2;
}
.TagClassName
{
border-color: #D910A2;
}
</style>