Shades of Hollywood Cerise #D207A8
Tints of Hollywood Cerise #D207A8
RGB
CMYK
RGB Variations
Color information
#D207A8 (or 0xD207A8) is known color: Hollywood Cerise. HEX triplet: D2, 07 and A8. RGB value is (210,7,168). Sum of RGB (Red+Green+Blue) = 210+7+168=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D207A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D207A8 is #2DF857. Grayscale: #555555. Windows color (decimal): -3012696 or 11012050. OLE color: 11012050.
HSL color Cylindrical-coordinate representation of color #D207A8: hue angle of 312.41º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207A8 is Cyan = 0, Magento = 0.97, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 168 | - |
| CMYK | 0 | 0.97 | 0.2 | 0.18 |
| HSL | 312.41º | 0.94% | 0.43% | - |
| HSV(B) | 312.41º | 0.97% | 0.82% | - |
| XYZ | 33.72 | 16.68 | 38.49 | - |
| YUV | 86.05 | 174.25 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 168 | 0 | 0.97 | 0.2 | 0.18 | 312.41 | 0.94 | 0.43 |
| Hex | D2 | 7 | A8 | 0 | 61 | 14 | 12 | 138 | 5E | 2B |
| Octal | 322 | 7 | 250 | 0 | 141 | 24 | 22 | 470 | 136 | 53 |
| Binary | 11010010 | 111 | 10101000 | 0 | 1100001 | 10100 | 10010 | 100111000 | 1011110 | 101011 |
Color Harmonies of #D207A8
Complementary color
Monochromatic Colors of #D207A8
Black with #D207A8
Text Example
Text Example
White with #D207A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207A8; }
p { color: rgb(210,7,168); }
H1.HeaderClassName
{
color: #D207A8;
}
.AnyTagClassName
{
color: #D207A8;
}
</style>
background-color css
<style>
a { background-color: #D207A8; }
a { background-color: rgb(210,7,168); }
div.DivClassName
{
background-color: #D207A8;
}
.BgClassName
{
background-color: #D207A8;
}
</style>
border-color css
<style>
span { border-color: #D207A8; }
span { border-color: rgb(210,7,168); }
td.TdClassName
{
border-color: #D207A8;
}
.TagClassName
{
border-color: #D207A8;
}
</style>