Shades of Hopbush #DB6AAE
Tints of Hopbush #DB6AAE
RGB
CMYK
RGB Variations
Color information
#DB6AAE (or 0xDB6AAE) is known color: Hopbush. HEX triplet: DB, 6A and AE. RGB value is (219,106,174). Sum of RGB (Red+Green+Blue) = 219+106+174=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6AAE is #249551. Grayscale: #939393. Windows color (decimal): -2397522 or 11430619. OLE color: 11430619.
HSL color Cylindrical-coordinate representation of color #DB6AAE: hue angle of 323.89º 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 #DB6AAE is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 174 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.14 |
| HSL | 323.89º | 0.61% | 0.64% | - |
| HSV(B) | 323.89º | 0.52% | 0.86% | - |
| XYZ | 42.01 | 28.42 | 43.32 | - |
| YUV | 147.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 174 | 0 | 0.52 | 0.21 | 0.14 | 323.89 | 0.61 | 0.64 |
| Hex | DB | 6A | AE | 0 | 34 | 15 | E | 144 | 3D | 40 |
| Octal | 333 | 152 | 256 | 0 | 64 | 25 | 16 | 504 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10101110 | 0 | 110100 | 10101 | 1110 | 101000100 | 111101 | 1000000 |
Color Harmonies of #DB6AAE
Complementary color
Monochromatic Colors of #DB6AAE
Black with #DB6AAE
Text Example
Text Example
White with #DB6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AAE; }
p { color: rgb(219,106,174); }
H1.HeaderClassName
{
color: #DB6AAE;
}
.AnyTagClassName
{
color: #DB6AAE;
}
</style>
background-color css
<style>
a { background-color: #DB6AAE; }
a { background-color: rgb(219,106,174); }
div.DivClassName
{
background-color: #DB6AAE;
}
.BgClassName
{
background-color: #DB6AAE;
}
</style>
border-color css
<style>
span { border-color: #DB6AAE; }
span { border-color: rgb(219,106,174); }
td.TdClassName
{
border-color: #DB6AAE;
}
.TagClassName
{
border-color: #DB6AAE;
}
</style>