Shades of Hopbush #DB6AAB
Tints of Hopbush #DB6AAB
RGB
CMYK
RGB Variations
Color information
#DB6AAB (or 0xDB6AAB) is known color: Hopbush. HEX triplet: DB, 6A and AB. RGB value is (219,106,171). Sum of RGB (Red+Green+Blue) = 219+106+171=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6AAB is #249554. Grayscale: #939393. Windows color (decimal): -2397525 or 11234011. OLE color: 11234011.
HSL color Cylindrical-coordinate representation of color #DB6AAB: hue angle of 325.49º 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 #DB6AAB is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 171 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.14 |
| HSL | 325.49º | 0.61% | 0.64% | - |
| HSV(B) | 325.49º | 0.52% | 0.86% | - |
| XYZ | 41.72 | 28.31 | 41.79 | - |
| YUV | 147.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 171 | 0 | 0.52 | 0.22 | 0.14 | 325.49 | 0.61 | 0.64 |
| Hex | DB | 6A | AB | 0 | 34 | 16 | E | 145 | 3D | 40 |
| Octal | 333 | 152 | 253 | 0 | 64 | 26 | 16 | 505 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10101011 | 0 | 110100 | 10110 | 1110 | 101000101 | 111101 | 1000000 |
Color Harmonies of #DB6AAB
Complementary color
Monochromatic Colors of #DB6AAB
Black with #DB6AAB
Text Example
Text Example
White with #DB6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AAB; }
p { color: rgb(219,106,171); }
H1.HeaderClassName
{
color: #DB6AAB;
}
.AnyTagClassName
{
color: #DB6AAB;
}
</style>
background-color css
<style>
a { background-color: #DB6AAB; }
a { background-color: rgb(219,106,171); }
div.DivClassName
{
background-color: #DB6AAB;
}
.BgClassName
{
background-color: #DB6AAB;
}
</style>
border-color css
<style>
span { border-color: #DB6AAB; }
span { border-color: rgb(219,106,171); }
td.TdClassName
{
border-color: #DB6AAB;
}
.TagClassName
{
border-color: #DB6AAB;
}
</style>