Shades of Hollywood Cerise #DB0495
Tints of Hollywood Cerise #DB0495
RGB
CMYK
RGB Variations
Color information
#DB0495 (or 0xDB0495) is known color: Hollywood Cerise. HEX triplet: DB, 04 and 95. RGB value is (219,4,149). Sum of RGB (Red+Green+Blue) = 219+4+149=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0495 is #24FB6A. Grayscale: #545454. Windows color (decimal): -2423659 or 9766107. OLE color: 9766107.
HSL color Cylindrical-coordinate representation of color #DB0495: hue angle of 319.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0495 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.14 |
| HSL | 319.53º | 0.96% | 0.44% | - |
| HSV(B) | 319.53º | 0.98% | 0.86% | - |
| XYZ | 34.68 | 17.32 | 29.95 | - |
| YUV | 84.82 | 164.23 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 149 | 0 | 0.98 | 0.32 | 0.14 | 319.53 | 0.96 | 0.44 |
| Hex | DB | 4 | 95 | 0 | 62 | 20 | E | 140 | 60 | 2C |
| Octal | 333 | 4 | 225 | 0 | 142 | 40 | 16 | 500 | 140 | 54 |
| Binary | 11011011 | 100 | 10010101 | 0 | 1100010 | 100000 | 1110 | 101000000 | 1100000 | 101100 |
Color Harmonies of #DB0495
Complementary color
Monochromatic Colors of #DB0495
Black with #DB0495
Text Example
Text Example
White with #DB0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0495; }
p { color: rgb(219,4,149); }
H1.HeaderClassName
{
color: #DB0495;
}
.AnyTagClassName
{
color: #DB0495;
}
</style>
background-color css
<style>
a { background-color: #DB0495; }
a { background-color: rgb(219,4,149); }
div.DivClassName
{
background-color: #DB0495;
}
.BgClassName
{
background-color: #DB0495;
}
</style>
border-color css
<style>
span { border-color: #DB0495; }
span { border-color: rgb(219,4,149); }
td.TdClassName
{
border-color: #DB0495;
}
.TagClassName
{
border-color: #DB0495;
}
</style>