Shades of Hollywood Cerise #DB089B
Tints of Hollywood Cerise #DB089B
RGB
CMYK
RGB Variations
Color information
#DB089B (or 0xDB089B) is known color: Hollywood Cerise. HEX triplet: DB, 08 and 9B. RGB value is (219,8,155). Sum of RGB (Red+Green+Blue) = 219+8+155=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB089B is #24F764. Grayscale: #575757. Windows color (decimal): -2422629 or 10160347. OLE color: 10160347.
HSL color Cylindrical-coordinate representation of color #DB089B: hue angle of 318.2º 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 #DB089B is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.14 |
| HSL | 318.2º | 0.93% | 0.45% | - |
| HSV(B) | 318.2º | 0.96% | 0.86% | - |
| XYZ | 35.22 | 17.6 | 32.55 | - |
| YUV | 87.85 | 165.9 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 155 | 0 | 0.96 | 0.29 | 0.14 | 318.2 | 0.93 | 0.45 |
| Hex | DB | 8 | 9B | 0 | 60 | 1D | E | 13E | 5D | 2D |
| Octal | 333 | 10 | 233 | 0 | 140 | 35 | 16 | 476 | 135 | 55 |
| Binary | 11011011 | 1000 | 10011011 | 0 | 1100000 | 11101 | 1110 | 100111110 | 1011101 | 101101 |
Color Harmonies of #DB089B
Complementary color
Monochromatic Colors of #DB089B
Black with #DB089B
Text Example
Text Example
White with #DB089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB089B; }
p { color: rgb(219,8,155); }
H1.HeaderClassName
{
color: #DB089B;
}
.AnyTagClassName
{
color: #DB089B;
}
</style>
background-color css
<style>
a { background-color: #DB089B; }
a { background-color: rgb(219,8,155); }
div.DivClassName
{
background-color: #DB089B;
}
.BgClassName
{
background-color: #DB089B;
}
</style>
border-color css
<style>
span { border-color: #DB089B; }
span { border-color: rgb(219,8,155); }
td.TdClassName
{
border-color: #DB089B;
}
.TagClassName
{
border-color: #DB089B;
}
</style>