Shades of Hopbush #DB599F
Tints of Hopbush #DB599F
RGB
CMYK
RGB Variations
Color information
#DB599F (or 0xDB599F) is known color: Hopbush. HEX triplet: DB, 59 and 9F. RGB value is (219,89,159). Sum of RGB (Red+Green+Blue) = 219+89+159=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB599F is #24A660. Grayscale: #878787. Windows color (decimal): -2401889 or 10443227. OLE color: 10443227.
HSL color Cylindrical-coordinate representation of color #DB599F: hue angle of 327.69º 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 #DB599F is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 159 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.14 |
| HSL | 327.69º | 0.64% | 0.6% | - |
| HSV(B) | 327.69º | 0.59% | 0.86% | - |
| XYZ | 39.04 | 24.71 | 35.51 | - |
| YUV | 135.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 159 | 0 | 0.59 | 0.27 | 0.14 | 327.69 | 0.64 | 0.6 |
| Hex | DB | 59 | 9F | 0 | 3B | 1B | E | 148 | 40 | 3C |
| Octal | 333 | 131 | 237 | 0 | 73 | 33 | 16 | 510 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10011111 | 0 | 111011 | 11011 | 1110 | 101001000 | 1000000 | 111100 |
Color Harmonies of #DB599F
Complementary color
Monochromatic Colors of #DB599F
Black with #DB599F
Text Example
Text Example
White with #DB599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB599F; }
p { color: rgb(219,89,159); }
H1.HeaderClassName
{
color: #DB599F;
}
.AnyTagClassName
{
color: #DB599F;
}
</style>
background-color css
<style>
a { background-color: #DB599F; }
a { background-color: rgb(219,89,159); }
div.DivClassName
{
background-color: #DB599F;
}
.BgClassName
{
background-color: #DB599F;
}
</style>
border-color css
<style>
span { border-color: #DB599F; }
span { border-color: rgb(219,89,159); }
td.TdClassName
{
border-color: #DB599F;
}
.TagClassName
{
border-color: #DB599F;
}
</style>