Shades of Hollywood Cerise #D204A7
Tints of Hollywood Cerise #D204A7
RGB
CMYK
RGB Variations
Color information
#D204A7 (or 0xD204A7) is known color: Hollywood Cerise. HEX triplet: D2, 04 and A7. RGB value is (210,4,167). Sum of RGB (Red+Green+Blue) = 210+4+167=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D204A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D204A7 is #2DFB58. Grayscale: #535353. Windows color (decimal): -3013465 or 10945746. OLE color: 10945746.
HSL color Cylindrical-coordinate representation of color #D204A7: hue angle of 312.52º 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 #D204A7 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 167 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.18 |
| HSL | 312.52º | 0.96% | 0.42% | - |
| HSV(B) | 312.52º | 0.98% | 0.82% | - |
| XYZ | 33.6 | 16.58 | 37.99 | - |
| YUV | 84.18 | 174.75 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 167 | 0 | 0.98 | 0.20 | 0.18 | 312.52 | 0.96 | 0.42 |
| Hex | D2 | 4 | A7 | 0 | 62 | 14 | 12 | 139 | 60 | 2A |
| Octal | 322 | 4 | 247 | 0 | 142 | 24 | 22 | 471 | 140 | 52 |
| Binary | 11010010 | 100 | 10100111 | 0 | 1100010 | 10100 | 10010 | 100111001 | 1100000 | 101010 |
Color Harmonies of #D204A7
Complementary color
Monochromatic Colors of #D204A7
Black with #D204A7
Text Example
Text Example
White with #D204A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204A7; }
p { color: rgb(210,4,167); }
H1.HeaderClassName
{
color: #D204A7;
}
.AnyTagClassName
{
color: #D204A7;
}
</style>
background-color css
<style>
a { background-color: #D204A7; }
a { background-color: rgb(210,4,167); }
div.DivClassName
{
background-color: #D204A7;
}
.BgClassName
{
background-color: #D204A7;
}
</style>
border-color css
<style>
span { border-color: #D204A7; }
span { border-color: rgb(210,4,167); }
td.TdClassName
{
border-color: #D204A7;
}
.TagClassName
{
border-color: #D204A7;
}
</style>