Shades of Hollywood Cerise #D7009C
Tints of Hollywood Cerise #D7009C
RGB
CMYK
RGB Variations
Color information
#D7009C (or 0xD7009C) is known color: Hollywood Cerise. HEX triplet: D7, 00 and 9C. RGB value is (215,0,156). Sum of RGB (Red+Green+Blue) = 215+0+156=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D7009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7009C is #28FF63. Grayscale: #515151. Windows color (decimal): -2686820 or 10223831. OLE color: 10223831.
HSL color Cylindrical-coordinate representation of color #D7009C: hue angle of 316.47º 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 #D7009C is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.27 | 0.16 |
| HSL | 316.47º | 1% | 0.42% | - |
| HSV(B) | 316.47º | 1% | 0.84% | - |
| XYZ | 34.03 | 16.85 | 32.91 | - |
| YUV | 82.07 | 169.73 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 156 | 0 | 1 | 0.27 | 0.16 | 316.47 | 1 | 0.42 |
| Hex | D7 | 0 | 9C | 0 | 64 | 1B | 10 | 13C | 64 | 2A |
| Octal | 327 | 0 | 234 | 0 | 144 | 33 | 20 | 474 | 144 | 52 |
| Binary | 11010111 | 0 | 10011100 | 0 | 1100100 | 11011 | 10000 | 100111100 | 1100100 | 101010 |
Color Harmonies of #D7009C
Complementary color
Monochromatic Colors of #D7009C
Black with #D7009C
Text Example
Text Example
White with #D7009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7009C; }
p { color: rgb(215,0,156); }
H1.HeaderClassName
{
color: #D7009C;
}
.AnyTagClassName
{
color: #D7009C;
}
</style>
background-color css
<style>
a { background-color: #D7009C; }
a { background-color: rgb(215,0,156); }
div.DivClassName
{
background-color: #D7009C;
}
.BgClassName
{
background-color: #D7009C;
}
</style>
border-color css
<style>
span { border-color: #D7009C; }
span { border-color: rgb(215,0,156); }
td.TdClassName
{
border-color: #D7009C;
}
.TagClassName
{
border-color: #D7009C;
}
</style>