Shades of Hopbush #DA5DAE
Tints of Hopbush #DA5DAE
RGB
CMYK
RGB Variations
Color information
#DA5DAE (or 0xDA5DAE) is known color: Hopbush. HEX triplet: DA, 5D and AE. RGB value is (218,93,174). Sum of RGB (Red+Green+Blue) = 218+93+174=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5DAE is #25A251. Grayscale: #8B8B8B. Windows color (decimal): -2466386 or 11427290. OLE color: 11427290.
HSL color Cylindrical-coordinate representation of color #DA5DAE: hue angle of 321.12º 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 #DA5DAE is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 174 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.15 |
| HSL | 321.12º | 0.63% | 0.61% | - |
| HSV(B) | 321.12º | 0.57% | 0.85% | - |
| XYZ | 40.47 | 25.79 | 42.89 | - |
| YUV | 139.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 174 | 0 | 0.57 | 0.20 | 0.15 | 321.12 | 0.63 | 0.61 |
| Hex | DA | 5D | AE | 0 | 39 | 14 | F | 141 | 3F | 3D |
| Octal | 332 | 135 | 256 | 0 | 71 | 24 | 17 | 501 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10101110 | 0 | 111001 | 10100 | 1111 | 101000001 | 111111 | 111101 |
Color Harmonies of #DA5DAE
Complementary color
Monochromatic Colors of #DA5DAE
Black with #DA5DAE
Text Example
Text Example
White with #DA5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5DAE; }
p { color: rgb(218,93,174); }
H1.HeaderClassName
{
color: #DA5DAE;
}
.AnyTagClassName
{
color: #DA5DAE;
}
</style>
background-color css
<style>
a { background-color: #DA5DAE; }
a { background-color: rgb(218,93,174); }
div.DivClassName
{
background-color: #DA5DAE;
}
.BgClassName
{
background-color: #DA5DAE;
}
</style>
border-color css
<style>
span { border-color: #DA5DAE; }
span { border-color: rgb(218,93,174); }
td.TdClassName
{
border-color: #DA5DAE;
}
.TagClassName
{
border-color: #DA5DAE;
}
</style>