Shades of Hollywood Cerise #DB0EA8
Tints of Hollywood Cerise #DB0EA8
RGB
CMYK
RGB Variations
Color information
#DB0EA8 (or 0xDB0EA8) is known color: Hollywood Cerise. HEX triplet: DB, 0E and A8. RGB value is (219,14,168). Sum of RGB (Red+Green+Blue) = 219+14+168=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0EA8 is #24F157. Grayscale: #5C5C5C. Windows color (decimal): -2421080 or 11013851. OLE color: 11013851.
HSL color Cylindrical-coordinate representation of color #DB0EA8: hue angle of 314.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EA8 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 168 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.14 |
| HSL | 314.93º | 0.88% | 0.46% | - |
| HSV(B) | 314.93º | 0.94% | 0.86% | - |
| XYZ | 36.44 | 18.2 | 38.64 | - |
| YUV | 92.85 | 170.42 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 168 | 0 | 0.94 | 0.23 | 0.14 | 314.93 | 0.88 | 0.46 |
| Hex | DB | E | A8 | 0 | 5E | 17 | E | 13B | 58 | 2E |
| Octal | 333 | 16 | 250 | 0 | 136 | 27 | 16 | 473 | 130 | 56 |
| Binary | 11011011 | 1110 | 10101000 | 0 | 1011110 | 10111 | 1110 | 100111011 | 1011000 | 101110 |
Color Harmonies of #DB0EA8
Complementary color
Monochromatic Colors of #DB0EA8
Black with #DB0EA8
Text Example
Text Example
White with #DB0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EA8; }
p { color: rgb(219,14,168); }
H1.HeaderClassName
{
color: #DB0EA8;
}
.AnyTagClassName
{
color: #DB0EA8;
}
</style>
background-color css
<style>
a { background-color: #DB0EA8; }
a { background-color: rgb(219,14,168); }
div.DivClassName
{
background-color: #DB0EA8;
}
.BgClassName
{
background-color: #DB0EA8;
}
</style>
border-color css
<style>
span { border-color: #DB0EA8; }
span { border-color: rgb(219,14,168); }
td.TdClassName
{
border-color: #DB0EA8;
}
.TagClassName
{
border-color: #DB0EA8;
}
</style>