Shades of Hopbush #D56DA2
Tints of Hopbush #D56DA2
RGB
CMYK
RGB Variations
Color information
#D56DA2 (or 0xD56DA2) is known color: Hopbush. HEX triplet: D5, 6D and A2. RGB value is (213,109,162). Sum of RGB (Red+Green+Blue) = 213+109+162=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56DA2 is #2A925D. Grayscale: #929292. Windows color (decimal): -2789982 or 10644949. OLE color: 10644949.
HSL color Cylindrical-coordinate representation of color #D56DA2: hue angle of 329.42º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56DA2 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 162 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.16 |
| HSL | 329.42º | 0.55% | 0.63% | - |
| HSV(B) | 329.42º | 0.49% | 0.84% | - |
| XYZ | 39.43 | 27.69 | 37.45 | - |
| YUV | 146.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 162 | 0 | 0.49 | 0.24 | 0.16 | 329.42 | 0.55 | 0.63 |
| Hex | D5 | 6D | A2 | 0 | 31 | 18 | 10 | 149 | 37 | 3F |
| Octal | 325 | 155 | 242 | 0 | 61 | 30 | 20 | 511 | 67 | 77 |
| Binary | 11010101 | 1101101 | 10100010 | 0 | 110001 | 11000 | 10000 | 101001001 | 110111 | 111111 |
Color Harmonies of #D56DA2
Complementary color
Monochromatic Colors of #D56DA2
Black with #D56DA2
Text Example
Text Example
White with #D56DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56DA2; }
p { color: rgb(213,109,162); }
H1.HeaderClassName
{
color: #D56DA2;
}
.AnyTagClassName
{
color: #D56DA2;
}
</style>
background-color css
<style>
a { background-color: #D56DA2; }
a { background-color: rgb(213,109,162); }
div.DivClassName
{
background-color: #D56DA2;
}
.BgClassName
{
background-color: #D56DA2;
}
</style>
border-color css
<style>
span { border-color: #D56DA2; }
span { border-color: rgb(213,109,162); }
td.TdClassName
{
border-color: #D56DA2;
}
.TagClassName
{
border-color: #D56DA2;
}
</style>