Shades of Hopbush #D559A2
Tints of Hopbush #D559A2
RGB
CMYK
RGB Variations
Color information
#D559A2 (or 0xD559A2) is known color: Hopbush. HEX triplet: D5, 59 and A2. RGB value is (213,89,162). Sum of RGB (Red+Green+Blue) = 213+89+162=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D559A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D559A2 is #2AA65D. Grayscale: #868686. Windows color (decimal): -2795102 or 10639829. OLE color: 10639829.
HSL color Cylindrical-coordinate representation of color #D559A2: hue angle of 324.68º 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 #D559A2 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 162 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.16 |
| HSL | 324.68º | 0.6% | 0.59% | - |
| HSV(B) | 324.68º | 0.58% | 0.84% | - |
| XYZ | 37.53 | 23.9 | 36.82 | - |
| YUV | 134.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 162 | 0 | 0.58 | 0.24 | 0.16 | 324.68 | 0.6 | 0.59 |
| Hex | D5 | 59 | A2 | 0 | 3A | 18 | 10 | 145 | 3C | 3B |
| Octal | 325 | 131 | 242 | 0 | 72 | 30 | 20 | 505 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10100010 | 0 | 111010 | 11000 | 10000 | 101000101 | 111100 | 111011 |
Color Harmonies of #D559A2
Complementary color
Monochromatic Colors of #D559A2
Black with #D559A2
Text Example
Text Example
White with #D559A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559A2; }
p { color: rgb(213,89,162); }
H1.HeaderClassName
{
color: #D559A2;
}
.AnyTagClassName
{
color: #D559A2;
}
</style>
background-color css
<style>
a { background-color: #D559A2; }
a { background-color: rgb(213,89,162); }
div.DivClassName
{
background-color: #D559A2;
}
.BgClassName
{
background-color: #D559A2;
}
</style>
border-color css
<style>
span { border-color: #D559A2; }
span { border-color: rgb(213,89,162); }
td.TdClassName
{
border-color: #D559A2;
}
.TagClassName
{
border-color: #D559A2;
}
</style>