Shades of Hopbush #D56CAC
Tints of Hopbush #D56CAC
RGB
CMYK
RGB Variations
Color information
#D56CAC (or 0xD56CAC) is known color: Hopbush. HEX triplet: D5, 6C and AC. RGB value is (213,108,172). Sum of RGB (Red+Green+Blue) = 213+108+172=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56CAC is #2A9353. Grayscale: #929292. Windows color (decimal): -2790228 or 11300053. OLE color: 11300053.
HSL color Cylindrical-coordinate representation of color #D56CAC: hue angle of 323.43º 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 #D56CAC is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 172 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.16 |
| HSL | 323.43º | 0.56% | 0.63% | - |
| HSV(B) | 323.43º | 0.49% | 0.84% | - |
| XYZ | 40.25 | 27.85 | 42.28 | - |
| YUV | 146.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 172 | 0 | 0.49 | 0.19 | 0.16 | 323.43 | 0.56 | 0.63 |
| Hex | D5 | 6C | AC | 0 | 31 | 13 | 10 | 143 | 38 | 3F |
| Octal | 325 | 154 | 254 | 0 | 61 | 23 | 20 | 503 | 70 | 77 |
| Binary | 11010101 | 1101100 | 10101100 | 0 | 110001 | 10011 | 10000 | 101000011 | 111000 | 111111 |
Color Harmonies of #D56CAC
Complementary color
Monochromatic Colors of #D56CAC
Black with #D56CAC
Text Example
Text Example
White with #D56CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CAC; }
p { color: rgb(213,108,172); }
H1.HeaderClassName
{
color: #D56CAC;
}
.AnyTagClassName
{
color: #D56CAC;
}
</style>
background-color css
<style>
a { background-color: #D56CAC; }
a { background-color: rgb(213,108,172); }
div.DivClassName
{
background-color: #D56CAC;
}
.BgClassName
{
background-color: #D56CAC;
}
</style>
border-color css
<style>
span { border-color: #D56CAC; }
span { border-color: rgb(213,108,172); }
td.TdClassName
{
border-color: #D56CAC;
}
.TagClassName
{
border-color: #D56CAC;
}
</style>