Shades of Hollywood Cerise #DB0D9B
Tints of Hollywood Cerise #DB0D9B
RGB
CMYK
RGB Variations
Color information
#DB0D9B (or 0xDB0D9B) is known color: Hollywood Cerise. HEX triplet: DB, 0D and 9B. RGB value is (219,13,155). Sum of RGB (Red+Green+Blue) = 219+13+155=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0D9B is #24F264. Grayscale: #5A5A5A. Windows color (decimal): -2421349 or 10161627. OLE color: 10161627.
HSL color Cylindrical-coordinate representation of color #DB0D9B: hue angle of 318.64º 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 #DB0D9B is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 155 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.14 |
| HSL | 318.64º | 0.89% | 0.45% | - |
| HSV(B) | 318.64º | 0.94% | 0.86% | - |
| XYZ | 35.27 | 17.71 | 32.57 | - |
| YUV | 90.78 | 164.25 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 155 | 0 | 0.94 | 0.29 | 0.14 | 318.64 | 0.89 | 0.45 |
| Hex | DB | D | 9B | 0 | 5E | 1D | E | 13F | 59 | 2D |
| Octal | 333 | 15 | 233 | 0 | 136 | 35 | 16 | 477 | 131 | 55 |
| Binary | 11011011 | 1101 | 10011011 | 0 | 1011110 | 11101 | 1110 | 100111111 | 1011001 | 101101 |
Color Harmonies of #DB0D9B
Complementary color
Monochromatic Colors of #DB0D9B
Black with #DB0D9B
Text Example
Text Example
White with #DB0D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D9B; }
p { color: rgb(219,13,155); }
H1.HeaderClassName
{
color: #DB0D9B;
}
.AnyTagClassName
{
color: #DB0D9B;
}
</style>
background-color css
<style>
a { background-color: #DB0D9B; }
a { background-color: rgb(219,13,155); }
div.DivClassName
{
background-color: #DB0D9B;
}
.BgClassName
{
background-color: #DB0D9B;
}
</style>
border-color css
<style>
span { border-color: #DB0D9B; }
span { border-color: rgb(219,13,155); }
td.TdClassName
{
border-color: #DB0D9B;
}
.TagClassName
{
border-color: #DB0D9B;
}
</style>