Shades of Hopbush #DB6DAE
Tints of Hopbush #DB6DAE
RGB
CMYK
RGB Variations
Color information
#DB6DAE (or 0xDB6DAE) is known color: Hopbush. HEX triplet: DB, 6D and AE. RGB value is (219,109,174). Sum of RGB (Red+Green+Blue) = 219+109+174=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6DAE is #249251. Grayscale: #959595. Windows color (decimal): -2396754 or 11431387. OLE color: 11431387.
HSL color Cylindrical-coordinate representation of color #DB6DAE: hue angle of 324.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DAE is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 174 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.14 |
| HSL | 324.55º | 0.6% | 0.64% | - |
| HSV(B) | 324.55º | 0.5% | 0.86% | - |
| XYZ | 42.32 | 29.05 | 43.42 | - |
| YUV | 149.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 174 | 0 | 0.50 | 0.21 | 0.14 | 324.55 | 0.6 | 0.64 |
| Hex | DB | 6D | AE | 0 | 32 | 15 | E | 145 | 3C | 40 |
| Octal | 333 | 155 | 256 | 0 | 62 | 25 | 16 | 505 | 74 | 100 |
| Binary | 11011011 | 1101101 | 10101110 | 0 | 110010 | 10101 | 1110 | 101000101 | 111100 | 1000000 |
Color Harmonies of #DB6DAE
Complementary color
Monochromatic Colors of #DB6DAE
Black with #DB6DAE
Text Example
Text Example
White with #DB6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DAE; }
p { color: rgb(219,109,174); }
H1.HeaderClassName
{
color: #DB6DAE;
}
.AnyTagClassName
{
color: #DB6DAE;
}
</style>
background-color css
<style>
a { background-color: #DB6DAE; }
a { background-color: rgb(219,109,174); }
div.DivClassName
{
background-color: #DB6DAE;
}
.BgClassName
{
background-color: #DB6DAE;
}
</style>
border-color css
<style>
span { border-color: #DB6DAE; }
span { border-color: rgb(219,109,174); }
td.TdClassName
{
border-color: #DB6DAE;
}
.TagClassName
{
border-color: #DB6DAE;
}
</style>