Shades of Hopbush #DB6EAD
Tints of Hopbush #DB6EAD
RGB
CMYK
RGB Variations
Color information
#DB6EAD (or 0xDB6EAD) is known color: Hopbush. HEX triplet: DB, 6E and AD. RGB value is (219,110,173). Sum of RGB (Red+Green+Blue) = 219+110+173=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6EAD is #249152. Grayscale: #959595. Windows color (decimal): -2396499 or 11366107. OLE color: 11366107.
HSL color Cylindrical-coordinate representation of color #DB6EAD: hue angle of 325.32º 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 #DB6EAD is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 173 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.14 |
| HSL | 325.32º | 0.6% | 0.65% | - |
| HSV(B) | 325.32º | 0.5% | 0.86% | - |
| XYZ | 42.33 | 29.23 | 42.95 | - |
| YUV | 149.77 | 141.11 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 173 | 0 | 0.50 | 0.21 | 0.14 | 325.32 | 0.6 | 0.65 |
| Hex | DB | 6E | AD | 0 | 32 | 15 | E | 145 | 3C | 41 |
| Octal | 333 | 156 | 255 | 0 | 62 | 25 | 16 | 505 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10101101 | 0 | 110010 | 10101 | 1110 | 101000101 | 111100 | 1000001 |
Color Harmonies of #DB6EAD
Complementary color
Monochromatic Colors of #DB6EAD
Black with #DB6EAD
Text Example
Text Example
White with #DB6EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EAD; }
p { color: rgb(219,110,173); }
H1.HeaderClassName
{
color: #DB6EAD;
}
.AnyTagClassName
{
color: #DB6EAD;
}
</style>
background-color css
<style>
a { background-color: #DB6EAD; }
a { background-color: rgb(219,110,173); }
div.DivClassName
{
background-color: #DB6EAD;
}
.BgClassName
{
background-color: #DB6EAD;
}
</style>
border-color css
<style>
span { border-color: #DB6EAD; }
span { border-color: rgb(219,110,173); }
td.TdClassName
{
border-color: #DB6EAD;
}
.TagClassName
{
border-color: #DB6EAD;
}
</style>