Shades of Hollywood Cerise #D205A8
Tints of Hollywood Cerise #D205A8
RGB
CMYK
RGB Variations
Color information
#D205A8 (or 0xD205A8) is known color: Hollywood Cerise. HEX triplet: D2, 05 and A8. RGB value is (210,5,168). Sum of RGB (Red+Green+Blue) = 210+5+168=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D205A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D205A8 is #2DFA57. Grayscale: #545454. Windows color (decimal): -3013208 or 11011538. OLE color: 11011538.
HSL color Cylindrical-coordinate representation of color #D205A8: hue angle of 312.29º degrees, saturation: 0.95, 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 #D205A8 is Cyan = 0, Magento = 0.98, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 168 | - |
| CMYK | 0 | 0.98 | 0.2 | 0.18 |
| HSL | 312.29º | 0.95% | 0.42% | - |
| HSV(B) | 312.29º | 0.98% | 0.82% | - |
| XYZ | 33.7 | 16.64 | 38.48 | - |
| YUV | 84.88 | 174.92 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 168 | 0 | 0.98 | 0.2 | 0.18 | 312.29 | 0.95 | 0.42 |
| Hex | D2 | 5 | A8 | 0 | 62 | 14 | 12 | 138 | 5F | 2A |
| Octal | 322 | 5 | 250 | 0 | 142 | 24 | 22 | 470 | 137 | 52 |
| Binary | 11010010 | 101 | 10101000 | 0 | 1100010 | 10100 | 10010 | 100111000 | 1011111 | 101010 |
Color Harmonies of #D205A8
Complementary color
Monochromatic Colors of #D205A8
Black with #D205A8
Text Example
Text Example
White with #D205A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205A8; }
p { color: rgb(210,5,168); }
H1.HeaderClassName
{
color: #D205A8;
}
.AnyTagClassName
{
color: #D205A8;
}
</style>
background-color css
<style>
a { background-color: #D205A8; }
a { background-color: rgb(210,5,168); }
div.DivClassName
{
background-color: #D205A8;
}
.BgClassName
{
background-color: #D205A8;
}
</style>
border-color css
<style>
span { border-color: #D205A8; }
span { border-color: rgb(210,5,168); }
td.TdClassName
{
border-color: #D205A8;
}
.TagClassName
{
border-color: #D205A8;
}
</style>