Shades of Hopbush #DB599C
Tints of Hopbush #DB599C
RGB
CMYK
RGB Variations
Color information
#DB599C (or 0xDB599C) is known color: Hopbush. HEX triplet: DB, 59 and 9C. RGB value is (219,89,156). Sum of RGB (Red+Green+Blue) = 219+89+156=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB599C is #24A663. Grayscale: #878787. Windows color (decimal): -2401892 or 10246619. OLE color: 10246619.
HSL color Cylindrical-coordinate representation of color #DB599C: hue angle of 329.08º 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 #DB599C is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 156 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.14 |
| HSL | 329.08º | 0.64% | 0.6% | - |
| HSV(B) | 329.08º | 0.59% | 0.86% | - |
| XYZ | 38.79 | 24.61 | 34.16 | - |
| YUV | 135.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 156 | 0 | 0.59 | 0.29 | 0.14 | 329.08 | 0.64 | 0.6 |
| Hex | DB | 59 | 9C | 0 | 3B | 1D | E | 149 | 40 | 3C |
| Octal | 333 | 131 | 234 | 0 | 73 | 35 | 16 | 511 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10011100 | 0 | 111011 | 11101 | 1110 | 101001001 | 1000000 | 111100 |
Color Harmonies of #DB599C
Complementary color
Monochromatic Colors of #DB599C
Black with #DB599C
Text Example
Text Example
White with #DB599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB599C; }
p { color: rgb(219,89,156); }
H1.HeaderClassName
{
color: #DB599C;
}
.AnyTagClassName
{
color: #DB599C;
}
</style>
background-color css
<style>
a { background-color: #DB599C; }
a { background-color: rgb(219,89,156); }
div.DivClassName
{
background-color: #DB599C;
}
.BgClassName
{
background-color: #DB599C;
}
</style>
border-color css
<style>
span { border-color: #DB599C; }
span { border-color: rgb(219,89,156); }
td.TdClassName
{
border-color: #DB599C;
}
.TagClassName
{
border-color: #DB599C;
}
</style>