Shades of Hopbush #D57AAF
Tints of Hopbush #D57AAF
RGB
CMYK
RGB Variations
Color information
#D57AAF (or 0xD57AAF) is known color: Hopbush. HEX triplet: D5, 7A and AF. RGB value is (213,122,175). Sum of RGB (Red+Green+Blue) = 213+122+175=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57AAF is #2A8550. Grayscale: #9B9B9B. Windows color (decimal): -2786641 or 11500245. OLE color: 11500245.
HSL color Cylindrical-coordinate representation of color #D57AAF: hue angle of 325.05º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57AAF is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 175 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.16 |
| HSL | 325.05º | 0.52% | 0.66% | - |
| HSV(B) | 325.05º | 0.43% | 0.84% | - |
| XYZ | 42.14 | 31.16 | 44.35 | - |
| YUV | 155.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 175 | 0 | 0.43 | 0.18 | 0.16 | 325.05 | 0.52 | 0.66 |
| Hex | D5 | 7A | AF | 0 | 2B | 12 | 10 | 145 | 34 | 42 |
| Octal | 325 | 172 | 257 | 0 | 53 | 22 | 20 | 505 | 64 | 102 |
| Binary | 11010101 | 1111010 | 10101111 | 0 | 101011 | 10010 | 10000 | 101000101 | 110100 | 1000010 |
Color Harmonies of #D57AAF
Complementary color
Monochromatic Colors of #D57AAF
Black with #D57AAF
Text Example
Text Example
White with #D57AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57AAF; }
p { color: rgb(213,122,175); }
H1.HeaderClassName
{
color: #D57AAF;
}
.AnyTagClassName
{
color: #D57AAF;
}
</style>
background-color css
<style>
a { background-color: #D57AAF; }
a { background-color: rgb(213,122,175); }
div.DivClassName
{
background-color: #D57AAF;
}
.BgClassName
{
background-color: #D57AAF;
}
</style>
border-color css
<style>
span { border-color: #D57AAF; }
span { border-color: rgb(213,122,175); }
td.TdClassName
{
border-color: #D57AAF;
}
.TagClassName
{
border-color: #D57AAF;
}
</style>