Shades of Hollywood Cerise #D212AA
Tints of Hollywood Cerise #D212AA
RGB
CMYK
RGB Variations
Color information
#D212AA (or 0xD212AA) is known color: Hollywood Cerise. HEX triplet: D2, 12 and AA. RGB value is (210,18,170). Sum of RGB (Red+Green+Blue) = 210+18+170=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D212AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D212AA is #2DED55. Grayscale: #5C5C5C. Windows color (decimal): -3009878 or 11145938. OLE color: 11145938.
HSL color Cylindrical-coordinate representation of color #D212AA: hue angle of 312.5º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D212AA is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 170 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.18 |
| HSL | 312.5º | 0.84% | 0.45% | - |
| HSV(B) | 312.5º | 0.91% | 0.82% | - |
| XYZ | 34.05 | 17.04 | 39.52 | - |
| YUV | 92.74 | 171.61 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 170 | 0 | 0.91 | 0.19 | 0.18 | 312.5 | 0.84 | 0.45 |
| Hex | D2 | 12 | AA | 0 | 5B | 13 | 12 | 138 | 54 | 2D |
| Octal | 322 | 22 | 252 | 0 | 133 | 23 | 22 | 470 | 124 | 55 |
| Binary | 11010010 | 10010 | 10101010 | 0 | 1011011 | 10011 | 10010 | 100111000 | 1010100 | 101101 |
Color Harmonies of #D212AA
Complementary color
Monochromatic Colors of #D212AA
Black with #D212AA
Text Example
Text Example
White with #D212AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D212AA; }
p { color: rgb(210,18,170); }
H1.HeaderClassName
{
color: #D212AA;
}
.AnyTagClassName
{
color: #D212AA;
}
</style>
background-color css
<style>
a { background-color: #D212AA; }
a { background-color: rgb(210,18,170); }
div.DivClassName
{
background-color: #D212AA;
}
.BgClassName
{
background-color: #D212AA;
}
</style>
border-color css
<style>
span { border-color: #D212AA; }
span { border-color: rgb(210,18,170); }
td.TdClassName
{
border-color: #D212AA;
}
.TagClassName
{
border-color: #D212AA;
}
</style>