Shades of Hopbush #D561A0
Tints of Hopbush #D561A0
RGB
CMYK
RGB Variations
Color information
#D561A0 (or 0xD561A0) is known color: Hopbush. HEX triplet: D5, 61 and A0. RGB value is (213,97,160). Sum of RGB (Red+Green+Blue) = 213+97+160=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D561A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D561A0 is #2A9E5F. Grayscale: #8A8A8A. Windows color (decimal): -2793056 or 10510805. OLE color: 10510805.
HSL color Cylindrical-coordinate representation of color #D561A0: hue angle of 327.41º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D561A0 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 160 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.16 |
| HSL | 327.41º | 0.58% | 0.61% | - |
| HSV(B) | 327.41º | 0.54% | 0.84% | - |
| XYZ | 38.06 | 25.23 | 36.12 | - |
| YUV | 138.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 160 | 0 | 0.54 | 0.25 | 0.16 | 327.41 | 0.58 | 0.61 |
| Hex | D5 | 61 | A0 | 0 | 36 | 19 | 10 | 147 | 3A | 3D |
| Octal | 325 | 141 | 240 | 0 | 66 | 31 | 20 | 507 | 72 | 75 |
| Binary | 11010101 | 1100001 | 10100000 | 0 | 110110 | 11001 | 10000 | 101000111 | 111010 | 111101 |
Color Harmonies of #D561A0
Complementary color
Monochromatic Colors of #D561A0
Black with #D561A0
Text Example
Text Example
White with #D561A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561A0; }
p { color: rgb(213,97,160); }
H1.HeaderClassName
{
color: #D561A0;
}
.AnyTagClassName
{
color: #D561A0;
}
</style>
background-color css
<style>
a { background-color: #D561A0; }
a { background-color: rgb(213,97,160); }
div.DivClassName
{
background-color: #D561A0;
}
.BgClassName
{
background-color: #D561A0;
}
</style>
border-color css
<style>
span { border-color: #D561A0; }
span { border-color: rgb(213,97,160); }
td.TdClassName
{
border-color: #D561A0;
}
.TagClassName
{
border-color: #D561A0;
}
</style>