Shades of Hopbush #D573A9
Tints of Hopbush #D573A9
RGB
CMYK
RGB Variations
Color information
#D573A9 (or 0xD573A9) is known color: Hopbush. HEX triplet: D5, 73 and A9. RGB value is (213,115,169). Sum of RGB (Red+Green+Blue) = 213+115+169=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D573A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D573A9 is #2A8C56. Grayscale: #969696. Windows color (decimal): -2788439 or 11105237. OLE color: 11105237.
HSL color Cylindrical-coordinate representation of color #D573A9: hue angle of 326.94º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D573A9 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 169 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.16 |
| HSL | 326.94º | 0.54% | 0.64% | - |
| HSV(B) | 326.94º | 0.46% | 0.84% | - |
| XYZ | 40.73 | 29.27 | 41.04 | - |
| YUV | 150.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 169 | 0 | 0.46 | 0.21 | 0.16 | 326.94 | 0.54 | 0.64 |
| Hex | D5 | 73 | A9 | 0 | 2E | 15 | 10 | 147 | 36 | 40 |
| Octal | 325 | 163 | 251 | 0 | 56 | 25 | 20 | 507 | 66 | 100 |
| Binary | 11010101 | 1110011 | 10101001 | 0 | 101110 | 10101 | 10000 | 101000111 | 110110 | 1000000 |
Color Harmonies of #D573A9
Complementary color
Monochromatic Colors of #D573A9
Black with #D573A9
Text Example
Text Example
White with #D573A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573A9; }
p { color: rgb(213,115,169); }
H1.HeaderClassName
{
color: #D573A9;
}
.AnyTagClassName
{
color: #D573A9;
}
</style>
background-color css
<style>
a { background-color: #D573A9; }
a { background-color: rgb(213,115,169); }
div.DivClassName
{
background-color: #D573A9;
}
.BgClassName
{
background-color: #D573A9;
}
</style>
border-color css
<style>
span { border-color: #D573A9; }
span { border-color: rgb(213,115,169); }
td.TdClassName
{
border-color: #D573A9;
}
.TagClassName
{
border-color: #D573A9;
}
</style>