Shades of Mulberry #D15593
Tints of Mulberry #D15593
RGB
CMYK
RGB Variations
Color information
#D15593 (or 0xD15593) is known color: Mulberry. HEX triplet: D1, 55 and 93. RGB value is (209,85,147). Sum of RGB (Red+Green+Blue) = 209+85+147=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D15593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15593 is #2EAA6C. Grayscale: #818181. Windows color (decimal): -3058285 or 9655761. OLE color: 9655761.
HSL color Cylindrical-coordinate representation of color #D15593: hue angle of 330º 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 #D15593 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 147 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.18 |
| HSL | 330º | 0.57% | 0.58% | - |
| HSV(B) | 330º | 0.59% | 0.82% | - |
| XYZ | 34.81 | 22.16 | 30.05 | - |
| YUV | 129.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 147 | 0 | 0.59 | 0.30 | 0.18 | 330 | 0.57 | 0.58 |
| Hex | D1 | 55 | 93 | 0 | 3B | 1E | 12 | 14A | 39 | 3A |
| Octal | 321 | 125 | 223 | 0 | 73 | 36 | 22 | 512 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10010011 | 0 | 111011 | 11110 | 10010 | 101001010 | 111001 | 111010 |
Color Harmonies of #D15593
Complementary color
Monochromatic Colors of #D15593
Black with #D15593
Text Example
Text Example
White with #D15593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15593; }
p { color: rgb(209,85,147); }
H1.HeaderClassName
{
color: #D15593;
}
.AnyTagClassName
{
color: #D15593;
}
</style>
background-color css
<style>
a { background-color: #D15593; }
a { background-color: rgb(209,85,147); }
div.DivClassName
{
background-color: #D15593;
}
.BgClassName
{
background-color: #D15593;
}
</style>
border-color css
<style>
span { border-color: #D15593; }
span { border-color: rgb(209,85,147); }
td.TdClassName
{
border-color: #D15593;
}
.TagClassName
{
border-color: #D15593;
}
</style>