Shades of Hollywood Cerise #D200AA
Tints of Hollywood Cerise #D200AA
RGB
CMYK
RGB Variations
Color information
#D200AA (or 0xD200AA) is known color: Hollywood Cerise. HEX triplet: D2, 00 and AA. RGB value is (210,0,170). Sum of RGB (Red+Green+Blue) = 210+0+170=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D200AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D200AA is #2DFF55. Grayscale: #515151. Windows color (decimal): -3014486 or 11141330. OLE color: 11141330.
HSL color Cylindrical-coordinate representation of color #D200AA: hue angle of 311.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200AA is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.19 | 0.18 |
| HSL | 311.43º | 1% | 0.41% | - |
| HSV(B) | 311.43º | 1% | 0.82% | - |
| XYZ | 33.83 | 16.6 | 39.45 | - |
| YUV | 82.17 | 177.57 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 170 | 0 | 1 | 0.19 | 0.18 | 311.43 | 1 | 0.41 |
| Hex | D2 | 0 | AA | 0 | 64 | 13 | 12 | 137 | 64 | 29 |
| Octal | 322 | 0 | 252 | 0 | 144 | 23 | 22 | 467 | 144 | 51 |
| Binary | 11010010 | 0 | 10101010 | 0 | 1100100 | 10011 | 10010 | 100110111 | 1100100 | 101001 |
Color Harmonies of #D200AA
Complementary color
Monochromatic Colors of #D200AA
Black with #D200AA
Text Example
Text Example
White with #D200AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200AA; }
p { color: rgb(210,0,170); }
H1.HeaderClassName
{
color: #D200AA;
}
.AnyTagClassName
{
color: #D200AA;
}
</style>
background-color css
<style>
a { background-color: #D200AA; }
a { background-color: rgb(210,0,170); }
div.DivClassName
{
background-color: #D200AA;
}
.BgClassName
{
background-color: #D200AA;
}
</style>
border-color css
<style>
span { border-color: #D200AA; }
span { border-color: rgb(210,0,170); }
td.TdClassName
{
border-color: #D200AA;
}
.TagClassName
{
border-color: #D200AA;
}
</style>