Shades of Hopbush #D56CA0
Tints of Hopbush #D56CA0
RGB
CMYK
RGB Variations
Color information
#D56CA0 (or 0xD56CA0) is known color: Hopbush. HEX triplet: D5, 6C and A0. RGB value is (213,108,160). Sum of RGB (Red+Green+Blue) = 213+108+160=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56CA0 is #2A935F. Grayscale: #919191. Windows color (decimal): -2790240 or 10513621. OLE color: 10513621.
HSL color Cylindrical-coordinate representation of color #D56CA0: hue angle of 330.29º 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 #D56CA0 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 160 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.16 |
| HSL | 330.29º | 0.56% | 0.63% | - |
| HSV(B) | 330.29º | 0.49% | 0.84% | - |
| XYZ | 39.15 | 27.41 | 36.48 | - |
| YUV | 145.32 | 136.29 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 160 | 0 | 0.49 | 0.25 | 0.16 | 330.29 | 0.56 | 0.63 |
| Hex | D5 | 6C | A0 | 0 | 31 | 19 | 10 | 14A | 38 | 3F |
| Octal | 325 | 154 | 240 | 0 | 61 | 31 | 20 | 512 | 70 | 77 |
| Binary | 11010101 | 1101100 | 10100000 | 0 | 110001 | 11001 | 10000 | 101001010 | 111000 | 111111 |
Color Harmonies of #D56CA0
Complementary color
Monochromatic Colors of #D56CA0
Black with #D56CA0
Text Example
Text Example
White with #D56CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CA0; }
p { color: rgb(213,108,160); }
H1.HeaderClassName
{
color: #D56CA0;
}
.AnyTagClassName
{
color: #D56CA0;
}
</style>
background-color css
<style>
a { background-color: #D56CA0; }
a { background-color: rgb(213,108,160); }
div.DivClassName
{
background-color: #D56CA0;
}
.BgClassName
{
background-color: #D56CA0;
}
</style>
border-color css
<style>
span { border-color: #D56CA0; }
span { border-color: rgb(213,108,160); }
td.TdClassName
{
border-color: #D56CA0;
}
.TagClassName
{
border-color: #D56CA0;
}
</style>