Shades of Hollywood Cerise #DB0699
Tints of Hollywood Cerise #DB0699
RGB
CMYK
RGB Variations
Color information
#DB0699 (or 0xDB0699) is known color: Hollywood Cerise. HEX triplet: DB, 06 and 99. RGB value is (219,6,153). Sum of RGB (Red+Green+Blue) = 219+6+153=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0699 is #24F966. Grayscale: #565656. Windows color (decimal): -2423143 or 10028763. OLE color: 10028763.
HSL color Cylindrical-coordinate representation of color #DB0699: hue angle of 318.59º degrees, saturation: 0.95, 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 #DB0699 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 153 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.14 |
| HSL | 318.59º | 0.95% | 0.44% | - |
| HSV(B) | 318.59º | 0.97% | 0.86% | - |
| XYZ | 35.03 | 17.49 | 31.67 | - |
| YUV | 86.45 | 165.57 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 153 | 0 | 0.97 | 0.30 | 0.14 | 318.59 | 0.95 | 0.44 |
| Hex | DB | 6 | 99 | 0 | 61 | 1E | E | 13F | 5F | 2C |
| Octal | 333 | 6 | 231 | 0 | 141 | 36 | 16 | 477 | 137 | 54 |
| Binary | 11011011 | 110 | 10011001 | 0 | 1100001 | 11110 | 1110 | 100111111 | 1011111 | 101100 |
Color Harmonies of #DB0699
Complementary color
Monochromatic Colors of #DB0699
Black with #DB0699
Text Example
Text Example
White with #DB0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0699; }
p { color: rgb(219,6,153); }
H1.HeaderClassName
{
color: #DB0699;
}
.AnyTagClassName
{
color: #DB0699;
}
</style>
background-color css
<style>
a { background-color: #DB0699; }
a { background-color: rgb(219,6,153); }
div.DivClassName
{
background-color: #DB0699;
}
.BgClassName
{
background-color: #DB0699;
}
</style>
border-color css
<style>
span { border-color: #DB0699; }
span { border-color: rgb(219,6,153); }
td.TdClassName
{
border-color: #DB0699;
}
.TagClassName
{
border-color: #DB0699;
}
</style>