Shades of Hollywood Cerise #D202A4
Tints of Hollywood Cerise #D202A4
RGB
CMYK
RGB Variations
Color information
#D202A4 (or 0xD202A4) is known color: Hollywood Cerise. HEX triplet: D2, 02 and A4. RGB value is (210,2,164). Sum of RGB (Red+Green+Blue) = 210+2+164=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D202A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D202A4 is #2DFD5B. Grayscale: #525252. Windows color (decimal): -3013980 or 10748626. OLE color: 10748626.
HSL color Cylindrical-coordinate representation of color #D202A4: hue angle of 313.27º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D202A4 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 164 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.18 |
| HSL | 313.27º | 0.98% | 0.42% | - |
| HSV(B) | 313.27º | 0.99% | 0.82% | - |
| XYZ | 33.3 | 16.43 | 36.54 | - |
| YUV | 82.66 | 173.91 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 164 | 0 | 0.99 | 0.22 | 0.18 | 313.27 | 0.98 | 0.42 |
| Hex | D2 | 2 | A4 | 0 | 63 | 16 | 12 | 139 | 62 | 2A |
| Octal | 322 | 2 | 244 | 0 | 143 | 26 | 22 | 471 | 142 | 52 |
| Binary | 11010010 | 10 | 10100100 | 0 | 1100011 | 10110 | 10010 | 100111001 | 1100010 | 101010 |
Color Harmonies of #D202A4
Complementary color
Monochromatic Colors of #D202A4
Black with #D202A4
Text Example
Text Example
White with #D202A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202A4; }
p { color: rgb(210,2,164); }
H1.HeaderClassName
{
color: #D202A4;
}
.AnyTagClassName
{
color: #D202A4;
}
</style>
background-color css
<style>
a { background-color: #D202A4; }
a { background-color: rgb(210,2,164); }
div.DivClassName
{
background-color: #D202A4;
}
.BgClassName
{
background-color: #D202A4;
}
</style>
border-color css
<style>
span { border-color: #D202A4; }
span { border-color: rgb(210,2,164); }
td.TdClassName
{
border-color: #D202A4;
}
.TagClassName
{
border-color: #D202A4;
}
</style>