Shades of Hopbush #DA5DAA
Tints of Hopbush #DA5DAA
RGB
CMYK
RGB Variations
Color information
#DA5DAA (or 0xDA5DAA) is known color: Hopbush. HEX triplet: DA, 5D and AA. RGB value is (218,93,170). Sum of RGB (Red+Green+Blue) = 218+93+170=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5DAA is #25A255. Grayscale: #8A8A8A. Windows color (decimal): -2466390 or 11165146. OLE color: 11165146.
HSL color Cylindrical-coordinate representation of color #DA5DAA: hue angle of 323.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5DAA is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 170 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.15 |
| HSL | 323.04º | 0.63% | 0.61% | - |
| HSV(B) | 323.04º | 0.57% | 0.85% | - |
| XYZ | 40.08 | 25.64 | 40.87 | - |
| YUV | 139.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 170 | 0 | 0.57 | 0.22 | 0.15 | 323.04 | 0.63 | 0.61 |
| Hex | DA | 5D | AA | 0 | 39 | 16 | F | 143 | 3F | 3D |
| Octal | 332 | 135 | 252 | 0 | 71 | 26 | 17 | 503 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10101010 | 0 | 111001 | 10110 | 1111 | 101000011 | 111111 | 111101 |
Color Harmonies of #DA5DAA
Complementary color
Monochromatic Colors of #DA5DAA
Black with #DA5DAA
Text Example
Text Example
White with #DA5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5DAA; }
p { color: rgb(218,93,170); }
H1.HeaderClassName
{
color: #DA5DAA;
}
.AnyTagClassName
{
color: #DA5DAA;
}
</style>
background-color css
<style>
a { background-color: #DA5DAA; }
a { background-color: rgb(218,93,170); }
div.DivClassName
{
background-color: #DA5DAA;
}
.BgClassName
{
background-color: #DA5DAA;
}
</style>
border-color css
<style>
span { border-color: #DA5DAA; }
span { border-color: rgb(218,93,170); }
td.TdClassName
{
border-color: #DA5DAA;
}
.TagClassName
{
border-color: #DA5DAA;
}
</style>