Shades of Hollywood Cerise #DB019A
Tints of Hollywood Cerise #DB019A
RGB
CMYK
RGB Variations
Color information
#DB019A (or 0xDB019A) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 9A. RGB value is (219,1,154). Sum of RGB (Red+Green+Blue) = 219+1+154=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB019A is #24FE65. Grayscale: #535353. Windows color (decimal): -2424422 or 10093019. OLE color: 10093019.
HSL color Cylindrical-coordinate representation of color #DB019A: hue angle of 317.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB019A is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 154 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.14 |
| HSL | 317.89º | 0.99% | 0.43% | - |
| HSV(B) | 317.89º | 1% | 0.86% | - |
| XYZ | 35.06 | 17.41 | 32.09 | - |
| YUV | 83.62 | 167.72 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 154 | 0 | 1.00 | 0.30 | 0.14 | 317.89 | 0.99 | 0.43 |
| Hex | DB | 1 | 9A | 0 | 64 | 1E | E | 13E | 63 | 2B |
| Octal | 333 | 1 | 232 | 0 | 144 | 36 | 16 | 476 | 143 | 53 |
| Binary | 11011011 | 1 | 10011010 | 0 | 1100100 | 11110 | 1110 | 100111110 | 1100011 | 101011 |
Color Harmonies of #DB019A
Complementary color
Monochromatic Colors of #DB019A
Black with #DB019A
Text Example
Text Example
White with #DB019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB019A; }
p { color: rgb(219,1,154); }
H1.HeaderClassName
{
color: #DB019A;
}
.AnyTagClassName
{
color: #DB019A;
}
</style>
background-color css
<style>
a { background-color: #DB019A; }
a { background-color: rgb(219,1,154); }
div.DivClassName
{
background-color: #DB019A;
}
.BgClassName
{
background-color: #DB019A;
}
</style>
border-color css
<style>
span { border-color: #DB019A; }
span { border-color: rgb(219,1,154); }
td.TdClassName
{
border-color: #DB019A;
}
.TagClassName
{
border-color: #DB019A;
}
</style>