Shades of Hopbush #D56BA1
Tints of Hopbush #D56BA1
RGB
CMYK
RGB Variations
Color information
#D56BA1 (or 0xD56BA1) is known color: Hopbush. HEX triplet: D5, 6B and A1. RGB value is (213,107,161). Sum of RGB (Red+Green+Blue) = 213+107+161=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56BA1 is #2A945E. Grayscale: #909090. Windows color (decimal): -2790495 or 10578901. OLE color: 10578901.
HSL color Cylindrical-coordinate representation of color #D56BA1: hue angle of 329.43º 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 #D56BA1 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 161 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.16 |
| HSL | 329.43º | 0.56% | 0.63% | - |
| HSV(B) | 329.43º | 0.5% | 0.84% | - |
| XYZ | 39.13 | 27.23 | 36.91 | - |
| YUV | 144.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 161 | 0 | 0.50 | 0.24 | 0.16 | 329.43 | 0.56 | 0.63 |
| Hex | D5 | 6B | A1 | 0 | 32 | 18 | 10 | 149 | 38 | 3F |
| Octal | 325 | 153 | 241 | 0 | 62 | 30 | 20 | 511 | 70 | 77 |
| Binary | 11010101 | 1101011 | 10100001 | 0 | 110010 | 11000 | 10000 | 101001001 | 111000 | 111111 |
Color Harmonies of #D56BA1
Complementary color
Monochromatic Colors of #D56BA1
Black with #D56BA1
Text Example
Text Example
White with #D56BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BA1; }
p { color: rgb(213,107,161); }
H1.HeaderClassName
{
color: #D56BA1;
}
.AnyTagClassName
{
color: #D56BA1;
}
</style>
background-color css
<style>
a { background-color: #D56BA1; }
a { background-color: rgb(213,107,161); }
div.DivClassName
{
background-color: #D56BA1;
}
.BgClassName
{
background-color: #D56BA1;
}
</style>
border-color css
<style>
span { border-color: #D56BA1; }
span { border-color: rgb(213,107,161); }
td.TdClassName
{
border-color: #D56BA1;
}
.TagClassName
{
border-color: #D56BA1;
}
</style>