Shades of Hopbush #DB599D
Tints of Hopbush #DB599D
RGB
CMYK
RGB Variations
Color information
#DB599D (or 0xDB599D) is known color: Hopbush. HEX triplet: DB, 59 and 9D. RGB value is (219,89,157). Sum of RGB (Red+Green+Blue) = 219+89+157=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB599D is #24A662. Grayscale: #878787. Windows color (decimal): -2401891 or 10312155. OLE color: 10312155.
HSL color Cylindrical-coordinate representation of color #DB599D: hue angle of 328.62º 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 #DB599D is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 157 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.14 |
| HSL | 328.62º | 0.64% | 0.6% | - |
| HSV(B) | 328.62º | 0.59% | 0.86% | - |
| XYZ | 38.87 | 24.64 | 34.61 | - |
| YUV | 135.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 157 | 0 | 0.59 | 0.28 | 0.14 | 328.62 | 0.64 | 0.6 |
| Hex | DB | 59 | 9D | 0 | 3B | 1C | E | 149 | 40 | 3C |
| Octal | 333 | 131 | 235 | 0 | 73 | 34 | 16 | 511 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10011101 | 0 | 111011 | 11100 | 1110 | 101001001 | 1000000 | 111100 |
Color Harmonies of #DB599D
Complementary color
Monochromatic Colors of #DB599D
Black with #DB599D
Text Example
Text Example
White with #DB599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB599D; }
p { color: rgb(219,89,157); }
H1.HeaderClassName
{
color: #DB599D;
}
.AnyTagClassName
{
color: #DB599D;
}
</style>
background-color css
<style>
a { background-color: #DB599D; }
a { background-color: rgb(219,89,157); }
div.DivClassName
{
background-color: #DB599D;
}
.BgClassName
{
background-color: #DB599D;
}
</style>
border-color css
<style>
span { border-color: #DB599D; }
span { border-color: rgb(219,89,157); }
td.TdClassName
{
border-color: #DB599D;
}
.TagClassName
{
border-color: #DB599D;
}
</style>