Shades of Hollywood Cerise #D7079C
Tints of Hollywood Cerise #D7079C
RGB
CMYK
RGB Variations
Color information
#D7079C (or 0xD7079C) is known color: Hollywood Cerise. HEX triplet: D7, 07 and 9C. RGB value is (215,7,156). Sum of RGB (Red+Green+Blue) = 215+7+156=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7079C is #28F863. Grayscale: #555555. Windows color (decimal): -2685028 or 10225623. OLE color: 10225623.
HSL color Cylindrical-coordinate representation of color #D7079C: hue angle of 317.02º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7079C is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.16 |
| HSL | 317.02º | 0.94% | 0.44% | - |
| HSV(B) | 317.02º | 0.97% | 0.84% | - |
| XYZ | 34.1 | 17 | 32.94 | - |
| YUV | 86.18 | 167.41 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 156 | 0 | 0.97 | 0.27 | 0.16 | 317.02 | 0.94 | 0.44 |
| Hex | D7 | 7 | 9C | 0 | 61 | 1B | 10 | 13D | 5E | 2C |
| Octal | 327 | 7 | 234 | 0 | 141 | 33 | 20 | 475 | 136 | 54 |
| Binary | 11010111 | 111 | 10011100 | 0 | 1100001 | 11011 | 10000 | 100111101 | 1011110 | 101100 |
Color Harmonies of #D7079C
Complementary color
Monochromatic Colors of #D7079C
Black with #D7079C
Text Example
Text Example
White with #D7079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7079C; }
p { color: rgb(215,7,156); }
H1.HeaderClassName
{
color: #D7079C;
}
.AnyTagClassName
{
color: #D7079C;
}
</style>
background-color css
<style>
a { background-color: #D7079C; }
a { background-color: rgb(215,7,156); }
div.DivClassName
{
background-color: #D7079C;
}
.BgClassName
{
background-color: #D7079C;
}
</style>
border-color css
<style>
span { border-color: #D7079C; }
span { border-color: rgb(215,7,156); }
td.TdClassName
{
border-color: #D7079C;
}
.TagClassName
{
border-color: #D7079C;
}
</style>