Shades of Hopbush #DA5AAD
Tints of Hopbush #DA5AAD
RGB
CMYK
RGB Variations
Color information
#DA5AAD (or 0xDA5AAD) is known color: Hopbush. HEX triplet: DA, 5A and AD. RGB value is (218,90,173). Sum of RGB (Red+Green+Blue) = 218+90+173=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5AAD is #25A552. Grayscale: #898989. Windows color (decimal): -2467155 or 11360986. OLE color: 11360986.
HSL color Cylindrical-coordinate representation of color #DA5AAD: hue angle of 321.09º degrees, saturation: 0.63, 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 #DA5AAD is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 173 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.15 |
| HSL | 321.09º | 0.63% | 0.6% | - |
| HSV(B) | 321.09º | 0.59% | 0.85% | - |
| XYZ | 40.11 | 25.23 | 42.29 | - |
| YUV | 137.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 173 | 0 | 0.59 | 0.21 | 0.15 | 321.09 | 0.63 | 0.6 |
| Hex | DA | 5A | AD | 0 | 3B | 15 | F | 141 | 3F | 3C |
| Octal | 332 | 132 | 255 | 0 | 73 | 25 | 17 | 501 | 77 | 74 |
| Binary | 11011010 | 1011010 | 10101101 | 0 | 111011 | 10101 | 1111 | 101000001 | 111111 | 111100 |
Color Harmonies of #DA5AAD
Complementary color
Monochromatic Colors of #DA5AAD
Black with #DA5AAD
Text Example
Text Example
White with #DA5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5AAD; }
p { color: rgb(218,90,173); }
H1.HeaderClassName
{
color: #DA5AAD;
}
.AnyTagClassName
{
color: #DA5AAD;
}
</style>
background-color css
<style>
a { background-color: #DA5AAD; }
a { background-color: rgb(218,90,173); }
div.DivClassName
{
background-color: #DA5AAD;
}
.BgClassName
{
background-color: #DA5AAD;
}
</style>
border-color css
<style>
span { border-color: #DA5AAD; }
span { border-color: rgb(218,90,173); }
td.TdClassName
{
border-color: #DA5AAD;
}
.TagClassName
{
border-color: #DA5AAD;
}
</style>