Shades of Hopbush #DA60AA
Tints of Hopbush #DA60AA
RGB
CMYK
RGB Variations
Color information
#DA60AA (or 0xDA60AA) is known color: Hopbush. HEX triplet: DA, 60 and AA. RGB value is (218,96,170). Sum of RGB (Red+Green+Blue) = 218+96+170=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA60AA is #259F55. Grayscale: #8C8C8C. Windows color (decimal): -2465622 or 11165914. OLE color: 11165914.
HSL color Cylindrical-coordinate representation of color #DA60AA: hue angle of 323.61º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA60AA is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 170 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.15 |
| HSL | 323.61º | 0.62% | 0.62% | - |
| HSV(B) | 323.61º | 0.56% | 0.85% | - |
| XYZ | 40.35 | 26.17 | 40.96 | - |
| YUV | 140.91 | 144.42 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 170 | 0 | 0.56 | 0.22 | 0.15 | 323.61 | 0.62 | 0.62 |
| Hex | DA | 60 | AA | 0 | 38 | 16 | F | 144 | 3E | 3E |
| Octal | 332 | 140 | 252 | 0 | 70 | 26 | 17 | 504 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10101010 | 0 | 111000 | 10110 | 1111 | 101000100 | 111110 | 111110 |
Color Harmonies of #DA60AA
Complementary color
Monochromatic Colors of #DA60AA
Black with #DA60AA
Text Example
Text Example
White with #DA60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60AA; }
p { color: rgb(218,96,170); }
H1.HeaderClassName
{
color: #DA60AA;
}
.AnyTagClassName
{
color: #DA60AA;
}
</style>
background-color css
<style>
a { background-color: #DA60AA; }
a { background-color: rgb(218,96,170); }
div.DivClassName
{
background-color: #DA60AA;
}
.BgClassName
{
background-color: #DA60AA;
}
</style>
border-color css
<style>
span { border-color: #DA60AA; }
span { border-color: rgb(218,96,170); }
td.TdClassName
{
border-color: #DA60AA;
}
.TagClassName
{
border-color: #DA60AA;
}
</style>