Shades of Hollywood Cerise #D204AA
Tints of Hollywood Cerise #D204AA
RGB
CMYK
RGB Variations
Color information
#D204AA (or 0xD204AA) is known color: Hollywood Cerise. HEX triplet: D2, 04 and AA. RGB value is (210,4,170). Sum of RGB (Red+Green+Blue) = 210+4+170=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D204AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D204AA is #2DFB55. Grayscale: #545454. Windows color (decimal): -3013462 or 11142354. OLE color: 11142354.
HSL color Cylindrical-coordinate representation of color #D204AA: hue angle of 311.65º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D204AA is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.18 |
| HSL | 311.65º | 0.96% | 0.42% | - |
| HSV(B) | 311.65º | 0.98% | 0.82% | - |
| XYZ | 33.88 | 16.69 | 39.47 | - |
| YUV | 84.52 | 176.25 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 170 | 0 | 0.98 | 0.19 | 0.18 | 311.65 | 0.96 | 0.42 |
| Hex | D2 | 4 | AA | 0 | 62 | 13 | 12 | 138 | 60 | 2A |
| Octal | 322 | 4 | 252 | 0 | 142 | 23 | 22 | 470 | 140 | 52 |
| Binary | 11010010 | 100 | 10101010 | 0 | 1100010 | 10011 | 10010 | 100111000 | 1100000 | 101010 |
Color Harmonies of #D204AA
Complementary color
Monochromatic Colors of #D204AA
Black with #D204AA
Text Example
Text Example
White with #D204AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204AA; }
p { color: rgb(210,4,170); }
H1.HeaderClassName
{
color: #D204AA;
}
.AnyTagClassName
{
color: #D204AA;
}
</style>
background-color css
<style>
a { background-color: #D204AA; }
a { background-color: rgb(210,4,170); }
div.DivClassName
{
background-color: #D204AA;
}
.BgClassName
{
background-color: #D204AA;
}
</style>
border-color css
<style>
span { border-color: #D204AA; }
span { border-color: rgb(210,4,170); }
td.TdClassName
{
border-color: #D204AA;
}
.TagClassName
{
border-color: #D204AA;
}
</style>