Shades of Hopbush #DB6EAC
Tints of Hopbush #DB6EAC
RGB
CMYK
RGB Variations
Color information
#DB6EAC (or 0xDB6EAC) is known color: Hopbush. HEX triplet: DB, 6E and AC. RGB value is (219,110,172). Sum of RGB (Red+Green+Blue) = 219+110+172=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6EAC is #249153. Grayscale: #959595. Windows color (decimal): -2396500 or 11300571. OLE color: 11300571.
HSL color Cylindrical-coordinate representation of color #DB6EAC: hue angle of 325.87º 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 #DB6EAC is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 172 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.14 |
| HSL | 325.87º | 0.6% | 0.65% | - |
| HSV(B) | 325.87º | 0.5% | 0.86% | - |
| XYZ | 42.24 | 29.19 | 42.44 | - |
| YUV | 149.66 | 140.61 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 172 | 0 | 0.50 | 0.21 | 0.14 | 325.87 | 0.6 | 0.65 |
| Hex | DB | 6E | AC | 0 | 32 | 15 | E | 146 | 3C | 41 |
| Octal | 333 | 156 | 254 | 0 | 62 | 25 | 16 | 506 | 74 | 101 |
| Binary | 11011011 | 1101110 | 10101100 | 0 | 110010 | 10101 | 1110 | 101000110 | 111100 | 1000001 |
Color Harmonies of #DB6EAC
Complementary color
Monochromatic Colors of #DB6EAC
Black with #DB6EAC
Text Example
Text Example
White with #DB6EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EAC; }
p { color: rgb(219,110,172); }
H1.HeaderClassName
{
color: #DB6EAC;
}
.AnyTagClassName
{
color: #DB6EAC;
}
</style>
background-color css
<style>
a { background-color: #DB6EAC; }
a { background-color: rgb(219,110,172); }
div.DivClassName
{
background-color: #DB6EAC;
}
.BgClassName
{
background-color: #DB6EAC;
}
</style>
border-color css
<style>
span { border-color: #DB6EAC; }
span { border-color: rgb(219,110,172); }
td.TdClassName
{
border-color: #DB6EAC;
}
.TagClassName
{
border-color: #DB6EAC;
}
</style>