Shades of Hopbush #D56D9C
Tints of Hopbush #D56D9C
RGB
CMYK
RGB Variations
Color information
#D56D9C (or 0xD56D9C) is known color: Hopbush. HEX triplet: D5, 6D and 9C. RGB value is (213,109,156). Sum of RGB (Red+Green+Blue) = 213+109+156=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56D9C is #2A9263. Grayscale: #919191. Windows color (decimal): -2789988 or 10251733. OLE color: 10251733.
HSL color Cylindrical-coordinate representation of color #D56D9C: hue angle of 332.88º 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 #D56D9C is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 156 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.16 |
| HSL | 332.88º | 0.55% | 0.63% | - |
| HSV(B) | 332.88º | 0.49% | 0.84% | - |
| XYZ | 38.91 | 27.48 | 34.71 | - |
| YUV | 145.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 156 | 0 | 0.49 | 0.27 | 0.16 | 332.88 | 0.55 | 0.63 |
| Hex | D5 | 6D | 9C | 0 | 31 | 1B | 10 | 14D | 37 | 3F |
| Octal | 325 | 155 | 234 | 0 | 61 | 33 | 20 | 515 | 67 | 77 |
| Binary | 11010101 | 1101101 | 10011100 | 0 | 110001 | 11011 | 10000 | 101001101 | 110111 | 111111 |
Color Harmonies of #D56D9C
Complementary color
Monochromatic Colors of #D56D9C
Black with #D56D9C
Text Example
Text Example
White with #D56D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D9C; }
p { color: rgb(213,109,156); }
H1.HeaderClassName
{
color: #D56D9C;
}
.AnyTagClassName
{
color: #D56D9C;
}
</style>
background-color css
<style>
a { background-color: #D56D9C; }
a { background-color: rgb(213,109,156); }
div.DivClassName
{
background-color: #D56D9C;
}
.BgClassName
{
background-color: #D56D9C;
}
</style>
border-color css
<style>
span { border-color: #D56D9C; }
span { border-color: rgb(213,109,156); }
td.TdClassName
{
border-color: #D56D9C;
}
.TagClassName
{
border-color: #D56D9C;
}
</style>