Shades of Hopbush #D56BAE
Tints of Hopbush #D56BAE
RGB
CMYK
RGB Variations
Color information
#D56BAE (or 0xD56BAE) is known color: Hopbush. HEX triplet: D5, 6B and AE. RGB value is (213,107,174). Sum of RGB (Red+Green+Blue) = 213+107+174=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56BAE is #2A9451. Grayscale: #929292. Windows color (decimal): -2790482 or 11430869. OLE color: 11430869.
HSL color Cylindrical-coordinate representation of color #D56BAE: hue angle of 322.08º 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 #D56BAE is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 174 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.16 |
| HSL | 322.08º | 0.56% | 0.63% | - |
| HSV(B) | 322.08º | 0.5% | 0.84% | - |
| XYZ | 40.34 | 27.72 | 43.27 | - |
| YUV | 146.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 174 | 0 | 0.50 | 0.18 | 0.16 | 322.08 | 0.56 | 0.63 |
| Hex | D5 | 6B | AE | 0 | 32 | 12 | 10 | 142 | 38 | 3F |
| Octal | 325 | 153 | 256 | 0 | 62 | 22 | 20 | 502 | 70 | 77 |
| Binary | 11010101 | 1101011 | 10101110 | 0 | 110010 | 10010 | 10000 | 101000010 | 111000 | 111111 |
Color Harmonies of #D56BAE
Complementary color
Monochromatic Colors of #D56BAE
Black with #D56BAE
Text Example
Text Example
White with #D56BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BAE; }
p { color: rgb(213,107,174); }
H1.HeaderClassName
{
color: #D56BAE;
}
.AnyTagClassName
{
color: #D56BAE;
}
</style>
background-color css
<style>
a { background-color: #D56BAE; }
a { background-color: rgb(213,107,174); }
div.DivClassName
{
background-color: #D56BAE;
}
.BgClassName
{
background-color: #D56BAE;
}
</style>
border-color css
<style>
span { border-color: #D56BAE; }
span { border-color: rgb(213,107,174); }
td.TdClassName
{
border-color: #D56BAE;
}
.TagClassName
{
border-color: #D56BAE;
}
</style>