Shades of Hollywood Cerise #D2009F
Tints of Hollywood Cerise #D2009F
RGB
CMYK
RGB Variations
Color information
#D2009F (or 0xD2009F) is known color: Hollywood Cerise. HEX triplet: D2, 00 and 9F. RGB value is (210,0,159). Sum of RGB (Red+Green+Blue) = 210+0+159=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2009F is #2DFF60. Grayscale: #505050. Windows color (decimal): -3014497 or 10420434. OLE color: 10420434.
HSL color Cylindrical-coordinate representation of color #D2009F: hue angle of 314.57º 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 #D2009F is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.24 | 0.18 |
| HSL | 314.57º | 1% | 0.41% | - |
| HSV(B) | 314.57º | 1% | 0.82% | - |
| XYZ | 32.84 | 16.2 | 34.2 | - |
| YUV | 80.92 | 172.07 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 159 | 0 | 1 | 0.24 | 0.18 | 314.57 | 1 | 0.41 |
| Hex | D2 | 0 | 9F | 0 | 64 | 18 | 12 | 13B | 64 | 29 |
| Octal | 322 | 0 | 237 | 0 | 144 | 30 | 22 | 473 | 144 | 51 |
| Binary | 11010010 | 0 | 10011111 | 0 | 1100100 | 11000 | 10010 | 100111011 | 1100100 | 101001 |
Color Harmonies of #D2009F
Complementary color
Monochromatic Colors of #D2009F
Black with #D2009F
Text Example
Text Example
White with #D2009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2009F; }
p { color: rgb(210,0,159); }
H1.HeaderClassName
{
color: #D2009F;
}
.AnyTagClassName
{
color: #D2009F;
}
</style>
background-color css
<style>
a { background-color: #D2009F; }
a { background-color: rgb(210,0,159); }
div.DivClassName
{
background-color: #D2009F;
}
.BgClassName
{
background-color: #D2009F;
}
</style>
border-color css
<style>
span { border-color: #D2009F; }
span { border-color: rgb(210,0,159); }
td.TdClassName
{
border-color: #D2009F;
}
.TagClassName
{
border-color: #D2009F;
}
</style>