Shades of Hopbush #D56E9C
Tints of Hopbush #D56E9C
RGB
CMYK
RGB Variations
Color information
#D56E9C (or 0xD56E9C) is known color: Hopbush. HEX triplet: D5, 6E and 9C. RGB value is (213,110,156). Sum of RGB (Red+Green+Blue) = 213+110+156=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56E9C is #2A9163. Grayscale: #919191. Windows color (decimal): -2789732 or 10251989. OLE color: 10251989.
HSL color Cylindrical-coordinate representation of color #D56E9C: hue angle of 333.2º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56E9C is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 156 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.16 |
| HSL | 333.2º | 0.55% | 0.63% | - |
| HSV(B) | 333.2º | 0.48% | 0.84% | - |
| XYZ | 39.02 | 27.7 | 34.74 | - |
| YUV | 146.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 156 | 0 | 0.48 | 0.27 | 0.16 | 333.2 | 0.55 | 0.63 |
| Hex | D5 | 6E | 9C | 0 | 30 | 1B | 10 | 14D | 37 | 3F |
| Octal | 325 | 156 | 234 | 0 | 60 | 33 | 20 | 515 | 67 | 77 |
| Binary | 11010101 | 1101110 | 10011100 | 0 | 110000 | 11011 | 10000 | 101001101 | 110111 | 111111 |
Color Harmonies of #D56E9C
Complementary color
Monochromatic Colors of #D56E9C
Black with #D56E9C
Text Example
Text Example
White with #D56E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E9C; }
p { color: rgb(213,110,156); }
H1.HeaderClassName
{
color: #D56E9C;
}
.AnyTagClassName
{
color: #D56E9C;
}
</style>
background-color css
<style>
a { background-color: #D56E9C; }
a { background-color: rgb(213,110,156); }
div.DivClassName
{
background-color: #D56E9C;
}
.BgClassName
{
background-color: #D56E9C;
}
</style>
border-color css
<style>
span { border-color: #D56E9C; }
span { border-color: rgb(213,110,156); }
td.TdClassName
{
border-color: #D56E9C;
}
.TagClassName
{
border-color: #D56E9C;
}
</style>