Shades of Hollywood Cerise #DB079C
Tints of Hollywood Cerise #DB079C
RGB
CMYK
RGB Variations
Color information
#DB079C (or 0xDB079C) is known color: Hollywood Cerise. HEX triplet: DB, 07 and 9C. RGB value is (219,7,156). Sum of RGB (Red+Green+Blue) = 219+7+156=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB079C is #24F863. Grayscale: #565656. Windows color (decimal): -2422884 or 10225627. OLE color: 10225627.
HSL color Cylindrical-coordinate representation of color #DB079C: hue angle of 317.83º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB079C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.14 |
| HSL | 317.83º | 0.94% | 0.44% | - |
| HSV(B) | 317.83º | 0.97% | 0.86% | - |
| XYZ | 35.29 | 17.61 | 32.99 | - |
| YUV | 87.37 | 166.74 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 156 | 0 | 0.97 | 0.29 | 0.14 | 317.83 | 0.94 | 0.44 |
| Hex | DB | 7 | 9C | 0 | 61 | 1D | E | 13E | 5E | 2C |
| Octal | 333 | 7 | 234 | 0 | 141 | 35 | 16 | 476 | 136 | 54 |
| Binary | 11011011 | 111 | 10011100 | 0 | 1100001 | 11101 | 1110 | 100111110 | 1011110 | 101100 |
Color Harmonies of #DB079C
Complementary color
Monochromatic Colors of #DB079C
Black with #DB079C
Text Example
Text Example
White with #DB079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB079C; }
p { color: rgb(219,7,156); }
H1.HeaderClassName
{
color: #DB079C;
}
.AnyTagClassName
{
color: #DB079C;
}
</style>
background-color css
<style>
a { background-color: #DB079C; }
a { background-color: rgb(219,7,156); }
div.DivClassName
{
background-color: #DB079C;
}
.BgClassName
{
background-color: #DB079C;
}
</style>
border-color css
<style>
span { border-color: #DB079C; }
span { border-color: rgb(219,7,156); }
td.TdClassName
{
border-color: #DB079C;
}
.TagClassName
{
border-color: #DB079C;
}
</style>