Shades of Hollywood Cerise #D2009E
Tints of Hollywood Cerise #D2009E
RGB
CMYK
RGB Variations
Color information
#D2009E (or 0xD2009E) is known color: Hollywood Cerise. HEX triplet: D2, 00 and 9E. RGB value is (210,0,158). Sum of RGB (Red+Green+Blue) = 210+0+158=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2009E is #2DFF61. Grayscale: #505050. Windows color (decimal): -3014498 or 10354898. OLE color: 10354898.
HSL color Cylindrical-coordinate representation of color #D2009E: hue angle of 314.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2009E is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.25 | 0.18 |
| HSL | 314.86º | 1% | 0.41% | - |
| HSV(B) | 314.86º | 1% | 0.82% | - |
| XYZ | 32.75 | 16.17 | 33.74 | - |
| YUV | 80.8 | 171.57 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 158 | 0 | 1 | 0.25 | 0.18 | 314.86 | 1 | 0.41 |
| Hex | D2 | 0 | 9E | 0 | 64 | 19 | 12 | 13B | 64 | 29 |
| Octal | 322 | 0 | 236 | 0 | 144 | 31 | 22 | 473 | 144 | 51 |
| Binary | 11010010 | 0 | 10011110 | 0 | 1100100 | 11001 | 10010 | 100111011 | 1100100 | 101001 |
Color Harmonies of #D2009E
Complementary color
Monochromatic Colors of #D2009E
Black with #D2009E
Text Example
Text Example
White with #D2009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2009E; }
p { color: rgb(210,0,158); }
H1.HeaderClassName
{
color: #D2009E;
}
.AnyTagClassName
{
color: #D2009E;
}
</style>
background-color css
<style>
a { background-color: #D2009E; }
a { background-color: rgb(210,0,158); }
div.DivClassName
{
background-color: #D2009E;
}
.BgClassName
{
background-color: #D2009E;
}
</style>
border-color css
<style>
span { border-color: #D2009E; }
span { border-color: rgb(210,0,158); }
td.TdClassName
{
border-color: #D2009E;
}
.TagClassName
{
border-color: #D2009E;
}
</style>