Shades of Hopbush #DA59AA
Tints of Hopbush #DA59AA
RGB
CMYK
RGB Variations
Color information
#DA59AA (or 0xDA59AA) is known color: Hopbush. HEX triplet: DA, 59 and AA. RGB value is (218,89,170). Sum of RGB (Red+Green+Blue) = 218+89+170=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA59AA is #25A655. Grayscale: #888888. Windows color (decimal): -2467414 or 11164122. OLE color: 11164122.
HSL color Cylindrical-coordinate representation of color #DA59AA: hue angle of 322.33º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA59AA is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 170 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.15 |
| HSL | 322.33º | 0.64% | 0.6% | - |
| HSV(B) | 322.33º | 0.59% | 0.85% | - |
| XYZ | 39.74 | 24.95 | 40.75 | - |
| YUV | 136.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 170 | 0 | 0.59 | 0.22 | 0.15 | 322.33 | 0.64 | 0.6 |
| Hex | DA | 59 | AA | 0 | 3B | 16 | F | 142 | 40 | 3C |
| Octal | 332 | 131 | 252 | 0 | 73 | 26 | 17 | 502 | 100 | 74 |
| Binary | 11011010 | 1011001 | 10101010 | 0 | 111011 | 10110 | 1111 | 101000010 | 1000000 | 111100 |
Color Harmonies of #DA59AA
Complementary color
Monochromatic Colors of #DA59AA
Black with #DA59AA
Text Example
Text Example
White with #DA59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59AA; }
p { color: rgb(218,89,170); }
H1.HeaderClassName
{
color: #DA59AA;
}
.AnyTagClassName
{
color: #DA59AA;
}
</style>
background-color css
<style>
a { background-color: #DA59AA; }
a { background-color: rgb(218,89,170); }
div.DivClassName
{
background-color: #DA59AA;
}
.BgClassName
{
background-color: #DA59AA;
}
</style>
border-color css
<style>
span { border-color: #DA59AA; }
span { border-color: rgb(218,89,170); }
td.TdClassName
{
border-color: #DA59AA;
}
.TagClassName
{
border-color: #DA59AA;
}
</style>