Shades of Hopbush #D56CAB
Tints of Hopbush #D56CAB
RGB
CMYK
RGB Variations
Color information
#D56CAB (or 0xD56CAB) is known color: Hopbush. HEX triplet: D5, 6C and AB. RGB value is (213,108,171). Sum of RGB (Red+Green+Blue) = 213+108+171=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56CAB is #2A9354. Grayscale: #929292. Windows color (decimal): -2790229 or 11234517. OLE color: 11234517.
HSL color Cylindrical-coordinate representation of color #D56CAB: hue angle of 324º 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 #D56CAB is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 171 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.16 |
| HSL | 324º | 0.56% | 0.63% | - |
| HSV(B) | 324º | 0.49% | 0.84% | - |
| XYZ | 40.15 | 27.81 | 41.78 | - |
| YUV | 146.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 171 | 0 | 0.49 | 0.20 | 0.16 | 324 | 0.56 | 0.63 |
| Hex | D5 | 6C | AB | 0 | 31 | 14 | 10 | 144 | 38 | 3F |
| Octal | 325 | 154 | 253 | 0 | 61 | 24 | 20 | 504 | 70 | 77 |
| Binary | 11010101 | 1101100 | 10101011 | 0 | 110001 | 10100 | 10000 | 101000100 | 111000 | 111111 |
Color Harmonies of #D56CAB
Complementary color
Monochromatic Colors of #D56CAB
Black with #D56CAB
Text Example
Text Example
White with #D56CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CAB; }
p { color: rgb(213,108,171); }
H1.HeaderClassName
{
color: #D56CAB;
}
.AnyTagClassName
{
color: #D56CAB;
}
</style>
background-color css
<style>
a { background-color: #D56CAB; }
a { background-color: rgb(213,108,171); }
div.DivClassName
{
background-color: #D56CAB;
}
.BgClassName
{
background-color: #D56CAB;
}
</style>
border-color css
<style>
span { border-color: #D56CAB; }
span { border-color: rgb(213,108,171); }
td.TdClassName
{
border-color: #D56CAB;
}
.TagClassName
{
border-color: #D56CAB;
}
</style>