Shades of Hopbush #D56BAD
Tints of Hopbush #D56BAD
RGB
CMYK
RGB Variations
Color information
#D56BAD (or 0xD56BAD) is known color: Hopbush. HEX triplet: D5, 6B and AD. RGB value is (213,107,173). Sum of RGB (Red+Green+Blue) = 213+107+173=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56BAD is #2A9452. Grayscale: #929292. Windows color (decimal): -2790483 or 11365333. OLE color: 11365333.
HSL color Cylindrical-coordinate representation of color #D56BAD: hue angle of 322.64º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56BAD is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 173 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.16 |
| HSL | 322.64º | 0.56% | 0.63% | - |
| HSV(B) | 322.64º | 0.5% | 0.84% | - |
| XYZ | 40.24 | 27.68 | 42.76 | - |
| YUV | 146.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 173 | 0 | 0.50 | 0.19 | 0.16 | 322.64 | 0.56 | 0.63 |
| Hex | D5 | 6B | AD | 0 | 32 | 13 | 10 | 143 | 38 | 3F |
| Octal | 325 | 153 | 255 | 0 | 62 | 23 | 20 | 503 | 70 | 77 |
| Binary | 11010101 | 1101011 | 10101101 | 0 | 110010 | 10011 | 10000 | 101000011 | 111000 | 111111 |
Color Harmonies of #D56BAD
Complementary color
Monochromatic Colors of #D56BAD
Black with #D56BAD
Text Example
Text Example
White with #D56BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BAD; }
p { color: rgb(213,107,173); }
H1.HeaderClassName
{
color: #D56BAD;
}
.AnyTagClassName
{
color: #D56BAD;
}
</style>
background-color css
<style>
a { background-color: #D56BAD; }
a { background-color: rgb(213,107,173); }
div.DivClassName
{
background-color: #D56BAD;
}
.BgClassName
{
background-color: #D56BAD;
}
</style>
border-color css
<style>
span { border-color: #D56BAD; }
span { border-color: rgb(213,107,173); }
td.TdClassName
{
border-color: #D56BAD;
}
.TagClassName
{
border-color: #D56BAD;
}
</style>