Shades of Hopbush #D561AD
Tints of Hopbush #D561AD
RGB
CMYK
RGB Variations
Color information
#D561AD (or 0xD561AD) is known color: Hopbush. HEX triplet: D5, 61 and AD. RGB value is (213,97,173). Sum of RGB (Red+Green+Blue) = 213+97+173=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D561AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D561AD is #2A9E52. Grayscale: #8C8C8C. Windows color (decimal): -2793043 or 11362773. OLE color: 11362773.
HSL color Cylindrical-coordinate representation of color #D561AD: hue angle of 320.69º 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 #D561AD is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 173 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.16 |
| HSL | 320.69º | 0.58% | 0.61% | - |
| HSV(B) | 320.69º | 0.54% | 0.84% | - |
| XYZ | 39.26 | 25.71 | 42.43 | - |
| YUV | 140.35 | 146.43 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 173 | 0 | 0.54 | 0.19 | 0.16 | 320.69 | 0.58 | 0.61 |
| Hex | D5 | 61 | AD | 0 | 36 | 13 | 10 | 141 | 3A | 3D |
| Octal | 325 | 141 | 255 | 0 | 66 | 23 | 20 | 501 | 72 | 75 |
| Binary | 11010101 | 1100001 | 10101101 | 0 | 110110 | 10011 | 10000 | 101000001 | 111010 | 111101 |
Color Harmonies of #D561AD
Complementary color
Monochromatic Colors of #D561AD
Black with #D561AD
Text Example
Text Example
White with #D561AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561AD; }
p { color: rgb(213,97,173); }
H1.HeaderClassName
{
color: #D561AD;
}
.AnyTagClassName
{
color: #D561AD;
}
</style>
background-color css
<style>
a { background-color: #D561AD; }
a { background-color: rgb(213,97,173); }
div.DivClassName
{
background-color: #D561AD;
}
.BgClassName
{
background-color: #D561AD;
}
</style>
border-color css
<style>
span { border-color: #D561AD; }
span { border-color: rgb(213,97,173); }
td.TdClassName
{
border-color: #D561AD;
}
.TagClassName
{
border-color: #D561AD;
}
</style>