Shades of Mulberry #D1559C
Tints of Mulberry #D1559C
RGB
CMYK
RGB Variations
Color information
#D1559C (or 0xD1559C) is known color: Mulberry. HEX triplet: D1, 55 and 9C. RGB value is (209,85,156). Sum of RGB (Red+Green+Blue) = 209+85+156=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1559C is #2EAA63. Grayscale: #828282. Windows color (decimal): -3058276 or 10245585. OLE color: 10245585.
HSL color Cylindrical-coordinate representation of color #D1559C: hue angle of 325.65º 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 #D1559C is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 156 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.18 |
| HSL | 325.65º | 0.57% | 0.58% | - |
| HSV(B) | 325.65º | 0.59% | 0.82% | - |
| XYZ | 35.54 | 22.45 | 33.91 | - |
| YUV | 130.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 156 | 0 | 0.59 | 0.25 | 0.18 | 325.65 | 0.57 | 0.58 |
| Hex | D1 | 55 | 9C | 0 | 3B | 19 | 12 | 146 | 39 | 3A |
| Octal | 321 | 125 | 234 | 0 | 73 | 31 | 22 | 506 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10011100 | 0 | 111011 | 11001 | 10010 | 101000110 | 111001 | 111010 |
Color Harmonies of #D1559C
Complementary color
Monochromatic Colors of #D1559C
Black with #D1559C
Text Example
Text Example
White with #D1559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1559C; }
p { color: rgb(209,85,156); }
H1.HeaderClassName
{
color: #D1559C;
}
.AnyTagClassName
{
color: #D1559C;
}
</style>
background-color css
<style>
a { background-color: #D1559C; }
a { background-color: rgb(209,85,156); }
div.DivClassName
{
background-color: #D1559C;
}
.BgClassName
{
background-color: #D1559C;
}
</style>
border-color css
<style>
span { border-color: #D1559C; }
span { border-color: rgb(209,85,156); }
td.TdClassName
{
border-color: #D1559C;
}
.TagClassName
{
border-color: #D1559C;
}
</style>