Shades of Hollywood Cerise #D9079C
Tints of Hollywood Cerise #D9079C
RGB
CMYK
RGB Variations
Color information
#D9079C (or 0xD9079C) is known color: Hollywood Cerise. HEX triplet: D9, 07 and 9C. RGB value is (217,7,156). Sum of RGB (Red+Green+Blue) = 217+7+156=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9079C is #26F863. Grayscale: #565656. Windows color (decimal): -2553956 or 10225625. OLE color: 10225625.
HSL color Cylindrical-coordinate representation of color #D9079C: hue angle of 317.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9079C is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.15 |
| HSL | 317.43º | 0.94% | 0.44% | - |
| HSV(B) | 317.43º | 0.97% | 0.85% | - |
| XYZ | 34.69 | 17.3 | 32.96 | - |
| YUV | 86.78 | 167.07 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 156 | 0 | 0.97 | 0.28 | 0.15 | 317.43 | 0.94 | 0.44 |
| Hex | D9 | 7 | 9C | 0 | 61 | 1C | F | 13D | 5E | 2C |
| Octal | 331 | 7 | 234 | 0 | 141 | 34 | 17 | 475 | 136 | 54 |
| Binary | 11011001 | 111 | 10011100 | 0 | 1100001 | 11100 | 1111 | 100111101 | 1011110 | 101100 |
Color Harmonies of #D9079C
Complementary color
Monochromatic Colors of #D9079C
Black with #D9079C
Text Example
Text Example
White with #D9079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9079C; }
p { color: rgb(217,7,156); }
H1.HeaderClassName
{
color: #D9079C;
}
.AnyTagClassName
{
color: #D9079C;
}
</style>
background-color css
<style>
a { background-color: #D9079C; }
a { background-color: rgb(217,7,156); }
div.DivClassName
{
background-color: #D9079C;
}
.BgClassName
{
background-color: #D9079C;
}
</style>
border-color css
<style>
span { border-color: #D9079C; }
span { border-color: rgb(217,7,156); }
td.TdClassName
{
border-color: #D9079C;
}
.TagClassName
{
border-color: #D9079C;
}
</style>