Shades of Hollywood Cerise #DB079E
Tints of Hollywood Cerise #DB079E
RGB
CMYK
RGB Variations
Color information
#DB079E (or 0xDB079E) is known color: Hollywood Cerise. HEX triplet: DB, 07 and 9E. RGB value is (219,7,158). Sum of RGB (Red+Green+Blue) = 219+7+158=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB079E is #24F861. Grayscale: #575757. Windows color (decimal): -2422882 or 10356699. OLE color: 10356699.
HSL color Cylindrical-coordinate representation of color #DB079E: hue angle of 317.26º 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 #DB079E is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 158 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.14 |
| HSL | 317.26º | 0.94% | 0.44% | - |
| HSV(B) | 317.26º | 0.97% | 0.86% | - |
| XYZ | 35.46 | 17.68 | 33.89 | - |
| YUV | 87.6 | 167.74 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 158 | 0 | 0.97 | 0.28 | 0.14 | 317.26 | 0.94 | 0.44 |
| Hex | DB | 7 | 9E | 0 | 61 | 1C | E | 13D | 5E | 2C |
| Octal | 333 | 7 | 236 | 0 | 141 | 34 | 16 | 475 | 136 | 54 |
| Binary | 11011011 | 111 | 10011110 | 0 | 1100001 | 11100 | 1110 | 100111101 | 1011110 | 101100 |
Color Harmonies of #DB079E
Complementary color
Monochromatic Colors of #DB079E
Black with #DB079E
Text Example
Text Example
White with #DB079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB079E; }
p { color: rgb(219,7,158); }
H1.HeaderClassName
{
color: #DB079E;
}
.AnyTagClassName
{
color: #DB079E;
}
</style>
background-color css
<style>
a { background-color: #DB079E; }
a { background-color: rgb(219,7,158); }
div.DivClassName
{
background-color: #DB079E;
}
.BgClassName
{
background-color: #DB079E;
}
</style>
border-color css
<style>
span { border-color: #DB079E; }
span { border-color: rgb(219,7,158); }
td.TdClassName
{
border-color: #DB079E;
}
.TagClassName
{
border-color: #DB079E;
}
</style>