Shades of Hopbush #DA5EAC
Tints of Hopbush #DA5EAC
RGB
CMYK
RGB Variations
Color information
#DA5EAC (or 0xDA5EAC) is known color: Hopbush. HEX triplet: DA, 5E and AC. RGB value is (218,94,172). Sum of RGB (Red+Green+Blue) = 218+94+172=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5EAC is #25A153. Grayscale: #8B8B8B. Windows color (decimal): -2466132 or 11296474. OLE color: 11296474.
HSL color Cylindrical-coordinate representation of color #DA5EAC: hue angle of 322.26º 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 #DA5EAC is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 172 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.15 |
| HSL | 322.26º | 0.63% | 0.61% | - |
| HSV(B) | 322.26º | 0.57% | 0.85% | - |
| XYZ | 40.36 | 25.89 | 41.9 | - |
| YUV | 139.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 172 | 0 | 0.57 | 0.21 | 0.15 | 322.26 | 0.63 | 0.61 |
| Hex | DA | 5E | AC | 0 | 39 | 15 | F | 142 | 3F | 3D |
| Octal | 332 | 136 | 254 | 0 | 71 | 25 | 17 | 502 | 77 | 75 |
| Binary | 11011010 | 1011110 | 10101100 | 0 | 111001 | 10101 | 1111 | 101000010 | 111111 | 111101 |
Color Harmonies of #DA5EAC
Complementary color
Monochromatic Colors of #DA5EAC
Black with #DA5EAC
Text Example
Text Example
White with #DA5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5EAC; }
p { color: rgb(218,94,172); }
H1.HeaderClassName
{
color: #DA5EAC;
}
.AnyTagClassName
{
color: #DA5EAC;
}
</style>
background-color css
<style>
a { background-color: #DA5EAC; }
a { background-color: rgb(218,94,172); }
div.DivClassName
{
background-color: #DA5EAC;
}
.BgClassName
{
background-color: #DA5EAC;
}
</style>
border-color css
<style>
span { border-color: #DA5EAC; }
span { border-color: rgb(218,94,172); }
td.TdClassName
{
border-color: #DA5EAC;
}
.TagClassName
{
border-color: #DA5EAC;
}
</style>