Shades of Mulberry #D15691
Tints of Mulberry #D15691
RGB
CMYK
RGB Variations
Color information
#D15691 (or 0xD15691) is known color: Mulberry. HEX triplet: D1, 56 and 91. RGB value is (209,86,145). Sum of RGB (Red+Green+Blue) = 209+86+145=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D15691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15691 is #2EA96E. Grayscale: #818181. Windows color (decimal): -3058031 or 9524945. OLE color: 9524945.
HSL color Cylindrical-coordinate representation of color #D15691: hue angle of 331.22º 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 #D15691 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 145 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.18 |
| HSL | 331.22º | 0.57% | 0.58% | - |
| HSV(B) | 331.22º | 0.59% | 0.82% | - |
| XYZ | 34.73 | 22.26 | 29.25 | - |
| YUV | 129.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 145 | 0 | 0.59 | 0.31 | 0.18 | 331.22 | 0.57 | 0.58 |
| Hex | D1 | 56 | 91 | 0 | 3B | 1F | 12 | 14B | 39 | 3A |
| Octal | 321 | 126 | 221 | 0 | 73 | 37 | 22 | 513 | 71 | 72 |
| Binary | 11010001 | 1010110 | 10010001 | 0 | 111011 | 11111 | 10010 | 101001011 | 111001 | 111010 |
Color Harmonies of #D15691
Complementary color
Monochromatic Colors of #D15691
Black with #D15691
Text Example
Text Example
White with #D15691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15691; }
p { color: rgb(209,86,145); }
H1.HeaderClassName
{
color: #D15691;
}
.AnyTagClassName
{
color: #D15691;
}
</style>
background-color css
<style>
a { background-color: #D15691; }
a { background-color: rgb(209,86,145); }
div.DivClassName
{
background-color: #D15691;
}
.BgClassName
{
background-color: #D15691;
}
</style>
border-color css
<style>
span { border-color: #D15691; }
span { border-color: rgb(209,86,145); }
td.TdClassName
{
border-color: #D15691;
}
.TagClassName
{
border-color: #D15691;
}
</style>