Shades of Hopbush #DB6AAA
Tints of Hopbush #DB6AAA
RGB
CMYK
RGB Variations
Color information
#DB6AAA (or 0xDB6AAA) is known color: Hopbush. HEX triplet: DB, 6A and AA. RGB value is (219,106,170). Sum of RGB (Red+Green+Blue) = 219+106+170=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6AAA is #249555. Grayscale: #929292. Windows color (decimal): -2397526 or 11168475. OLE color: 11168475.
HSL color Cylindrical-coordinate representation of color #DB6AAA: hue angle of 326.02º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6AAA is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 170 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.14 |
| HSL | 326.02º | 0.61% | 0.64% | - |
| HSV(B) | 326.02º | 0.52% | 0.86% | - |
| XYZ | 41.62 | 28.27 | 41.29 | - |
| YUV | 147.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 170 | 0 | 0.52 | 0.22 | 0.14 | 326.02 | 0.61 | 0.64 |
| Hex | DB | 6A | AA | 0 | 34 | 16 | E | 146 | 3D | 40 |
| Octal | 333 | 152 | 252 | 0 | 64 | 26 | 16 | 506 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10101010 | 0 | 110100 | 10110 | 1110 | 101000110 | 111101 | 1000000 |
Color Harmonies of #DB6AAA
Complementary color
Monochromatic Colors of #DB6AAA
Black with #DB6AAA
Text Example
Text Example
White with #DB6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AAA; }
p { color: rgb(219,106,170); }
H1.HeaderClassName
{
color: #DB6AAA;
}
.AnyTagClassName
{
color: #DB6AAA;
}
</style>
background-color css
<style>
a { background-color: #DB6AAA; }
a { background-color: rgb(219,106,170); }
div.DivClassName
{
background-color: #DB6AAA;
}
.BgClassName
{
background-color: #DB6AAA;
}
</style>
border-color css
<style>
span { border-color: #DB6AAA; }
span { border-color: rgb(219,106,170); }
td.TdClassName
{
border-color: #DB6AAA;
}
.TagClassName
{
border-color: #DB6AAA;
}
</style>