Shades of Hollywood Cerise #DB0898
Tints of Hollywood Cerise #DB0898
RGB
CMYK
RGB Variations
Color information
#DB0898 (or 0xDB0898) is known color: Hollywood Cerise. HEX triplet: DB, 08 and 98. RGB value is (219,8,152). Sum of RGB (Red+Green+Blue) = 219+8+152=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0898 is #24F767. Grayscale: #575757. Windows color (decimal): -2422632 or 9963739. OLE color: 9963739.
HSL color Cylindrical-coordinate representation of color #DB0898: hue angle of 319.05º 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 #DB0898 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 152 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.14 |
| HSL | 319.05º | 0.93% | 0.45% | - |
| HSV(B) | 319.05º | 0.96% | 0.86% | - |
| XYZ | 34.97 | 17.5 | 31.24 | - |
| YUV | 87.51 | 164.4 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 152 | 0 | 0.96 | 0.31 | 0.14 | 319.05 | 0.93 | 0.45 |
| Hex | DB | 8 | 98 | 0 | 60 | 1F | E | 13F | 5D | 2D |
| Octal | 333 | 10 | 230 | 0 | 140 | 37 | 16 | 477 | 135 | 55 |
| Binary | 11011011 | 1000 | 10011000 | 0 | 1100000 | 11111 | 1110 | 100111111 | 1011101 | 101101 |
Color Harmonies of #DB0898
Complementary color
Monochromatic Colors of #DB0898
Black with #DB0898
Text Example
Text Example
White with #DB0898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0898; }
p { color: rgb(219,8,152); }
H1.HeaderClassName
{
color: #DB0898;
}
.AnyTagClassName
{
color: #DB0898;
}
</style>
background-color css
<style>
a { background-color: #DB0898; }
a { background-color: rgb(219,8,152); }
div.DivClassName
{
background-color: #DB0898;
}
.BgClassName
{
background-color: #DB0898;
}
</style>
border-color css
<style>
span { border-color: #DB0898; }
span { border-color: rgb(219,8,152); }
td.TdClassName
{
border-color: #DB0898;
}
.TagClassName
{
border-color: #DB0898;
}
</style>