Shades of Hollywood Cerise #D20AAA
Tints of Hollywood Cerise #D20AAA
RGB
CMYK
RGB Variations
Color information
#D20AAA (or 0xD20AAA) is known color: Hollywood Cerise. HEX triplet: D2, 0A and AA. RGB value is (210,10,170). Sum of RGB (Red+Green+Blue) = 210+10+170=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D20AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20AAA is #2DF555. Grayscale: #575757. Windows color (decimal): -3011926 or 11143890. OLE color: 11143890.
HSL color Cylindrical-coordinate representation of color #D20AAA: hue angle of 312º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20AAA is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.18 |
| HSL | 312º | 0.91% | 0.43% | - |
| HSV(B) | 312º | 0.95% | 0.82% | - |
| XYZ | 33.94 | 16.82 | 39.49 | - |
| YUV | 88.04 | 174.26 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 170 | 0 | 0.95 | 0.19 | 0.18 | 312 | 0.91 | 0.43 |
| Hex | D2 | A | AA | 0 | 5F | 13 | 12 | 138 | 5B | 2B |
| Octal | 322 | 12 | 252 | 0 | 137 | 23 | 22 | 470 | 133 | 53 |
| Binary | 11010010 | 1010 | 10101010 | 0 | 1011111 | 10011 | 10010 | 100111000 | 1011011 | 101011 |
Color Harmonies of #D20AAA
Complementary color
Monochromatic Colors of #D20AAA
Black with #D20AAA
Text Example
Text Example
White with #D20AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20AAA; }
p { color: rgb(210,10,170); }
H1.HeaderClassName
{
color: #D20AAA;
}
.AnyTagClassName
{
color: #D20AAA;
}
</style>
background-color css
<style>
a { background-color: #D20AAA; }
a { background-color: rgb(210,10,170); }
div.DivClassName
{
background-color: #D20AAA;
}
.BgClassName
{
background-color: #D20AAA;
}
</style>
border-color css
<style>
span { border-color: #D20AAA; }
span { border-color: rgb(210,10,170); }
td.TdClassName
{
border-color: #D20AAA;
}
.TagClassName
{
border-color: #D20AAA;
}
</style>