Shades of Hopbush #DB5896
Tints of Hopbush #DB5896
RGB
CMYK
RGB Variations
Color information
#DB5896 (or 0xDB5896) is known color: Hopbush. HEX triplet: DB, 58 and 96. RGB value is (219,88,150). Sum of RGB (Red+Green+Blue) = 219+88+150=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5896 is #24A769. Grayscale: #868686. Windows color (decimal): -2402154 or 9853147. OLE color: 9853147.
HSL color Cylindrical-coordinate representation of color #DB5896: hue angle of 331.6º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5896 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 150 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.14 |
| HSL | 331.6º | 0.65% | 0.6% | - |
| HSV(B) | 331.6º | 0.6% | 0.86% | - |
| XYZ | 38.21 | 24.24 | 31.52 | - |
| YUV | 134.24 | 136.9 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 150 | 0 | 0.60 | 0.32 | 0.14 | 331.6 | 0.65 | 0.6 |
| Hex | DB | 58 | 96 | 0 | 3C | 20 | E | 14C | 41 | 3C |
| Octal | 333 | 130 | 226 | 0 | 74 | 40 | 16 | 514 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10010110 | 0 | 111100 | 100000 | 1110 | 101001100 | 1000001 | 111100 |
Color Harmonies of #DB5896
Complementary color
Monochromatic Colors of #DB5896
Black with #DB5896
Text Example
Text Example
White with #DB5896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5896; }
p { color: rgb(219,88,150); }
H1.HeaderClassName
{
color: #DB5896;
}
.AnyTagClassName
{
color: #DB5896;
}
</style>
background-color css
<style>
a { background-color: #DB5896; }
a { background-color: rgb(219,88,150); }
div.DivClassName
{
background-color: #DB5896;
}
.BgClassName
{
background-color: #DB5896;
}
</style>
border-color css
<style>
span { border-color: #DB5896; }
span { border-color: rgb(219,88,150); }
td.TdClassName
{
border-color: #DB5896;
}
.TagClassName
{
border-color: #DB5896;
}
</style>