Shades of Hopbush #D559A1
Tints of Hopbush #D559A1
RGB
CMYK
RGB Variations
Color information
#D559A1 (or 0xD559A1) is known color: Hopbush. HEX triplet: D5, 59 and A1. RGB value is (213,89,161). Sum of RGB (Red+Green+Blue) = 213+89+161=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D559A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D559A1 is #2AA65E. Grayscale: #868686. Windows color (decimal): -2795103 or 10574293. OLE color: 10574293.
HSL color Cylindrical-coordinate representation of color #D559A1: hue angle of 325.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D559A1 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 161 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.16 |
| HSL | 325.16º | 0.6% | 0.59% | - |
| HSV(B) | 325.16º | 0.58% | 0.84% | - |
| XYZ | 37.45 | 23.86 | 36.35 | - |
| YUV | 134.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 161 | 0 | 0.58 | 0.24 | 0.16 | 325.16 | 0.6 | 0.59 |
| Hex | D5 | 59 | A1 | 0 | 3A | 18 | 10 | 145 | 3C | 3B |
| Octal | 325 | 131 | 241 | 0 | 72 | 30 | 20 | 505 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10100001 | 0 | 111010 | 11000 | 10000 | 101000101 | 111100 | 111011 |
Color Harmonies of #D559A1
Complementary color
Monochromatic Colors of #D559A1
Black with #D559A1
Text Example
Text Example
White with #D559A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559A1; }
p { color: rgb(213,89,161); }
H1.HeaderClassName
{
color: #D559A1;
}
.AnyTagClassName
{
color: #D559A1;
}
</style>
background-color css
<style>
a { background-color: #D559A1; }
a { background-color: rgb(213,89,161); }
div.DivClassName
{
background-color: #D559A1;
}
.BgClassName
{
background-color: #D559A1;
}
</style>
border-color css
<style>
span { border-color: #D559A1; }
span { border-color: rgb(213,89,161); }
td.TdClassName
{
border-color: #D559A1;
}
.TagClassName
{
border-color: #D559A1;
}
</style>