Shades of Hopbush #D47AAF
Tints of Hopbush #D47AAF
RGB
CMYK
RGB Variations
Color information
#D47AAF (or 0xD47AAF) is known color: Hopbush. HEX triplet: D4, 7A and AF. RGB value is (212,122,175). Sum of RGB (Red+Green+Blue) = 212+122+175=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47AAF is #2B8550. Grayscale: #9A9A9A. Windows color (decimal): -2852177 or 11500244. OLE color: 11500244.
HSL color Cylindrical-coordinate representation of color #D47AAF: hue angle of 324.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47AAF is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 175 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.17 |
| HSL | 324.67º | 0.51% | 0.65% | - |
| HSV(B) | 324.67º | 0.42% | 0.83% | - |
| XYZ | 41.85 | 31.01 | 44.34 | - |
| YUV | 154.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 175 | 0 | 0.42 | 0.17 | 0.17 | 324.67 | 0.51 | 0.65 |
| Hex | D4 | 7A | AF | 0 | 2A | 11 | 11 | 145 | 33 | 41 |
| Octal | 324 | 172 | 257 | 0 | 52 | 21 | 21 | 505 | 63 | 101 |
| Binary | 11010100 | 1111010 | 10101111 | 0 | 101010 | 10001 | 10001 | 101000101 | 110011 | 1000001 |
Color Harmonies of #D47AAF
Complementary color
Monochromatic Colors of #D47AAF
Black with #D47AAF
Text Example
Text Example
White with #D47AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AAF; }
p { color: rgb(212,122,175); }
H1.HeaderClassName
{
color: #D47AAF;
}
.AnyTagClassName
{
color: #D47AAF;
}
</style>
background-color css
<style>
a { background-color: #D47AAF; }
a { background-color: rgb(212,122,175); }
div.DivClassName
{
background-color: #D47AAF;
}
.BgClassName
{
background-color: #D47AAF;
}
</style>
border-color css
<style>
span { border-color: #D47AAF; }
span { border-color: rgb(212,122,175); }
td.TdClassName
{
border-color: #D47AAF;
}
.TagClassName
{
border-color: #D47AAF;
}
</style>