Shades of Mulberry #D15596
Tints of Mulberry #D15596
RGB
CMYK
RGB Variations
Color information
#D15596 (or 0xD15596) is known color: Mulberry. HEX triplet: D1, 55 and 96. RGB value is (209,85,150). Sum of RGB (Red+Green+Blue) = 209+85+150=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D15596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15596 is #2EAA69. Grayscale: #818181. Windows color (decimal): -3058282 or 9852369. OLE color: 9852369.
HSL color Cylindrical-coordinate representation of color #D15596: hue angle of 328.55º 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 #D15596 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 150 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.18 |
| HSL | 328.55º | 0.57% | 0.58% | - |
| HSV(B) | 328.55º | 0.59% | 0.82% | - |
| XYZ | 35.05 | 22.25 | 31.3 | - |
| YUV | 129.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 150 | 0 | 0.59 | 0.28 | 0.18 | 328.55 | 0.57 | 0.58 |
| Hex | D1 | 55 | 96 | 0 | 3B | 1C | 12 | 149 | 39 | 3A |
| Octal | 321 | 125 | 226 | 0 | 73 | 34 | 22 | 511 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10010110 | 0 | 111011 | 11100 | 10010 | 101001001 | 111001 | 111010 |
Color Harmonies of #D15596
Complementary color
Monochromatic Colors of #D15596
Black with #D15596
Text Example
Text Example
White with #D15596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15596; }
p { color: rgb(209,85,150); }
H1.HeaderClassName
{
color: #D15596;
}
.AnyTagClassName
{
color: #D15596;
}
</style>
background-color css
<style>
a { background-color: #D15596; }
a { background-color: rgb(209,85,150); }
div.DivClassName
{
background-color: #D15596;
}
.BgClassName
{
background-color: #D15596;
}
</style>
border-color css
<style>
span { border-color: #D15596; }
span { border-color: rgb(209,85,150); }
td.TdClassName
{
border-color: #D15596;
}
.TagClassName
{
border-color: #D15596;
}
</style>