Shades of Hopbush #D56AA0
Tints of Hopbush #D56AA0
RGB
CMYK
RGB Variations
Color information
#D56AA0 (or 0xD56AA0) is known color: Hopbush. HEX triplet: D5, 6A and A0. RGB value is (213,106,160). Sum of RGB (Red+Green+Blue) = 213+106+160=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56AA0 is #2A955F. Grayscale: #909090. Windows color (decimal): -2790752 or 10513109. OLE color: 10513109.
HSL color Cylindrical-coordinate representation of color #D56AA0: hue angle of 329.72º 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 #D56AA0 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 160 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.16 |
| HSL | 329.72º | 0.56% | 0.63% | - |
| HSV(B) | 329.72º | 0.5% | 0.84% | - |
| XYZ | 38.94 | 26.99 | 36.42 | - |
| YUV | 144.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 160 | 0 | 0.50 | 0.25 | 0.16 | 329.72 | 0.56 | 0.63 |
| Hex | D5 | 6A | A0 | 0 | 32 | 19 | 10 | 14A | 38 | 3F |
| Octal | 325 | 152 | 240 | 0 | 62 | 31 | 20 | 512 | 70 | 77 |
| Binary | 11010101 | 1101010 | 10100000 | 0 | 110010 | 11001 | 10000 | 101001010 | 111000 | 111111 |
Color Harmonies of #D56AA0
Complementary color
Monochromatic Colors of #D56AA0
Black with #D56AA0
Text Example
Text Example
White with #D56AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AA0; }
p { color: rgb(213,106,160); }
H1.HeaderClassName
{
color: #D56AA0;
}
.AnyTagClassName
{
color: #D56AA0;
}
</style>
background-color css
<style>
a { background-color: #D56AA0; }
a { background-color: rgb(213,106,160); }
div.DivClassName
{
background-color: #D56AA0;
}
.BgClassName
{
background-color: #D56AA0;
}
</style>
border-color css
<style>
span { border-color: #D56AA0; }
span { border-color: rgb(213,106,160); }
td.TdClassName
{
border-color: #D56AA0;
}
.TagClassName
{
border-color: #D56AA0;
}
</style>