Shades of Hollywood Cerise #D7009D
Tints of Hollywood Cerise #D7009D
RGB
CMYK
RGB Variations
Color information
#D7009D (or 0xD7009D) is known color: Hollywood Cerise. HEX triplet: D7, 00 and 9D. RGB value is (215,0,157). Sum of RGB (Red+Green+Blue) = 215+0+157=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7009D is #28FF62. Grayscale: #515151. Windows color (decimal): -2686819 or 10289367. OLE color: 10289367.
HSL color Cylindrical-coordinate representation of color #D7009D: hue angle of 316.19º 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 #D7009D is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.27 | 0.16 |
| HSL | 316.19º | 1% | 0.42% | - |
| HSV(B) | 316.19º | 1% | 0.84% | - |
| XYZ | 34.11 | 16.88 | 33.36 | - |
| YUV | 82.18 | 170.23 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 157 | 0 | 1 | 0.27 | 0.16 | 316.19 | 1 | 0.42 |
| Hex | D7 | 0 | 9D | 0 | 64 | 1B | 10 | 13C | 64 | 2A |
| Octal | 327 | 0 | 235 | 0 | 144 | 33 | 20 | 474 | 144 | 52 |
| Binary | 11010111 | 0 | 10011101 | 0 | 1100100 | 11011 | 10000 | 100111100 | 1100100 | 101010 |
Color Harmonies of #D7009D
Complementary color
Monochromatic Colors of #D7009D
Black with #D7009D
Text Example
Text Example
White with #D7009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7009D; }
p { color: rgb(215,0,157); }
H1.HeaderClassName
{
color: #D7009D;
}
.AnyTagClassName
{
color: #D7009D;
}
</style>
background-color css
<style>
a { background-color: #D7009D; }
a { background-color: rgb(215,0,157); }
div.DivClassName
{
background-color: #D7009D;
}
.BgClassName
{
background-color: #D7009D;
}
</style>
border-color css
<style>
span { border-color: #D7009D; }
span { border-color: rgb(215,0,157); }
td.TdClassName
{
border-color: #D7009D;
}
.TagClassName
{
border-color: #D7009D;
}
</style>