Shades of Hopbush #DB5998
Tints of Hopbush #DB5998
RGB
CMYK
RGB Variations
Color information
#DB5998 (or 0xDB5998) is known color: Hopbush. HEX triplet: DB, 59 and 98. RGB value is (219,89,152). Sum of RGB (Red+Green+Blue) = 219+89+152=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5998 is #24A667. Grayscale: #868686. Windows color (decimal): -2401896 or 9984475. OLE color: 9984475.
HSL color Cylindrical-coordinate representation of color #DB5998: hue angle of 330.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5998 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 152 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.14 |
| HSL | 330.92º | 0.64% | 0.6% | - |
| HSV(B) | 330.92º | 0.59% | 0.86% | - |
| XYZ | 38.45 | 24.47 | 32.4 | - |
| YUV | 135.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 152 | 0 | 0.59 | 0.31 | 0.14 | 330.92 | 0.64 | 0.6 |
| Hex | DB | 59 | 98 | 0 | 3B | 1F | E | 14B | 40 | 3C |
| Octal | 333 | 131 | 230 | 0 | 73 | 37 | 16 | 513 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10011000 | 0 | 111011 | 11111 | 1110 | 101001011 | 1000000 | 111100 |
Color Harmonies of #DB5998
Complementary color
Monochromatic Colors of #DB5998
Black with #DB5998
Text Example
Text Example
White with #DB5998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5998; }
p { color: rgb(219,89,152); }
H1.HeaderClassName
{
color: #DB5998;
}
.AnyTagClassName
{
color: #DB5998;
}
</style>
background-color css
<style>
a { background-color: #DB5998; }
a { background-color: rgb(219,89,152); }
div.DivClassName
{
background-color: #DB5998;
}
.BgClassName
{
background-color: #DB5998;
}
</style>
border-color css
<style>
span { border-color: #DB5998; }
span { border-color: rgb(219,89,152); }
td.TdClassName
{
border-color: #DB5998;
}
.TagClassName
{
border-color: #DB5998;
}
</style>