Shades of Mulberry #D156AB
Tints of Mulberry #D156AB
RGB
CMYK
RGB Variations
Color information
#D156AB (or 0xD156AB) is known color: Mulberry. HEX triplet: D1, 56 and AB. RGB value is (209,86,171). Sum of RGB (Red+Green+Blue) = 209+86+171=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D156AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D156AB is #2EA954. Grayscale: #848484. Windows color (decimal): -3058005 or 11228881. OLE color: 11228881.
HSL color Cylindrical-coordinate representation of color #D156AB: hue angle of 318.54º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D156AB is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 171 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.18 |
| HSL | 318.54º | 0.57% | 0.58% | - |
| HSV(B) | 318.54º | 0.59% | 0.82% | - |
| XYZ | 36.97 | 23.15 | 41.05 | - |
| YUV | 132.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 171 | 0 | 0.59 | 0.18 | 0.18 | 318.54 | 0.57 | 0.58 |
| Hex | D1 | 56 | AB | 0 | 3B | 12 | 12 | 13F | 39 | 3A |
| Octal | 321 | 126 | 253 | 0 | 73 | 22 | 22 | 477 | 71 | 72 |
| Binary | 11010001 | 1010110 | 10101011 | 0 | 111011 | 10010 | 10010 | 100111111 | 111001 | 111010 |
Color Harmonies of #D156AB
Complementary color
Monochromatic Colors of #D156AB
Black with #D156AB
Text Example
Text Example
White with #D156AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D156AB; }
p { color: rgb(209,86,171); }
H1.HeaderClassName
{
color: #D156AB;
}
.AnyTagClassName
{
color: #D156AB;
}
</style>
background-color css
<style>
a { background-color: #D156AB; }
a { background-color: rgb(209,86,171); }
div.DivClassName
{
background-color: #D156AB;
}
.BgClassName
{
background-color: #D156AB;
}
</style>
border-color css
<style>
span { border-color: #D156AB; }
span { border-color: rgb(209,86,171); }
td.TdClassName
{
border-color: #D156AB;
}
.TagClassName
{
border-color: #D156AB;
}
</style>