Shades of Hopbush #DA6BAA
Tints of Hopbush #DA6BAA
RGB
CMYK
RGB Variations
Color information
#DA6BAA (or 0xDA6BAA) is known color: Hopbush. HEX triplet: DA, 6B and AA. RGB value is (218,107,170). Sum of RGB (Red+Green+Blue) = 218+107+170=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6BAA is #259455. Grayscale: #939393. Windows color (decimal): -2462806 or 11168730. OLE color: 11168730.
HSL color Cylindrical-coordinate representation of color #DA6BAA: hue angle of 325.95º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BAA is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 170 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.15 |
| HSL | 325.95º | 0.6% | 0.64% | - |
| HSV(B) | 325.95º | 0.51% | 0.85% | - |
| XYZ | 41.43 | 28.32 | 41.31 | - |
| YUV | 147.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 170 | 0 | 0.51 | 0.22 | 0.15 | 325.95 | 0.6 | 0.64 |
| Hex | DA | 6B | AA | 0 | 33 | 16 | F | 146 | 3C | 40 |
| Octal | 332 | 153 | 252 | 0 | 63 | 26 | 17 | 506 | 74 | 100 |
| Binary | 11011010 | 1101011 | 10101010 | 0 | 110011 | 10110 | 1111 | 101000110 | 111100 | 1000000 |
Color Harmonies of #DA6BAA
Complementary color
Monochromatic Colors of #DA6BAA
Black with #DA6BAA
Text Example
Text Example
White with #DA6BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BAA; }
p { color: rgb(218,107,170); }
H1.HeaderClassName
{
color: #DA6BAA;
}
.AnyTagClassName
{
color: #DA6BAA;
}
</style>
background-color css
<style>
a { background-color: #DA6BAA; }
a { background-color: rgb(218,107,170); }
div.DivClassName
{
background-color: #DA6BAA;
}
.BgClassName
{
background-color: #DA6BAA;
}
</style>
border-color css
<style>
span { border-color: #DA6BAA; }
span { border-color: rgb(218,107,170); }
td.TdClassName
{
border-color: #DA6BAA;
}
.TagClassName
{
border-color: #DA6BAA;
}
</style>