Shades of Hollywood Cerise #DB0DA8
Tints of Hollywood Cerise #DB0DA8
RGB
CMYK
RGB Variations
Color information
#DB0DA8 (or 0xDB0DA8) is known color: Hollywood Cerise. HEX triplet: DB, 0D and A8. RGB value is (219,13,168). Sum of RGB (Red+Green+Blue) = 219+13+168=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0DA8 is #24F257. Grayscale: #5B5B5B. Windows color (decimal): -2421336 or 11013595. OLE color: 11013595.
HSL color Cylindrical-coordinate representation of color #DB0DA8: hue angle of 314.85º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DA8 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 168 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.14 |
| HSL | 314.85º | 0.89% | 0.45% | - |
| HSV(B) | 314.85º | 0.94% | 0.86% | - |
| XYZ | 36.43 | 18.18 | 38.63 | - |
| YUV | 92.26 | 170.75 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 168 | 0 | 0.94 | 0.23 | 0.14 | 314.85 | 0.89 | 0.45 |
| Hex | DB | D | A8 | 0 | 5E | 17 | E | 13B | 59 | 2D |
| Octal | 333 | 15 | 250 | 0 | 136 | 27 | 16 | 473 | 131 | 55 |
| Binary | 11011011 | 1101 | 10101000 | 0 | 1011110 | 10111 | 1110 | 100111011 | 1011001 | 101101 |
Color Harmonies of #DB0DA8
Complementary color
Monochromatic Colors of #DB0DA8
Black with #DB0DA8
Text Example
Text Example
White with #DB0DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DA8; }
p { color: rgb(219,13,168); }
H1.HeaderClassName
{
color: #DB0DA8;
}
.AnyTagClassName
{
color: #DB0DA8;
}
</style>
background-color css
<style>
a { background-color: #DB0DA8; }
a { background-color: rgb(219,13,168); }
div.DivClassName
{
background-color: #DB0DA8;
}
.BgClassName
{
background-color: #DB0DA8;
}
</style>
border-color css
<style>
span { border-color: #DB0DA8; }
span { border-color: rgb(219,13,168); }
td.TdClassName
{
border-color: #DB0DA8;
}
.TagClassName
{
border-color: #DB0DA8;
}
</style>