Shades of Hopbush #D577A7
Tints of Hopbush #D577A7
RGB
CMYK
RGB Variations
Color information
#D577A7 (or 0xD577A7) is known color: Hopbush. HEX triplet: D5, 77 and A7. RGB value is (213,119,167). Sum of RGB (Red+Green+Blue) = 213+119+167=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D577A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D577A7 is #2A8858. Grayscale: #989898. Windows color (decimal): -2787417 or 10975189. OLE color: 10975189.
HSL color Cylindrical-coordinate representation of color #D577A7: hue angle of 329.36º 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 #D577A7 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 167 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.16 |
| HSL | 329.36º | 0.53% | 0.65% | - |
| HSV(B) | 329.36º | 0.44% | 0.84% | - |
| XYZ | 41.01 | 30.13 | 40.21 | - |
| YUV | 152.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 167 | 0 | 0.44 | 0.22 | 0.16 | 329.36 | 0.53 | 0.65 |
| Hex | D5 | 77 | A7 | 0 | 2C | 16 | 10 | 149 | 35 | 41 |
| Octal | 325 | 167 | 247 | 0 | 54 | 26 | 20 | 511 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10100111 | 0 | 101100 | 10110 | 10000 | 101001001 | 110101 | 1000001 |
Color Harmonies of #D577A7
Complementary color
Monochromatic Colors of #D577A7
Black with #D577A7
Text Example
Text Example
White with #D577A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577A7; }
p { color: rgb(213,119,167); }
H1.HeaderClassName
{
color: #D577A7;
}
.AnyTagClassName
{
color: #D577A7;
}
</style>
background-color css
<style>
a { background-color: #D577A7; }
a { background-color: rgb(213,119,167); }
div.DivClassName
{
background-color: #D577A7;
}
.BgClassName
{
background-color: #D577A7;
}
</style>
border-color css
<style>
span { border-color: #D577A7; }
span { border-color: rgb(213,119,167); }
td.TdClassName
{
border-color: #D577A7;
}
.TagClassName
{
border-color: #D577A7;
}
</style>