Shades of Hopbush #D577AF
Tints of Hopbush #D577AF
RGB
CMYK
RGB Variations
Color information
#D577AF (or 0xD577AF) is known color: Hopbush. HEX triplet: D5, 77 and AF. RGB value is (213,119,175). Sum of RGB (Red+Green+Blue) = 213+119+175=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D577AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D577AF is #2A8850. Grayscale: #999999. Windows color (decimal): -2787409 or 11499477. OLE color: 11499477.
HSL color Cylindrical-coordinate representation of color #D577AF: hue angle of 324.26º 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 #D577AF is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 175 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.16 |
| HSL | 324.26º | 0.53% | 0.65% | - |
| HSV(B) | 324.26º | 0.44% | 0.84% | - |
| XYZ | 41.78 | 30.43 | 44.23 | - |
| YUV | 153.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 175 | 0 | 0.44 | 0.18 | 0.16 | 324.26 | 0.53 | 0.65 |
| Hex | D5 | 77 | AF | 0 | 2C | 12 | 10 | 144 | 35 | 41 |
| Octal | 325 | 167 | 257 | 0 | 54 | 22 | 20 | 504 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10101111 | 0 | 101100 | 10010 | 10000 | 101000100 | 110101 | 1000001 |
Color Harmonies of #D577AF
Complementary color
Monochromatic Colors of #D577AF
Black with #D577AF
Text Example
Text Example
White with #D577AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577AF; }
p { color: rgb(213,119,175); }
H1.HeaderClassName
{
color: #D577AF;
}
.AnyTagClassName
{
color: #D577AF;
}
</style>
background-color css
<style>
a { background-color: #D577AF; }
a { background-color: rgb(213,119,175); }
div.DivClassName
{
background-color: #D577AF;
}
.BgClassName
{
background-color: #D577AF;
}
</style>
border-color css
<style>
span { border-color: #D577AF; }
span { border-color: rgb(213,119,175); }
td.TdClassName
{
border-color: #D577AF;
}
.TagClassName
{
border-color: #D577AF;
}
</style>