Shades of Hopbush #DB6CAA
Tints of Hopbush #DB6CAA
RGB
CMYK
RGB Variations
Color information
#DB6CAA (or 0xDB6CAA) is known color: Hopbush. HEX triplet: DB, 6C and AA. RGB value is (219,108,170). Sum of RGB (Red+Green+Blue) = 219+108+170=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6CAA is #249355. Grayscale: #949494. Windows color (decimal): -2397014 or 11168987. OLE color: 11168987.
HSL color Cylindrical-coordinate representation of color #DB6CAA: hue angle of 326.49º 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 #DB6CAA is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 170 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.14 |
| HSL | 326.49º | 0.61% | 0.64% | - |
| HSV(B) | 326.49º | 0.51% | 0.86% | - |
| XYZ | 41.83 | 28.69 | 41.36 | - |
| YUV | 148.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 170 | 0 | 0.51 | 0.22 | 0.14 | 326.49 | 0.61 | 0.64 |
| Hex | DB | 6C | AA | 0 | 33 | 16 | E | 146 | 3D | 40 |
| Octal | 333 | 154 | 252 | 0 | 63 | 26 | 16 | 506 | 75 | 100 |
| Binary | 11011011 | 1101100 | 10101010 | 0 | 110011 | 10110 | 1110 | 101000110 | 111101 | 1000000 |
Color Harmonies of #DB6CAA
Complementary color
Monochromatic Colors of #DB6CAA
Black with #DB6CAA
Text Example
Text Example
White with #DB6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CAA; }
p { color: rgb(219,108,170); }
H1.HeaderClassName
{
color: #DB6CAA;
}
.AnyTagClassName
{
color: #DB6CAA;
}
</style>
background-color css
<style>
a { background-color: #DB6CAA; }
a { background-color: rgb(219,108,170); }
div.DivClassName
{
background-color: #DB6CAA;
}
.BgClassName
{
background-color: #DB6CAA;
}
</style>
border-color css
<style>
span { border-color: #DB6CAA; }
span { border-color: rgb(219,108,170); }
td.TdClassName
{
border-color: #DB6CAA;
}
.TagClassName
{
border-color: #DB6CAA;
}
</style>