Shades of Hollywood Cerise #DB019F
Tints of Hollywood Cerise #DB019F
RGB
CMYK
RGB Variations
Color information
#DB019F (or 0xDB019F) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 9F. RGB value is (219,1,159). Sum of RGB (Red+Green+Blue) = 219+1+159=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB019F is #24FE60. Grayscale: #535353. Windows color (decimal): -2424417 or 10420699. OLE color: 10420699.
HSL color Cylindrical-coordinate representation of color #DB019F: hue angle of 316.51º 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 #DB019F is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.27 | 0.14 |
| HSL | 316.51º | 0.99% | 0.43% | - |
| HSV(B) | 316.51º | 1% | 0.86% | - |
| XYZ | 35.48 | 17.58 | 34.33 | - |
| YUV | 84.19 | 170.22 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 159 | 0 | 1.00 | 0.27 | 0.14 | 316.51 | 0.99 | 0.43 |
| Hex | DB | 1 | 9F | 0 | 64 | 1B | E | 13D | 63 | 2B |
| Octal | 333 | 1 | 237 | 0 | 144 | 33 | 16 | 475 | 143 | 53 |
| Binary | 11011011 | 1 | 10011111 | 0 | 1100100 | 11011 | 1110 | 100111101 | 1100011 | 101011 |
Color Harmonies of #DB019F
Complementary color
Monochromatic Colors of #DB019F
Black with #DB019F
Text Example
Text Example
White with #DB019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB019F; }
p { color: rgb(219,1,159); }
H1.HeaderClassName
{
color: #DB019F;
}
.AnyTagClassName
{
color: #DB019F;
}
</style>
background-color css
<style>
a { background-color: #DB019F; }
a { background-color: rgb(219,1,159); }
div.DivClassName
{
background-color: #DB019F;
}
.BgClassName
{
background-color: #DB019F;
}
</style>
border-color css
<style>
span { border-color: #DB019F; }
span { border-color: rgb(219,1,159); }
td.TdClassName
{
border-color: #DB019F;
}
.TagClassName
{
border-color: #DB019F;
}
</style>