Shades of Hollywood Cerise #DB0E9A
Tints of Hollywood Cerise #DB0E9A
RGB
CMYK
RGB Variations
Color information
#DB0E9A (or 0xDB0E9A) is known color: Hollywood Cerise. HEX triplet: DB, 0E and 9A. RGB value is (219,14,154). Sum of RGB (Red+Green+Blue) = 219+14+154=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0E9A is #24F165. Grayscale: #5A5A5A. Windows color (decimal): -2421094 or 10096347. OLE color: 10096347.
HSL color Cylindrical-coordinate representation of color #DB0E9A: hue angle of 319.02º 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 #DB0E9A is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 154 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.14 |
| HSL | 319.02º | 0.88% | 0.46% | - |
| HSV(B) | 319.02º | 0.94% | 0.86% | - |
| XYZ | 35.2 | 17.71 | 32.13 | - |
| YUV | 91.26 | 163.42 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 154 | 0 | 0.94 | 0.30 | 0.14 | 319.02 | 0.88 | 0.46 |
| Hex | DB | E | 9A | 0 | 5E | 1E | E | 13F | 58 | 2E |
| Octal | 333 | 16 | 232 | 0 | 136 | 36 | 16 | 477 | 130 | 56 |
| Binary | 11011011 | 1110 | 10011010 | 0 | 1011110 | 11110 | 1110 | 100111111 | 1011000 | 101110 |
Color Harmonies of #DB0E9A
Complementary color
Monochromatic Colors of #DB0E9A
Black with #DB0E9A
Text Example
Text Example
White with #DB0E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E9A; }
p { color: rgb(219,14,154); }
H1.HeaderClassName
{
color: #DB0E9A;
}
.AnyTagClassName
{
color: #DB0E9A;
}
</style>
background-color css
<style>
a { background-color: #DB0E9A; }
a { background-color: rgb(219,14,154); }
div.DivClassName
{
background-color: #DB0E9A;
}
.BgClassName
{
background-color: #DB0E9A;
}
</style>
border-color css
<style>
span { border-color: #DB0E9A; }
span { border-color: rgb(219,14,154); }
td.TdClassName
{
border-color: #DB0E9A;
}
.TagClassName
{
border-color: #DB0E9A;
}
</style>