Shades of Hollywood Cerise #D7009F
Tints of Hollywood Cerise #D7009F
RGB
CMYK
RGB Variations
Color information
#D7009F (or 0xD7009F) is known color: Hollywood Cerise. HEX triplet: D7, 00 and 9F. RGB value is (215,0,159). Sum of RGB (Red+Green+Blue) = 215+0+159=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7009F is #28FF60. Grayscale: #515151. Windows color (decimal): -2686817 or 10420439. OLE color: 10420439.
HSL color Cylindrical-coordinate representation of color #D7009F: hue angle of 315.63º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7009F is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.26 | 0.16 |
| HSL | 315.63º | 1% | 0.42% | - |
| HSV(B) | 315.63º | 1% | 0.84% | - |
| XYZ | 34.28 | 16.95 | 34.27 | - |
| YUV | 82.41 | 171.23 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 159 | 0 | 1 | 0.26 | 0.16 | 315.63 | 1 | 0.42 |
| Hex | D7 | 0 | 9F | 0 | 64 | 1A | 10 | 13C | 64 | 2A |
| Octal | 327 | 0 | 237 | 0 | 144 | 32 | 20 | 474 | 144 | 52 |
| Binary | 11010111 | 0 | 10011111 | 0 | 1100100 | 11010 | 10000 | 100111100 | 1100100 | 101010 |
Color Harmonies of #D7009F
Complementary color
Monochromatic Colors of #D7009F
Black with #D7009F
Text Example
Text Example
White with #D7009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7009F; }
p { color: rgb(215,0,159); }
H1.HeaderClassName
{
color: #D7009F;
}
.AnyTagClassName
{
color: #D7009F;
}
</style>
background-color css
<style>
a { background-color: #D7009F; }
a { background-color: rgb(215,0,159); }
div.DivClassName
{
background-color: #D7009F;
}
.BgClassName
{
background-color: #D7009F;
}
</style>
border-color css
<style>
span { border-color: #D7009F; }
span { border-color: rgb(215,0,159); }
td.TdClassName
{
border-color: #D7009F;
}
.TagClassName
{
border-color: #D7009F;
}
</style>