Shades of Hopbush #D56FA6
Tints of Hopbush #D56FA6
RGB
CMYK
RGB Variations
Color information
#D56FA6 (or 0xD56FA6) is known color: Hopbush. HEX triplet: D5, 6F and A6. RGB value is (213,111,166). Sum of RGB (Red+Green+Blue) = 213+111+166=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56FA6 is #2A9059. Grayscale: #939393. Windows color (decimal): -2789466 or 10907605. OLE color: 10907605.
HSL color Cylindrical-coordinate representation of color #D56FA6: hue angle of 327.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56FA6 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 166 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.16 |
| HSL | 327.65º | 0.55% | 0.64% | - |
| HSV(B) | 327.65º | 0.48% | 0.84% | - |
| XYZ | 40.01 | 28.27 | 39.42 | - |
| YUV | 147.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 166 | 0 | 0.48 | 0.22 | 0.16 | 327.65 | 0.55 | 0.64 |
| Hex | D5 | 6F | A6 | 0 | 30 | 16 | 10 | 148 | 37 | 40 |
| Octal | 325 | 157 | 246 | 0 | 60 | 26 | 20 | 510 | 67 | 100 |
| Binary | 11010101 | 1101111 | 10100110 | 0 | 110000 | 10110 | 10000 | 101001000 | 110111 | 1000000 |
Color Harmonies of #D56FA6
Complementary color
Monochromatic Colors of #D56FA6
Black with #D56FA6
Text Example
Text Example
White with #D56FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FA6; }
p { color: rgb(213,111,166); }
H1.HeaderClassName
{
color: #D56FA6;
}
.AnyTagClassName
{
color: #D56FA6;
}
</style>
background-color css
<style>
a { background-color: #D56FA6; }
a { background-color: rgb(213,111,166); }
div.DivClassName
{
background-color: #D56FA6;
}
.BgClassName
{
background-color: #D56FA6;
}
</style>
border-color css
<style>
span { border-color: #D56FA6; }
span { border-color: rgb(213,111,166); }
td.TdClassName
{
border-color: #D56FA6;
}
.TagClassName
{
border-color: #D56FA6;
}
</style>