Shades of Hollywood Cerise #DB019D
Tints of Hollywood Cerise #DB019D
RGB
CMYK
RGB Variations
Color information
#DB019D (or 0xDB019D) is known color: Hollywood Cerise. HEX triplet: DB, 01 and 9D. RGB value is (219,1,157). Sum of RGB (Red+Green+Blue) = 219+1+157=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB019D is #24FE62. Grayscale: #535353. Windows color (decimal): -2424419 or 10289627. OLE color: 10289627.
HSL color Cylindrical-coordinate representation of color #DB019D: hue angle of 317.06º 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 #DB019D is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.14 |
| HSL | 317.06º | 0.99% | 0.43% | - |
| HSV(B) | 317.06º | 1% | 0.86% | - |
| XYZ | 35.31 | 17.52 | 33.42 | - |
| YUV | 83.97 | 169.22 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 157 | 0 | 1.00 | 0.28 | 0.14 | 317.06 | 0.99 | 0.43 |
| Hex | DB | 1 | 9D | 0 | 64 | 1C | E | 13D | 63 | 2B |
| Octal | 333 | 1 | 235 | 0 | 144 | 34 | 16 | 475 | 143 | 53 |
| Binary | 11011011 | 1 | 10011101 | 0 | 1100100 | 11100 | 1110 | 100111101 | 1100011 | 101011 |
Color Harmonies of #DB019D
Complementary color
Monochromatic Colors of #DB019D
Black with #DB019D
Text Example
Text Example
White with #DB019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB019D; }
p { color: rgb(219,1,157); }
H1.HeaderClassName
{
color: #DB019D;
}
.AnyTagClassName
{
color: #DB019D;
}
</style>
background-color css
<style>
a { background-color: #DB019D; }
a { background-color: rgb(219,1,157); }
div.DivClassName
{
background-color: #DB019D;
}
.BgClassName
{
background-color: #DB019D;
}
</style>
border-color css
<style>
span { border-color: #DB019D; }
span { border-color: rgb(219,1,157); }
td.TdClassName
{
border-color: #DB019D;
}
.TagClassName
{
border-color: #DB019D;
}
</style>