Shades of Hopbush #D56C9C
Tints of Hopbush #D56C9C
RGB
CMYK
RGB Variations
Color information
#D56C9C (or 0xD56C9C) is known color: Hopbush. HEX triplet: D5, 6C and 9C. RGB value is (213,108,156). Sum of RGB (Red+Green+Blue) = 213+108+156=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56C9C is #2A9363. Grayscale: #909090. Windows color (decimal): -2790244 or 10251477. OLE color: 10251477.
HSL color Cylindrical-coordinate representation of color #D56C9C: hue angle of 332.57º degrees, saturation: 0.56, 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 #D56C9C is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 156 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.16 |
| HSL | 332.57º | 0.56% | 0.63% | - |
| HSV(B) | 332.57º | 0.49% | 0.84% | - |
| XYZ | 38.8 | 27.27 | 34.67 | - |
| YUV | 144.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 156 | 0 | 0.49 | 0.27 | 0.16 | 332.57 | 0.56 | 0.63 |
| Hex | D5 | 6C | 9C | 0 | 31 | 1B | 10 | 14D | 38 | 3F |
| Octal | 325 | 154 | 234 | 0 | 61 | 33 | 20 | 515 | 70 | 77 |
| Binary | 11010101 | 1101100 | 10011100 | 0 | 110001 | 11011 | 10000 | 101001101 | 111000 | 111111 |
Color Harmonies of #D56C9C
Complementary color
Monochromatic Colors of #D56C9C
Black with #D56C9C
Text Example
Text Example
White with #D56C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C9C; }
p { color: rgb(213,108,156); }
H1.HeaderClassName
{
color: #D56C9C;
}
.AnyTagClassName
{
color: #D56C9C;
}
</style>
background-color css
<style>
a { background-color: #D56C9C; }
a { background-color: rgb(213,108,156); }
div.DivClassName
{
background-color: #D56C9C;
}
.BgClassName
{
background-color: #D56C9C;
}
</style>
border-color css
<style>
span { border-color: #D56C9C; }
span { border-color: rgb(213,108,156); }
td.TdClassName
{
border-color: #D56C9C;
}
.TagClassName
{
border-color: #D56C9C;
}
</style>