Shades of Hopbush #D47BA3
Tints of Hopbush #D47BA3
RGB
CMYK
RGB Variations
Color information
#D47BA3 (or 0xD47BA3) is known color: Hopbush. HEX triplet: D4, 7B and A3. RGB value is (212,123,163). Sum of RGB (Red+Green+Blue) = 212+123+163=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47BA3 is #2B845C. Grayscale: #9A9A9A. Windows color (decimal): -2851933 or 10714068. OLE color: 10714068.
HSL color Cylindrical-coordinate representation of color #D47BA3: hue angle of 333.03º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47BA3 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 163 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.17 |
| HSL | 333.03º | 0.51% | 0.66% | - |
| HSV(B) | 333.03º | 0.42% | 0.83% | - |
| XYZ | 40.85 | 30.81 | 38.44 | - |
| YUV | 154.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 163 | 0 | 0.42 | 0.23 | 0.17 | 333.03 | 0.51 | 0.66 |
| Hex | D4 | 7B | A3 | 0 | 2A | 17 | 11 | 14D | 33 | 42 |
| Octal | 324 | 173 | 243 | 0 | 52 | 27 | 21 | 515 | 63 | 102 |
| Binary | 11010100 | 1111011 | 10100011 | 0 | 101010 | 10111 | 10001 | 101001101 | 110011 | 1000010 |
Color Harmonies of #D47BA3
Complementary color
Monochromatic Colors of #D47BA3
Black with #D47BA3
Text Example
Text Example
White with #D47BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BA3; }
p { color: rgb(212,123,163); }
H1.HeaderClassName
{
color: #D47BA3;
}
.AnyTagClassName
{
color: #D47BA3;
}
</style>
background-color css
<style>
a { background-color: #D47BA3; }
a { background-color: rgb(212,123,163); }
div.DivClassName
{
background-color: #D47BA3;
}
.BgClassName
{
background-color: #D47BA3;
}
</style>
border-color css
<style>
span { border-color: #D47BA3; }
span { border-color: rgb(212,123,163); }
td.TdClassName
{
border-color: #D47BA3;
}
.TagClassName
{
border-color: #D47BA3;
}
</style>