Shades of Hopbush #D47AAB
Tints of Hopbush #D47AAB
RGB
CMYK
RGB Variations
Color information
#D47AAB (or 0xD47AAB) is known color: Hopbush. HEX triplet: D4, 7A and AB. RGB value is (212,122,171). Sum of RGB (Red+Green+Blue) = 212+122+171=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47AAB is #2B8554. Grayscale: #9A9A9A. Windows color (decimal): -2852181 or 11238100. OLE color: 11238100.
HSL color Cylindrical-coordinate representation of color #D47AAB: hue angle of 327.33º 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 #D47AAB is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 171 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.17 |
| HSL | 327.33º | 0.51% | 0.65% | - |
| HSV(B) | 327.33º | 0.42% | 0.83% | - |
| XYZ | 41.46 | 30.86 | 42.3 | - |
| YUV | 154.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 171 | 0 | 0.42 | 0.19 | 0.17 | 327.33 | 0.51 | 0.65 |
| Hex | D4 | 7A | AB | 0 | 2A | 13 | 11 | 147 | 33 | 41 |
| Octal | 324 | 172 | 253 | 0 | 52 | 23 | 21 | 507 | 63 | 101 |
| Binary | 11010100 | 1111010 | 10101011 | 0 | 101010 | 10011 | 10001 | 101000111 | 110011 | 1000001 |
Color Harmonies of #D47AAB
Complementary color
Monochromatic Colors of #D47AAB
Black with #D47AAB
Text Example
Text Example
White with #D47AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47AAB; }
p { color: rgb(212,122,171); }
H1.HeaderClassName
{
color: #D47AAB;
}
.AnyTagClassName
{
color: #D47AAB;
}
</style>
background-color css
<style>
a { background-color: #D47AAB; }
a { background-color: rgb(212,122,171); }
div.DivClassName
{
background-color: #D47AAB;
}
.BgClassName
{
background-color: #D47AAB;
}
</style>
border-color css
<style>
span { border-color: #D47AAB; }
span { border-color: rgb(212,122,171); }
td.TdClassName
{
border-color: #D47AAB;
}
.TagClassName
{
border-color: #D47AAB;
}
</style>