Shades of Hollywood Cerise #DB089D
Tints of Hollywood Cerise #DB089D
RGB
CMYK
RGB Variations
Color information
#DB089D (or 0xDB089D) is known color: Hollywood Cerise. HEX triplet: DB, 08 and 9D. RGB value is (219,8,157). Sum of RGB (Red+Green+Blue) = 219+8+157=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB089D is #24F762. Grayscale: #575757. Windows color (decimal): -2422627 or 10291419. OLE color: 10291419.
HSL color Cylindrical-coordinate representation of color #DB089D: hue angle of 317.63º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB089D is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.14 |
| HSL | 317.63º | 0.93% | 0.45% | - |
| HSV(B) | 317.63º | 0.96% | 0.86% | - |
| XYZ | 35.39 | 17.67 | 33.44 | - |
| YUV | 88.08 | 166.9 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 157 | 0 | 0.96 | 0.28 | 0.14 | 317.63 | 0.93 | 0.45 |
| Hex | DB | 8 | 9D | 0 | 60 | 1C | E | 13E | 5D | 2D |
| Octal | 333 | 10 | 235 | 0 | 140 | 34 | 16 | 476 | 135 | 55 |
| Binary | 11011011 | 1000 | 10011101 | 0 | 1100000 | 11100 | 1110 | 100111110 | 1011101 | 101101 |
Color Harmonies of #DB089D
Complementary color
Monochromatic Colors of #DB089D
Black with #DB089D
Text Example
Text Example
White with #DB089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB089D; }
p { color: rgb(219,8,157); }
H1.HeaderClassName
{
color: #DB089D;
}
.AnyTagClassName
{
color: #DB089D;
}
</style>
background-color css
<style>
a { background-color: #DB089D; }
a { background-color: rgb(219,8,157); }
div.DivClassName
{
background-color: #DB089D;
}
.BgClassName
{
background-color: #DB089D;
}
</style>
border-color css
<style>
span { border-color: #DB089D; }
span { border-color: rgb(219,8,157); }
td.TdClassName
{
border-color: #DB089D;
}
.TagClassName
{
border-color: #DB089D;
}
</style>