Shades of Mulberry #D15393
Tints of Mulberry #D15393
RGB
CMYK
RGB Variations
Color information
#D15393 (or 0xD15393) is known color: Mulberry. HEX triplet: D1, 53 and 93. RGB value is (209,83,147). Sum of RGB (Red+Green+Blue) = 209+83+147=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D15393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15393 is #2EAC6C. Grayscale: #7F7F7F. Windows color (decimal): -3058797 or 9655249. OLE color: 9655249.
HSL color Cylindrical-coordinate representation of color #D15393: hue angle of 329.52º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15393 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 147 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.18 |
| HSL | 329.52º | 0.58% | 0.57% | - |
| HSV(B) | 329.52º | 0.6% | 0.82% | - |
| XYZ | 34.65 | 21.85 | 29.99 | - |
| YUV | 127.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 147 | 0 | 0.60 | 0.30 | 0.18 | 329.52 | 0.58 | 0.57 |
| Hex | D1 | 53 | 93 | 0 | 3C | 1E | 12 | 14A | 3A | 39 |
| Octal | 321 | 123 | 223 | 0 | 74 | 36 | 22 | 512 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10010011 | 0 | 111100 | 11110 | 10010 | 101001010 | 111010 | 111001 |
Color Harmonies of #D15393
Complementary color
Monochromatic Colors of #D15393
Black with #D15393
Text Example
Text Example
White with #D15393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15393; }
p { color: rgb(209,83,147); }
H1.HeaderClassName
{
color: #D15393;
}
.AnyTagClassName
{
color: #D15393;
}
</style>
background-color css
<style>
a { background-color: #D15393; }
a { background-color: rgb(209,83,147); }
div.DivClassName
{
background-color: #D15393;
}
.BgClassName
{
background-color: #D15393;
}
</style>
border-color css
<style>
span { border-color: #D15393; }
span { border-color: rgb(209,83,147); }
td.TdClassName
{
border-color: #D15393;
}
.TagClassName
{
border-color: #D15393;
}
</style>