Shades of Hollywood Cerise #DB0EAC
Tints of Hollywood Cerise #DB0EAC
RGB
CMYK
RGB Variations
Color information
#DB0EAC (or 0xDB0EAC) is known color: Hollywood Cerise. HEX triplet: DB, 0E and AC. RGB value is (219,14,172). Sum of RGB (Red+Green+Blue) = 219+14+172=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0EAC is #24F153. Grayscale: #5C5C5C. Windows color (decimal): -2421076 or 11275995. OLE color: 11275995.
HSL color Cylindrical-coordinate representation of color #DB0EAC: hue angle of 313.76º 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 #DB0EAC is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 172 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.14 |
| HSL | 313.76º | 0.88% | 0.46% | - |
| HSV(B) | 313.76º | 0.94% | 0.86% | - |
| XYZ | 36.82 | 18.35 | 40.63 | - |
| YUV | 93.31 | 172.42 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 172 | 0 | 0.94 | 0.21 | 0.14 | 313.76 | 0.88 | 0.46 |
| Hex | DB | E | AC | 0 | 5E | 15 | E | 13A | 58 | 2E |
| Octal | 333 | 16 | 254 | 0 | 136 | 25 | 16 | 472 | 130 | 56 |
| Binary | 11011011 | 1110 | 10101100 | 0 | 1011110 | 10101 | 1110 | 100111010 | 1011000 | 101110 |
Color Harmonies of #DB0EAC
Complementary color
Monochromatic Colors of #DB0EAC
Black with #DB0EAC
Text Example
Text Example
White with #DB0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EAC; }
p { color: rgb(219,14,172); }
H1.HeaderClassName
{
color: #DB0EAC;
}
.AnyTagClassName
{
color: #DB0EAC;
}
</style>
background-color css
<style>
a { background-color: #DB0EAC; }
a { background-color: rgb(219,14,172); }
div.DivClassName
{
background-color: #DB0EAC;
}
.BgClassName
{
background-color: #DB0EAC;
}
</style>
border-color css
<style>
span { border-color: #DB0EAC; }
span { border-color: rgb(219,14,172); }
td.TdClassName
{
border-color: #DB0EAC;
}
.TagClassName
{
border-color: #DB0EAC;
}
</style>