Shades of Mulberry #D15295
Tints of Mulberry #D15295
RGB
CMYK
RGB Variations
Color information
#D15295 (or 0xD15295) is known color: Mulberry. HEX triplet: D1, 52 and 95. RGB value is (209,82,149). Sum of RGB (Red+Green+Blue) = 209+82+149=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D15295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15295 is #2EAD6A. Grayscale: #7F7F7F. Windows color (decimal): -3059051 or 9786065. OLE color: 9786065.
HSL color Cylindrical-coordinate representation of color #D15295: hue angle of 328.35º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15295 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 149 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.18 |
| HSL | 328.35º | 0.58% | 0.57% | - |
| HSV(B) | 328.35º | 0.61% | 0.82% | - |
| XYZ | 34.74 | 21.76 | 30.8 | - |
| YUV | 127.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 149 | 0 | 0.61 | 0.29 | 0.18 | 328.35 | 0.58 | 0.57 |
| Hex | D1 | 52 | 95 | 0 | 3D | 1D | 12 | 148 | 3A | 39 |
| Octal | 321 | 122 | 225 | 0 | 75 | 35 | 22 | 510 | 72 | 71 |
| Binary | 11010001 | 1010010 | 10010101 | 0 | 111101 | 11101 | 10010 | 101001000 | 111010 | 111001 |
Color Harmonies of #D15295
Complementary color
Monochromatic Colors of #D15295
Black with #D15295
Text Example
Text Example
White with #D15295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15295; }
p { color: rgb(209,82,149); }
H1.HeaderClassName
{
color: #D15295;
}
.AnyTagClassName
{
color: #D15295;
}
</style>
background-color css
<style>
a { background-color: #D15295; }
a { background-color: rgb(209,82,149); }
div.DivClassName
{
background-color: #D15295;
}
.BgClassName
{
background-color: #D15295;
}
</style>
border-color css
<style>
span { border-color: #D15295; }
span { border-color: rgb(209,82,149); }
td.TdClassName
{
border-color: #D15295;
}
.TagClassName
{
border-color: #D15295;
}
</style>