Shades of Hollywood Cerise #D312AA
Tints of Hollywood Cerise #D312AA
RGB
CMYK
RGB Variations
Color information
#D312AA (or 0xD312AA) is known color: Hollywood Cerise. HEX triplet: D3, 12 and AA. RGB value is (211,18,170). Sum of RGB (Red+Green+Blue) = 211+18+170=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D312AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D312AA is #2CED55. Grayscale: #5C5C5C. Windows color (decimal): -2944342 or 11145939. OLE color: 11145939.
HSL color Cylindrical-coordinate representation of color #D312AA: hue angle of 312.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D312AA is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 170 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.17 |
| HSL | 312.75º | 0.84% | 0.45% | - |
| HSV(B) | 312.75º | 0.91% | 0.83% | - |
| XYZ | 34.34 | 17.18 | 39.54 | - |
| YUV | 93.04 | 171.44 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 170 | 0 | 0.91 | 0.19 | 0.17 | 312.75 | 0.84 | 0.45 |
| Hex | D3 | 12 | AA | 0 | 5B | 13 | 11 | 139 | 54 | 2D |
| Octal | 323 | 22 | 252 | 0 | 133 | 23 | 21 | 471 | 124 | 55 |
| Binary | 11010011 | 10010 | 10101010 | 0 | 1011011 | 10011 | 10001 | 100111001 | 1010100 | 101101 |
Color Harmonies of #D312AA
Complementary color
Monochromatic Colors of #D312AA
Black with #D312AA
Text Example
Text Example
White with #D312AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312AA; }
p { color: rgb(211,18,170); }
H1.HeaderClassName
{
color: #D312AA;
}
.AnyTagClassName
{
color: #D312AA;
}
</style>
background-color css
<style>
a { background-color: #D312AA; }
a { background-color: rgb(211,18,170); }
div.DivClassName
{
background-color: #D312AA;
}
.BgClassName
{
background-color: #D312AA;
}
</style>
border-color css
<style>
span { border-color: #D312AA; }
span { border-color: rgb(211,18,170); }
td.TdClassName
{
border-color: #D312AA;
}
.TagClassName
{
border-color: #D312AA;
}
</style>