Shades of Hopbush #DB6AAF
Tints of Hopbush #DB6AAF
RGB
CMYK
RGB Variations
Color information
#DB6AAF (or 0xDB6AAF) is known color: Hopbush. HEX triplet: DB, 6A and AF. RGB value is (219,106,175). Sum of RGB (Red+Green+Blue) = 219+106+175=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6AAF is #249550. Grayscale: #939393. Windows color (decimal): -2397521 or 11496155. OLE color: 11496155.
HSL color Cylindrical-coordinate representation of color #DB6AAF: hue angle of 323.36º 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 #DB6AAF is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 175 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.14 |
| HSL | 323.36º | 0.61% | 0.64% | - |
| HSV(B) | 323.36º | 0.52% | 0.86% | - |
| XYZ | 42.11 | 28.46 | 43.83 | - |
| YUV | 147.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 175 | 0 | 0.52 | 0.20 | 0.14 | 323.36 | 0.61 | 0.64 |
| Hex | DB | 6A | AF | 0 | 34 | 14 | E | 143 | 3D | 40 |
| Octal | 333 | 152 | 257 | 0 | 64 | 24 | 16 | 503 | 75 | 100 |
| Binary | 11011011 | 1101010 | 10101111 | 0 | 110100 | 10100 | 1110 | 101000011 | 111101 | 1000000 |
Color Harmonies of #DB6AAF
Complementary color
Monochromatic Colors of #DB6AAF
Black with #DB6AAF
Text Example
Text Example
White with #DB6AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AAF; }
p { color: rgb(219,106,175); }
H1.HeaderClassName
{
color: #DB6AAF;
}
.AnyTagClassName
{
color: #DB6AAF;
}
</style>
background-color css
<style>
a { background-color: #DB6AAF; }
a { background-color: rgb(219,106,175); }
div.DivClassName
{
background-color: #DB6AAF;
}
.BgClassName
{
background-color: #DB6AAF;
}
</style>
border-color css
<style>
span { border-color: #DB6AAF; }
span { border-color: rgb(219,106,175); }
td.TdClassName
{
border-color: #DB6AAF;
}
.TagClassName
{
border-color: #DB6AAF;
}
</style>