Shades of Hollywood Cerise #DB089A
Tints of Hollywood Cerise #DB089A
RGB
CMYK
RGB Variations
Color information
#DB089A (or 0xDB089A) is known color: Hollywood Cerise. HEX triplet: DB, 08 and 9A. RGB value is (219,8,154). Sum of RGB (Red+Green+Blue) = 219+8+154=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB089A is #24F765. Grayscale: #575757. Windows color (decimal): -2422630 or 10094811. OLE color: 10094811.
HSL color Cylindrical-coordinate representation of color #DB089A: hue angle of 318.48º 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 #DB089A is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 154 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.14 |
| HSL | 318.48º | 0.93% | 0.45% | - |
| HSV(B) | 318.48º | 0.96% | 0.86% | - |
| XYZ | 35.13 | 17.57 | 32.11 | - |
| YUV | 87.73 | 165.4 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 154 | 0 | 0.96 | 0.30 | 0.14 | 318.48 | 0.93 | 0.45 |
| Hex | DB | 8 | 9A | 0 | 60 | 1E | E | 13E | 5D | 2D |
| Octal | 333 | 10 | 232 | 0 | 140 | 36 | 16 | 476 | 135 | 55 |
| Binary | 11011011 | 1000 | 10011010 | 0 | 1100000 | 11110 | 1110 | 100111110 | 1011101 | 101101 |
Color Harmonies of #DB089A
Complementary color
Monochromatic Colors of #DB089A
Black with #DB089A
Text Example
Text Example
White with #DB089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB089A; }
p { color: rgb(219,8,154); }
H1.HeaderClassName
{
color: #DB089A;
}
.AnyTagClassName
{
color: #DB089A;
}
</style>
background-color css
<style>
a { background-color: #DB089A; }
a { background-color: rgb(219,8,154); }
div.DivClassName
{
background-color: #DB089A;
}
.BgClassName
{
background-color: #DB089A;
}
</style>
border-color css
<style>
span { border-color: #DB089A; }
span { border-color: rgb(219,8,154); }
td.TdClassName
{
border-color: #DB089A;
}
.TagClassName
{
border-color: #DB089A;
}
</style>