Shades of Hopbush #D56D9F
Tints of Hopbush #D56D9F
RGB
CMYK
RGB Variations
Color information
#D56D9F (or 0xD56D9F) is known color: Hopbush. HEX triplet: D5, 6D and 9F. RGB value is (213,109,159). Sum of RGB (Red+Green+Blue) = 213+109+159=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56D9F is #2A9260. Grayscale: #919191. Windows color (decimal): -2789985 or 10448341. OLE color: 10448341.
HSL color Cylindrical-coordinate representation of color #D56D9F: hue angle of 331.15º 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 #D56D9F is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 159 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.16 |
| HSL | 331.15º | 0.55% | 0.63% | - |
| HSV(B) | 331.15º | 0.49% | 0.84% | - |
| XYZ | 39.17 | 27.59 | 36.06 | - |
| YUV | 145.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 159 | 0 | 0.49 | 0.25 | 0.16 | 331.15 | 0.55 | 0.63 |
| Hex | D5 | 6D | 9F | 0 | 31 | 19 | 10 | 14B | 37 | 3F |
| Octal | 325 | 155 | 237 | 0 | 61 | 31 | 20 | 513 | 67 | 77 |
| Binary | 11010101 | 1101101 | 10011111 | 0 | 110001 | 11001 | 10000 | 101001011 | 110111 | 111111 |
Color Harmonies of #D56D9F
Complementary color
Monochromatic Colors of #D56D9F
Black with #D56D9F
Text Example
Text Example
White with #D56D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D9F; }
p { color: rgb(213,109,159); }
H1.HeaderClassName
{
color: #D56D9F;
}
.AnyTagClassName
{
color: #D56D9F;
}
</style>
background-color css
<style>
a { background-color: #D56D9F; }
a { background-color: rgb(213,109,159); }
div.DivClassName
{
background-color: #D56D9F;
}
.BgClassName
{
background-color: #D56D9F;
}
</style>
border-color css
<style>
span { border-color: #D56D9F; }
span { border-color: rgb(213,109,159); }
td.TdClassName
{
border-color: #D56D9F;
}
.TagClassName
{
border-color: #D56D9F;
}
</style>