Shades of Hopbush #DB6BAE
Tints of Hopbush #DB6BAE
RGB
CMYK
RGB Variations
Color information
#DB6BAE (or 0xDB6BAE) is known color: Hopbush. HEX triplet: DB, 6B and AE. RGB value is (219,107,174). Sum of RGB (Red+Green+Blue) = 219+107+174=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BAE is #249451. Grayscale: #939393. Windows color (decimal): -2397266 or 11430875. OLE color: 11430875.
HSL color Cylindrical-coordinate representation of color #DB6BAE: hue angle of 324.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BAE is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 174 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.14 |
| HSL | 324.11º | 0.61% | 0.64% | - |
| HSV(B) | 324.11º | 0.51% | 0.86% | - |
| XYZ | 42.11 | 28.63 | 43.35 | - |
| YUV | 148.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 174 | 0 | 0.51 | 0.21 | 0.14 | 324.11 | 0.61 | 0.64 |
| Hex | DB | 6B | AE | 0 | 33 | 15 | E | 144 | 3D | 40 |
| Octal | 333 | 153 | 256 | 0 | 63 | 25 | 16 | 504 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10101110 | 0 | 110011 | 10101 | 1110 | 101000100 | 111101 | 1000000 |
Color Harmonies of #DB6BAE
Complementary color
Monochromatic Colors of #DB6BAE
Black with #DB6BAE
Text Example
Text Example
White with #DB6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BAE; }
p { color: rgb(219,107,174); }
H1.HeaderClassName
{
color: #DB6BAE;
}
.AnyTagClassName
{
color: #DB6BAE;
}
</style>
background-color css
<style>
a { background-color: #DB6BAE; }
a { background-color: rgb(219,107,174); }
div.DivClassName
{
background-color: #DB6BAE;
}
.BgClassName
{
background-color: #DB6BAE;
}
</style>
border-color css
<style>
span { border-color: #DB6BAE; }
span { border-color: rgb(219,107,174); }
td.TdClassName
{
border-color: #DB6BAE;
}
.TagClassName
{
border-color: #DB6BAE;
}
</style>