Shades of Hopbush #D56CAA
Tints of Hopbush #D56CAA
RGB
CMYK
RGB Variations
Color information
#D56CAA (or 0xD56CAA) is known color: Hopbush. HEX triplet: D5, 6C and AA. RGB value is (213,108,170). Sum of RGB (Red+Green+Blue) = 213+108+170=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56CAA is #2A9355. Grayscale: #929292. Windows color (decimal): -2790230 or 11168981. OLE color: 11168981.
HSL color Cylindrical-coordinate representation of color #D56CAA: hue angle of 324.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 #D56CAA is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 170 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.16 |
| HSL | 324.57º | 0.56% | 0.63% | - |
| HSV(B) | 324.57º | 0.49% | 0.84% | - |
| XYZ | 40.06 | 27.77 | 41.28 | - |
| YUV | 146.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 170 | 0 | 0.49 | 0.20 | 0.16 | 324.57 | 0.56 | 0.63 |
| Hex | D5 | 6C | AA | 0 | 31 | 14 | 10 | 145 | 38 | 3F |
| Octal | 325 | 154 | 252 | 0 | 61 | 24 | 20 | 505 | 70 | 77 |
| Binary | 11010101 | 1101100 | 10101010 | 0 | 110001 | 10100 | 10000 | 101000101 | 111000 | 111111 |
Color Harmonies of #D56CAA
Complementary color
Monochromatic Colors of #D56CAA
Black with #D56CAA
Text Example
Text Example
White with #D56CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CAA; }
p { color: rgb(213,108,170); }
H1.HeaderClassName
{
color: #D56CAA;
}
.AnyTagClassName
{
color: #D56CAA;
}
</style>
background-color css
<style>
a { background-color: #D56CAA; }
a { background-color: rgb(213,108,170); }
div.DivClassName
{
background-color: #D56CAA;
}
.BgClassName
{
background-color: #D56CAA;
}
</style>
border-color css
<style>
span { border-color: #D56CAA; }
span { border-color: rgb(213,108,170); }
td.TdClassName
{
border-color: #D56CAA;
}
.TagClassName
{
border-color: #D56CAA;
}
</style>