Shades of Hopbush #D56E9F
Tints of Hopbush #D56E9F
RGB
CMYK
RGB Variations
Color information
#D56E9F (or 0xD56E9F) is known color: Hopbush. HEX triplet: D5, 6E and 9F. RGB value is (213,110,159). Sum of RGB (Red+Green+Blue) = 213+110+159=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56E9F is #2A9160. Grayscale: #929292. Windows color (decimal): -2789729 or 10448597. OLE color: 10448597.
HSL color Cylindrical-coordinate representation of color #D56E9F: hue angle of 331.46º 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 #D56E9F is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 159 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.16 |
| HSL | 331.46º | 0.55% | 0.63% | - |
| HSV(B) | 331.46º | 0.48% | 0.84% | - |
| XYZ | 39.27 | 27.8 | 36.1 | - |
| YUV | 146.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 159 | 0 | 0.48 | 0.25 | 0.16 | 331.46 | 0.55 | 0.63 |
| Hex | D5 | 6E | 9F | 0 | 30 | 19 | 10 | 14B | 37 | 3F |
| Octal | 325 | 156 | 237 | 0 | 60 | 31 | 20 | 513 | 67 | 77 |
| Binary | 11010101 | 1101110 | 10011111 | 0 | 110000 | 11001 | 10000 | 101001011 | 110111 | 111111 |
Color Harmonies of #D56E9F
Complementary color
Monochromatic Colors of #D56E9F
Black with #D56E9F
Text Example
Text Example
White with #D56E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E9F; }
p { color: rgb(213,110,159); }
H1.HeaderClassName
{
color: #D56E9F;
}
.AnyTagClassName
{
color: #D56E9F;
}
</style>
background-color css
<style>
a { background-color: #D56E9F; }
a { background-color: rgb(213,110,159); }
div.DivClassName
{
background-color: #D56E9F;
}
.BgClassName
{
background-color: #D56E9F;
}
</style>
border-color css
<style>
span { border-color: #D56E9F; }
span { border-color: rgb(213,110,159); }
td.TdClassName
{
border-color: #D56E9F;
}
.TagClassName
{
border-color: #D56E9F;
}
</style>