Shades of Hollywood Cerise #DB0399
Tints of Hollywood Cerise #DB0399
RGB
CMYK
RGB Variations
Color information
#DB0399 (or 0xDB0399) is known color: Hollywood Cerise. HEX triplet: DB, 03 and 99. RGB value is (219,3,153). Sum of RGB (Red+Green+Blue) = 219+3+153=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0399 is #24FC66. Grayscale: #545454. Windows color (decimal): -2423911 or 10027995. OLE color: 10027995.
HSL color Cylindrical-coordinate representation of color #DB0399: hue angle of 318.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0399 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.14 |
| HSL | 318.33º | 0.97% | 0.44% | - |
| HSV(B) | 318.33º | 0.99% | 0.86% | - |
| XYZ | 35 | 17.43 | 31.66 | - |
| YUV | 84.68 | 166.56 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 153 | 0 | 0.99 | 0.30 | 0.14 | 318.33 | 0.97 | 0.44 |
| Hex | DB | 3 | 99 | 0 | 63 | 1E | E | 13E | 61 | 2C |
| Octal | 333 | 3 | 231 | 0 | 143 | 36 | 16 | 476 | 141 | 54 |
| Binary | 11011011 | 11 | 10011001 | 0 | 1100011 | 11110 | 1110 | 100111110 | 1100001 | 101100 |
Color Harmonies of #DB0399
Complementary color
Monochromatic Colors of #DB0399
Black with #DB0399
Text Example
Text Example
White with #DB0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0399; }
p { color: rgb(219,3,153); }
H1.HeaderClassName
{
color: #DB0399;
}
.AnyTagClassName
{
color: #DB0399;
}
</style>
background-color css
<style>
a { background-color: #DB0399; }
a { background-color: rgb(219,3,153); }
div.DivClassName
{
background-color: #DB0399;
}
.BgClassName
{
background-color: #DB0399;
}
</style>
border-color css
<style>
span { border-color: #DB0399; }
span { border-color: rgb(219,3,153); }
td.TdClassName
{
border-color: #DB0399;
}
.TagClassName
{
border-color: #DB0399;
}
</style>