Shades of Hollywood Cerise #DB079D
Tints of Hollywood Cerise #DB079D
RGB
CMYK
RGB Variations
Color information
#DB079D (or 0xDB079D) is known color: Hollywood Cerise. HEX triplet: DB, 07 and 9D. RGB value is (219,7,157). Sum of RGB (Red+Green+Blue) = 219+7+157=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB079D is #24F862. Grayscale: #575757. Windows color (decimal): -2422883 or 10291163. OLE color: 10291163.
HSL color Cylindrical-coordinate representation of color #DB079D: hue angle of 317.55º 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 #DB079D is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.14 |
| HSL | 317.55º | 0.94% | 0.44% | - |
| HSV(B) | 317.55º | 0.97% | 0.86% | - |
| XYZ | 35.38 | 17.65 | 33.44 | - |
| YUV | 87.49 | 167.24 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 157 | 0 | 0.97 | 0.28 | 0.14 | 317.55 | 0.94 | 0.44 |
| Hex | DB | 7 | 9D | 0 | 61 | 1C | E | 13E | 5E | 2C |
| Octal | 333 | 7 | 235 | 0 | 141 | 34 | 16 | 476 | 136 | 54 |
| Binary | 11011011 | 111 | 10011101 | 0 | 1100001 | 11100 | 1110 | 100111110 | 1011110 | 101100 |
Color Harmonies of #DB079D
Complementary color
Monochromatic Colors of #DB079D
Black with #DB079D
Text Example
Text Example
White with #DB079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB079D; }
p { color: rgb(219,7,157); }
H1.HeaderClassName
{
color: #DB079D;
}
.AnyTagClassName
{
color: #DB079D;
}
</style>
background-color css
<style>
a { background-color: #DB079D; }
a { background-color: rgb(219,7,157); }
div.DivClassName
{
background-color: #DB079D;
}
.BgClassName
{
background-color: #DB079D;
}
</style>
border-color css
<style>
span { border-color: #DB079D; }
span { border-color: rgb(219,7,157); }
td.TdClassName
{
border-color: #DB079D;
}
.TagClassName
{
border-color: #DB079D;
}
</style>