Shades of Mulberry #D156A0
Tints of Mulberry #D156A0
RGB
CMYK
RGB Variations
Color information
#D156A0 (or 0xD156A0) is known color: Mulberry. HEX triplet: D1, 56 and A0. RGB value is (209,86,160). Sum of RGB (Red+Green+Blue) = 209+86+160=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D156A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D156A0 is #2EA95F. Grayscale: #838383. Windows color (decimal): -3058016 or 10507985. OLE color: 10507985.
HSL color Cylindrical-coordinate representation of color #D156A0: hue angle of 323.9º 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 #D156A0 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 160 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.18 |
| HSL | 323.9º | 0.57% | 0.58% | - |
| HSV(B) | 323.9º | 0.59% | 0.82% | - |
| XYZ | 35.97 | 22.75 | 35.75 | - |
| YUV | 131.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 160 | 0 | 0.59 | 0.23 | 0.18 | 323.9 | 0.57 | 0.58 |
| Hex | D1 | 56 | A0 | 0 | 3B | 17 | 12 | 144 | 39 | 3A |
| Octal | 321 | 126 | 240 | 0 | 73 | 27 | 22 | 504 | 71 | 72 |
| Binary | 11010001 | 1010110 | 10100000 | 0 | 111011 | 10111 | 10010 | 101000100 | 111001 | 111010 |
Color Harmonies of #D156A0
Complementary color
Monochromatic Colors of #D156A0
Black with #D156A0
Text Example
Text Example
White with #D156A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D156A0; }
p { color: rgb(209,86,160); }
H1.HeaderClassName
{
color: #D156A0;
}
.AnyTagClassName
{
color: #D156A0;
}
</style>
background-color css
<style>
a { background-color: #D156A0; }
a { background-color: rgb(209,86,160); }
div.DivClassName
{
background-color: #D156A0;
}
.BgClassName
{
background-color: #D156A0;
}
</style>
border-color css
<style>
span { border-color: #D156A0; }
span { border-color: rgb(209,86,160); }
td.TdClassName
{
border-color: #D156A0;
}
.TagClassName
{
border-color: #D156A0;
}
</style>