Shades of Hopbush #DB6EAB
Tints of Hopbush #DB6EAB
RGB
CMYK
RGB Variations
Color information
#DB6EAB (or 0xDB6EAB) is known color: Hopbush. HEX triplet: DB, 6E and AB. RGB value is (219,110,171). Sum of RGB (Red+Green+Blue) = 219+110+171=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6EAB is #249154. Grayscale: #959595. Windows color (decimal): -2396501 or 11235035. OLE color: 11235035.
HSL color Cylindrical-coordinate representation of color #DB6EAB: hue angle of 326.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6EAB is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 171 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.14 |
| HSL | 326.42º | 0.6% | 0.65% | - |
| HSV(B) | 326.42º | 0.5% | 0.86% | - |
| XYZ | 42.14 | 29.15 | 41.93 | - |
| YUV | 149.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 171 | 0 | 0.50 | 0.22 | 0.14 | 326.42 | 0.6 | 0.65 |
| Hex | DB | 6E | AB | 0 | 32 | 16 | E | 146 | 3C | 41 |
| Octal | 333 | 156 | 253 | 0 | 62 | 26 | 16 | 506 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10101011 | 0 | 110010 | 10110 | 1110 | 101000110 | 111100 | 1000001 |
Color Harmonies of #DB6EAB
Complementary color
Monochromatic Colors of #DB6EAB
Black with #DB6EAB
Text Example
Text Example
White with #DB6EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EAB; }
p { color: rgb(219,110,171); }
H1.HeaderClassName
{
color: #DB6EAB;
}
.AnyTagClassName
{
color: #DB6EAB;
}
</style>
background-color css
<style>
a { background-color: #DB6EAB; }
a { background-color: rgb(219,110,171); }
div.DivClassName
{
background-color: #DB6EAB;
}
.BgClassName
{
background-color: #DB6EAB;
}
</style>
border-color css
<style>
span { border-color: #DB6EAB; }
span { border-color: rgb(219,110,171); }
td.TdClassName
{
border-color: #DB6EAB;
}
.TagClassName
{
border-color: #DB6EAB;
}
</style>