Shades of Mulberry #D15694
Tints of Mulberry #D15694
RGB
CMYK
RGB Variations
Color information
#D15694 (or 0xD15694) is known color: Mulberry. HEX triplet: D1, 56 and 94. RGB value is (209,86,148). Sum of RGB (Red+Green+Blue) = 209+86+148=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D15694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15694 is #2EA96B. Grayscale: #818181. Windows color (decimal): -3058028 or 9721553. OLE color: 9721553.
HSL color Cylindrical-coordinate representation of color #D15694: hue angle of 329.76º 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 #D15694 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 148 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.18 |
| HSL | 329.76º | 0.57% | 0.58% | - |
| HSV(B) | 329.76º | 0.59% | 0.82% | - |
| XYZ | 34.97 | 22.35 | 30.49 | - |
| YUV | 129.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 148 | 0 | 0.59 | 0.29 | 0.18 | 329.76 | 0.57 | 0.58 |
| Hex | D1 | 56 | 94 | 0 | 3B | 1D | 12 | 14A | 39 | 3A |
| Octal | 321 | 126 | 224 | 0 | 73 | 35 | 22 | 512 | 71 | 72 |
| Binary | 11010001 | 1010110 | 10010100 | 0 | 111011 | 11101 | 10010 | 101001010 | 111001 | 111010 |
Color Harmonies of #D15694
Complementary color
Monochromatic Colors of #D15694
Black with #D15694
Text Example
Text Example
White with #D15694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15694; }
p { color: rgb(209,86,148); }
H1.HeaderClassName
{
color: #D15694;
}
.AnyTagClassName
{
color: #D15694;
}
</style>
background-color css
<style>
a { background-color: #D15694; }
a { background-color: rgb(209,86,148); }
div.DivClassName
{
background-color: #D15694;
}
.BgClassName
{
background-color: #D15694;
}
</style>
border-color css
<style>
span { border-color: #D15694; }
span { border-color: rgb(209,86,148); }
td.TdClassName
{
border-color: #D15694;
}
.TagClassName
{
border-color: #D15694;
}
</style>