Shades of Hopbush #D577A8
Tints of Hopbush #D577A8
RGB
CMYK
RGB Variations
Color information
#D577A8 (or 0xD577A8) is known color: Hopbush. HEX triplet: D5, 77 and A8. RGB value is (213,119,168). Sum of RGB (Red+Green+Blue) = 213+119+168=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D577A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D577A8 is #2A8857. Grayscale: #989898. Windows color (decimal): -2787416 or 11040725. OLE color: 11040725.
HSL color Cylindrical-coordinate representation of color #D577A8: hue angle of 328.72º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D577A8 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 168 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.16 |
| HSL | 328.72º | 0.53% | 0.65% | - |
| HSV(B) | 328.72º | 0.44% | 0.84% | - |
| XYZ | 41.11 | 30.17 | 40.7 | - |
| YUV | 152.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 168 | 0 | 0.44 | 0.21 | 0.16 | 328.72 | 0.53 | 0.65 |
| Hex | D5 | 77 | A8 | 0 | 2C | 15 | 10 | 149 | 35 | 41 |
| Octal | 325 | 167 | 250 | 0 | 54 | 25 | 20 | 511 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10101000 | 0 | 101100 | 10101 | 10000 | 101001001 | 110101 | 1000001 |
Color Harmonies of #D577A8
Complementary color
Monochromatic Colors of #D577A8
Black with #D577A8
Text Example
Text Example
White with #D577A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577A8; }
p { color: rgb(213,119,168); }
H1.HeaderClassName
{
color: #D577A8;
}
.AnyTagClassName
{
color: #D577A8;
}
</style>
background-color css
<style>
a { background-color: #D577A8; }
a { background-color: rgb(213,119,168); }
div.DivClassName
{
background-color: #D577A8;
}
.BgClassName
{
background-color: #D577A8;
}
</style>
border-color css
<style>
span { border-color: #D577A8; }
span { border-color: rgb(213,119,168); }
td.TdClassName
{
border-color: #D577A8;
}
.TagClassName
{
border-color: #D577A8;
}
</style>