Shades of Hopbush #DA5AAB
Tints of Hopbush #DA5AAB
RGB
CMYK
RGB Variations
Color information
#DA5AAB (or 0xDA5AAB) is known color: Hopbush. HEX triplet: DA, 5A and AB. RGB value is (218,90,171). Sum of RGB (Red+Green+Blue) = 218+90+171=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5AAB is #25A554. Grayscale: #898989. Windows color (decimal): -2467157 or 11229914. OLE color: 11229914.
HSL color Cylindrical-coordinate representation of color #DA5AAB: hue angle of 322.03º 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 #DA5AAB is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 171 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.15 |
| HSL | 322.03º | 0.63% | 0.6% | - |
| HSV(B) | 322.03º | 0.59% | 0.85% | - |
| XYZ | 39.92 | 25.16 | 41.28 | - |
| YUV | 137.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 171 | 0 | 0.59 | 0.22 | 0.15 | 322.03 | 0.63 | 0.6 |
| Hex | DA | 5A | AB | 0 | 3B | 16 | F | 142 | 3F | 3C |
| Octal | 332 | 132 | 253 | 0 | 73 | 26 | 17 | 502 | 77 | 74 |
| Binary | 11011010 | 1011010 | 10101011 | 0 | 111011 | 10110 | 1111 | 101000010 | 111111 | 111100 |
Color Harmonies of #DA5AAB
Complementary color
Monochromatic Colors of #DA5AAB
Black with #DA5AAB
Text Example
Text Example
White with #DA5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5AAB; }
p { color: rgb(218,90,171); }
H1.HeaderClassName
{
color: #DA5AAB;
}
.AnyTagClassName
{
color: #DA5AAB;
}
</style>
background-color css
<style>
a { background-color: #DA5AAB; }
a { background-color: rgb(218,90,171); }
div.DivClassName
{
background-color: #DA5AAB;
}
.BgClassName
{
background-color: #DA5AAB;
}
</style>
border-color css
<style>
span { border-color: #DA5AAB; }
span { border-color: rgb(218,90,171); }
td.TdClassName
{
border-color: #DA5AAB;
}
.TagClassName
{
border-color: #DA5AAB;
}
</style>