Shades of Hopbush #D56AAB
Tints of Hopbush #D56AAB
RGB
CMYK
RGB Variations
Color information
#D56AAB (or 0xD56AAB) is known color: Hopbush. HEX triplet: D5, 6A and AB. RGB value is (213,106,171). Sum of RGB (Red+Green+Blue) = 213+106+171=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56AAB is #2A9554. Grayscale: #919191. Windows color (decimal): -2790741 or 11234005. OLE color: 11234005.
HSL color Cylindrical-coordinate representation of color #D56AAB: hue angle of 323.55º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56AAB is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 171 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.16 |
| HSL | 323.55º | 0.56% | 0.63% | - |
| HSV(B) | 323.55º | 0.5% | 0.84% | - |
| XYZ | 39.95 | 27.39 | 41.71 | - |
| YUV | 145.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 171 | 0 | 0.50 | 0.20 | 0.16 | 323.55 | 0.56 | 0.63 |
| Hex | D5 | 6A | AB | 0 | 32 | 14 | 10 | 144 | 38 | 3F |
| Octal | 325 | 152 | 253 | 0 | 62 | 24 | 20 | 504 | 70 | 77 |
| Binary | 11010101 | 1101010 | 10101011 | 0 | 110010 | 10100 | 10000 | 101000100 | 111000 | 111111 |
Color Harmonies of #D56AAB
Complementary color
Monochromatic Colors of #D56AAB
Black with #D56AAB
Text Example
Text Example
White with #D56AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AAB; }
p { color: rgb(213,106,171); }
H1.HeaderClassName
{
color: #D56AAB;
}
.AnyTagClassName
{
color: #D56AAB;
}
</style>
background-color css
<style>
a { background-color: #D56AAB; }
a { background-color: rgb(213,106,171); }
div.DivClassName
{
background-color: #D56AAB;
}
.BgClassName
{
background-color: #D56AAB;
}
</style>
border-color css
<style>
span { border-color: #D56AAB; }
span { border-color: rgb(213,106,171); }
td.TdClassName
{
border-color: #D56AAB;
}
.TagClassName
{
border-color: #D56AAB;
}
</style>