Shades of Hollywood Cerise #D7079F
Tints of Hollywood Cerise #D7079F
RGB
CMYK
RGB Variations
Color information
#D7079F (or 0xD7079F) is known color: Hollywood Cerise. HEX triplet: D7, 07 and 9F. RGB value is (215,7,159). Sum of RGB (Red+Green+Blue) = 215+7+159=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D7079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7079F is #28F860. Grayscale: #565656. Windows color (decimal): -2685025 or 10422231. OLE color: 10422231.
HSL color Cylindrical-coordinate representation of color #D7079F: hue angle of 316.15º 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 #D7079F is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.16 |
| HSL | 316.15º | 0.94% | 0.44% | - |
| HSV(B) | 316.15º | 0.97% | 0.84% | - |
| XYZ | 34.36 | 17.1 | 34.29 | - |
| YUV | 86.52 | 168.91 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 159 | 0 | 0.97 | 0.26 | 0.16 | 316.15 | 0.94 | 0.44 |
| Hex | D7 | 7 | 9F | 0 | 61 | 1A | 10 | 13C | 5E | 2C |
| Octal | 327 | 7 | 237 | 0 | 141 | 32 | 20 | 474 | 136 | 54 |
| Binary | 11010111 | 111 | 10011111 | 0 | 1100001 | 11010 | 10000 | 100111100 | 1011110 | 101100 |
Color Harmonies of #D7079F
Complementary color
Monochromatic Colors of #D7079F
Black with #D7079F
Text Example
Text Example
White with #D7079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7079F; }
p { color: rgb(215,7,159); }
H1.HeaderClassName
{
color: #D7079F;
}
.AnyTagClassName
{
color: #D7079F;
}
</style>
background-color css
<style>
a { background-color: #D7079F; }
a { background-color: rgb(215,7,159); }
div.DivClassName
{
background-color: #D7079F;
}
.BgClassName
{
background-color: #D7079F;
}
</style>
border-color css
<style>
span { border-color: #D7079F; }
span { border-color: rgb(215,7,159); }
td.TdClassName
{
border-color: #D7079F;
}
.TagClassName
{
border-color: #D7079F;
}
</style>