Shades of Hopbush #DA59A1
Tints of Hopbush #DA59A1
RGB
CMYK
RGB Variations
Color information
#DA59A1 (or 0xDA59A1) is known color: Hopbush. HEX triplet: DA, 59 and A1. RGB value is (218,89,161). Sum of RGB (Red+Green+Blue) = 218+89+161=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA59A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA59A1 is #25A65E. Grayscale: #878787. Windows color (decimal): -2467423 or 10574298. OLE color: 10574298.
HSL color Cylindrical-coordinate representation of color #DA59A1: hue angle of 326.51º degrees, saturation: 0.64, 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 #DA59A1 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 161 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.15 |
| HSL | 326.51º | 0.64% | 0.6% | - |
| HSV(B) | 326.51º | 0.59% | 0.85% | - |
| XYZ | 38.92 | 24.62 | 36.42 | - |
| YUV | 135.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 161 | 0 | 0.59 | 0.26 | 0.15 | 326.51 | 0.64 | 0.6 |
| Hex | DA | 59 | A1 | 0 | 3B | 1A | F | 147 | 40 | 3C |
| Octal | 332 | 131 | 241 | 0 | 73 | 32 | 17 | 507 | 100 | 74 |
| Binary | 11011010 | 1011001 | 10100001 | 0 | 111011 | 11010 | 1111 | 101000111 | 1000000 | 111100 |
Color Harmonies of #DA59A1
Complementary color
Monochromatic Colors of #DA59A1
Black with #DA59A1
Text Example
Text Example
White with #DA59A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59A1; }
p { color: rgb(218,89,161); }
H1.HeaderClassName
{
color: #DA59A1;
}
.AnyTagClassName
{
color: #DA59A1;
}
</style>
background-color css
<style>
a { background-color: #DA59A1; }
a { background-color: rgb(218,89,161); }
div.DivClassName
{
background-color: #DA59A1;
}
.BgClassName
{
background-color: #DA59A1;
}
</style>
border-color css
<style>
span { border-color: #DA59A1; }
span { border-color: rgb(218,89,161); }
td.TdClassName
{
border-color: #DA59A1;
}
.TagClassName
{
border-color: #DA59A1;
}
</style>