Shades of Hopbush #DB59A7
Tints of Hopbush #DB59A7
RGB
CMYK
RGB Variations
Color information
#DB59A7 (or 0xDB59A7) is known color: Hopbush. HEX triplet: DB, 59 and A7. RGB value is (219,89,167). Sum of RGB (Red+Green+Blue) = 219+89+167=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59A7 is #24A658. Grayscale: #888888. Windows color (decimal): -2401881 or 10967515. OLE color: 10967515.
HSL color Cylindrical-coordinate representation of color #DB59A7: hue angle of 324º 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 #DB59A7 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 167 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.14 |
| HSL | 324º | 0.64% | 0.6% | - |
| HSV(B) | 324º | 0.59% | 0.86% | - |
| XYZ | 39.76 | 24.99 | 39.29 | - |
| YUV | 136.76 | 145.07 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 167 | 0 | 0.59 | 0.24 | 0.14 | 324 | 0.64 | 0.6 |
| Hex | DB | 59 | A7 | 0 | 3B | 18 | E | 144 | 40 | 3C |
| Octal | 333 | 131 | 247 | 0 | 73 | 30 | 16 | 504 | 100 | 74 |
| Binary | 11011011 | 1011001 | 10100111 | 0 | 111011 | 11000 | 1110 | 101000100 | 1000000 | 111100 |
Color Harmonies of #DB59A7
Complementary color
Monochromatic Colors of #DB59A7
Black with #DB59A7
Text Example
Text Example
White with #DB59A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59A7; }
p { color: rgb(219,89,167); }
H1.HeaderClassName
{
color: #DB59A7;
}
.AnyTagClassName
{
color: #DB59A7;
}
</style>
background-color css
<style>
a { background-color: #DB59A7; }
a { background-color: rgb(219,89,167); }
div.DivClassName
{
background-color: #DB59A7;
}
.BgClassName
{
background-color: #DB59A7;
}
</style>
border-color css
<style>
span { border-color: #DB59A7; }
span { border-color: rgb(219,89,167); }
td.TdClassName
{
border-color: #DB59A7;
}
.TagClassName
{
border-color: #DB59A7;
}
</style>