Shades of Hollywood Cerise #D310AA
Tints of Hollywood Cerise #D310AA
RGB
CMYK
RGB Variations
Color information
#D310AA (or 0xD310AA) is known color: Hollywood Cerise. HEX triplet: D3, 10 and AA. RGB value is (211,16,170). Sum of RGB (Red+Green+Blue) = 211+16+170=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D310AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D310AA is #2CEF55. Grayscale: #5B5B5B. Windows color (decimal): -2944854 or 11145427. OLE color: 11145427.
HSL color Cylindrical-coordinate representation of color #D310AA: hue angle of 312.62º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D310AA is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 170 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.17 |
| HSL | 312.62º | 0.86% | 0.45% | - |
| HSV(B) | 312.62º | 0.92% | 0.83% | - |
| XYZ | 34.3 | 17.12 | 39.53 | - |
| YUV | 91.86 | 172.1 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 170 | 0 | 0.92 | 0.19 | 0.17 | 312.62 | 0.86 | 0.45 |
| Hex | D3 | 10 | AA | 0 | 5C | 13 | 11 | 139 | 56 | 2D |
| Octal | 323 | 20 | 252 | 0 | 134 | 23 | 21 | 471 | 126 | 55 |
| Binary | 11010011 | 10000 | 10101010 | 0 | 1011100 | 10011 | 10001 | 100111001 | 1010110 | 101101 |
Color Harmonies of #D310AA
Complementary color
Monochromatic Colors of #D310AA
Black with #D310AA
Text Example
Text Example
White with #D310AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D310AA; }
p { color: rgb(211,16,170); }
H1.HeaderClassName
{
color: #D310AA;
}
.AnyTagClassName
{
color: #D310AA;
}
</style>
background-color css
<style>
a { background-color: #D310AA; }
a { background-color: rgb(211,16,170); }
div.DivClassName
{
background-color: #D310AA;
}
.BgClassName
{
background-color: #D310AA;
}
</style>
border-color css
<style>
span { border-color: #D310AA; }
span { border-color: rgb(211,16,170); }
td.TdClassName
{
border-color: #D310AA;
}
.TagClassName
{
border-color: #D310AA;
}
</style>