Shades of Hopbush #D559A0
Tints of Hopbush #D559A0
RGB
CMYK
RGB Variations
Color information
#D559A0 (or 0xD559A0) is known color: Hopbush. HEX triplet: D5, 59 and A0. RGB value is (213,89,160). Sum of RGB (Red+Green+Blue) = 213+89+160=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D559A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D559A0 is #2AA65F. Grayscale: #868686. Windows color (decimal): -2795104 or 10508757. OLE color: 10508757.
HSL color Cylindrical-coordinate representation of color #D559A0: hue angle of 325.65º 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 #D559A0 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 160 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.16 |
| HSL | 325.65º | 0.6% | 0.59% | - |
| HSV(B) | 325.65º | 0.58% | 0.84% | - |
| XYZ | 37.36 | 23.83 | 35.89 | - |
| YUV | 134.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 160 | 0 | 0.58 | 0.25 | 0.16 | 325.65 | 0.6 | 0.59 |
| Hex | D5 | 59 | A0 | 0 | 3A | 19 | 10 | 146 | 3C | 3B |
| Octal | 325 | 131 | 240 | 0 | 72 | 31 | 20 | 506 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10100000 | 0 | 111010 | 11001 | 10000 | 101000110 | 111100 | 111011 |
Color Harmonies of #D559A0
Complementary color
Monochromatic Colors of #D559A0
Black with #D559A0
Text Example
Text Example
White with #D559A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559A0; }
p { color: rgb(213,89,160); }
H1.HeaderClassName
{
color: #D559A0;
}
.AnyTagClassName
{
color: #D559A0;
}
</style>
background-color css
<style>
a { background-color: #D559A0; }
a { background-color: rgb(213,89,160); }
div.DivClassName
{
background-color: #D559A0;
}
.BgClassName
{
background-color: #D559A0;
}
</style>
border-color css
<style>
span { border-color: #D559A0; }
span { border-color: rgb(213,89,160); }
td.TdClassName
{
border-color: #D559A0;
}
.TagClassName
{
border-color: #D559A0;
}
</style>