Shades of Hopbush #DB5798
Tints of Hopbush #DB5798
RGB
CMYK
RGB Variations
Color information
#DB5798 (or 0xDB5798) is known color: Hopbush. HEX triplet: DB, 57 and 98. RGB value is (219,87,152). Sum of RGB (Red+Green+Blue) = 219+87+152=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5798 is #24A867. Grayscale: #858585. Windows color (decimal): -2402408 or 9983963. OLE color: 9983963.
HSL color Cylindrical-coordinate representation of color #DB5798: hue angle of 330.45º 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 #DB5798 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 152 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.14 |
| HSL | 330.45º | 0.65% | 0.6% | - |
| HSV(B) | 330.45º | 0.6% | 0.86% | - |
| XYZ | 38.29 | 24.14 | 32.35 | - |
| YUV | 133.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 152 | 0 | 0.60 | 0.31 | 0.14 | 330.45 | 0.65 | 0.6 |
| Hex | DB | 57 | 98 | 0 | 3C | 1F | E | 14A | 41 | 3C |
| Octal | 333 | 127 | 230 | 0 | 74 | 37 | 16 | 512 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10011000 | 0 | 111100 | 11111 | 1110 | 101001010 | 1000001 | 111100 |
Color Harmonies of #DB5798
Complementary color
Monochromatic Colors of #DB5798
Black with #DB5798
Text Example
Text Example
White with #DB5798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5798; }
p { color: rgb(219,87,152); }
H1.HeaderClassName
{
color: #DB5798;
}
.AnyTagClassName
{
color: #DB5798;
}
</style>
background-color css
<style>
a { background-color: #DB5798; }
a { background-color: rgb(219,87,152); }
div.DivClassName
{
background-color: #DB5798;
}
.BgClassName
{
background-color: #DB5798;
}
</style>
border-color css
<style>
span { border-color: #DB5798; }
span { border-color: rgb(219,87,152); }
td.TdClassName
{
border-color: #DB5798;
}
.TagClassName
{
border-color: #DB5798;
}
</style>