Shades of Hopbush #D56CB0
Tints of Hopbush #D56CB0
RGB
CMYK
RGB Variations
Color information
#D56CB0 (or 0xD56CB0) is known color: Hopbush. HEX triplet: D5, 6C and B0. RGB value is (213,108,176). Sum of RGB (Red+Green+Blue) = 213+108+176=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56CB0 is #2A934F. Grayscale: #929292. Windows color (decimal): -2790224 or 11562197. OLE color: 11562197.
HSL color Cylindrical-coordinate representation of color #D56CB0: hue angle of 321.14º 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 #D56CB0 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 176 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.16 |
| HSL | 321.14º | 0.56% | 0.63% | - |
| HSV(B) | 321.14º | 0.49% | 0.84% | - |
| XYZ | 40.64 | 28.01 | 44.34 | - |
| YUV | 147.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 176 | 0 | 0.49 | 0.17 | 0.16 | 321.14 | 0.56 | 0.63 |
| Hex | D5 | 6C | B0 | 0 | 31 | 11 | 10 | 141 | 38 | 3F |
| Octal | 325 | 154 | 260 | 0 | 61 | 21 | 20 | 501 | 70 | 77 |
| Binary | 11010101 | 1101100 | 10110000 | 0 | 110001 | 10001 | 10000 | 101000001 | 111000 | 111111 |
Color Harmonies of #D56CB0
Complementary color
Monochromatic Colors of #D56CB0
Black with #D56CB0
Text Example
Text Example
White with #D56CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CB0; }
p { color: rgb(213,108,176); }
H1.HeaderClassName
{
color: #D56CB0;
}
.AnyTagClassName
{
color: #D56CB0;
}
</style>
background-color css
<style>
a { background-color: #D56CB0; }
a { background-color: rgb(213,108,176); }
div.DivClassName
{
background-color: #D56CB0;
}
.BgClassName
{
background-color: #D56CB0;
}
</style>
border-color css
<style>
span { border-color: #D56CB0; }
span { border-color: rgb(213,108,176); }
td.TdClassName
{
border-color: #D56CB0;
}
.TagClassName
{
border-color: #D56CB0;
}
</style>