Shades of Hopbush #D576A1
Tints of Hopbush #D576A1
RGB
CMYK
RGB Variations
Color information
#D576A1 (or 0xD576A1) is known color: Hopbush. HEX triplet: D5, 76 and A1. RGB value is (213,118,161). Sum of RGB (Red+Green+Blue) = 213+118+161=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D576A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D576A1 is #2A895E. Grayscale: #979797. Windows color (decimal): -2787679 or 10581717. OLE color: 10581717.
HSL color Cylindrical-coordinate representation of color #D576A1: hue angle of 332.84º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D576A1 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 161 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.16 |
| HSL | 332.84º | 0.53% | 0.65% | - |
| HSV(B) | 332.84º | 0.45% | 0.84% | - |
| XYZ | 40.35 | 29.68 | 37.32 | - |
| YUV | 151.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 161 | 0 | 0.45 | 0.24 | 0.16 | 332.84 | 0.53 | 0.65 |
| Hex | D5 | 76 | A1 | 0 | 2D | 18 | 10 | 14D | 35 | 41 |
| Octal | 325 | 166 | 241 | 0 | 55 | 30 | 20 | 515 | 65 | 101 |
| Binary | 11010101 | 1110110 | 10100001 | 0 | 101101 | 11000 | 10000 | 101001101 | 110101 | 1000001 |
Color Harmonies of #D576A1
Complementary color
Monochromatic Colors of #D576A1
Black with #D576A1
Text Example
Text Example
White with #D576A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D576A1; }
p { color: rgb(213,118,161); }
H1.HeaderClassName
{
color: #D576A1;
}
.AnyTagClassName
{
color: #D576A1;
}
</style>
background-color css
<style>
a { background-color: #D576A1; }
a { background-color: rgb(213,118,161); }
div.DivClassName
{
background-color: #D576A1;
}
.BgClassName
{
background-color: #D576A1;
}
</style>
border-color css
<style>
span { border-color: #D576A1; }
span { border-color: rgb(213,118,161); }
td.TdClassName
{
border-color: #D576A1;
}
.TagClassName
{
border-color: #D576A1;
}
</style>