Shades of Mulberry #D15487
Tints of Mulberry #D15487
RGB
CMYK
RGB Variations
Color information
#D15487 (or 0xD15487) is known color: Mulberry. HEX triplet: D1, 54 and 87. RGB value is (209,84,135). Sum of RGB (Red+Green+Blue) = 209+84+135=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D15487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15487 is #2EAB78. Grayscale: #7F7F7F. Windows color (decimal): -3058553 or 8869073. OLE color: 8869073.
HSL color Cylindrical-coordinate representation of color #D15487: hue angle of 335.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 #D15487 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 135 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.18 |
| HSL | 335.52º | 0.58% | 0.57% | - |
| HSV(B) | 335.52º | 0.6% | 0.82% | - |
| XYZ | 33.84 | 21.65 | 25.32 | - |
| YUV | 127.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 135 | 0 | 0.60 | 0.35 | 0.18 | 335.52 | 0.58 | 0.57 |
| Hex | D1 | 54 | 87 | 0 | 3C | 23 | 12 | 150 | 3A | 39 |
| Octal | 321 | 124 | 207 | 0 | 74 | 43 | 22 | 520 | 72 | 71 |
| Binary | 11010001 | 1010100 | 10000111 | 0 | 111100 | 100011 | 10010 | 101010000 | 111010 | 111001 |
Color Harmonies of #D15487
Complementary color
Monochromatic Colors of #D15487
Black with #D15487
Text Example
Text Example
White with #D15487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15487; }
p { color: rgb(209,84,135); }
H1.HeaderClassName
{
color: #D15487;
}
.AnyTagClassName
{
color: #D15487;
}
</style>
background-color css
<style>
a { background-color: #D15487; }
a { background-color: rgb(209,84,135); }
div.DivClassName
{
background-color: #D15487;
}
.BgClassName
{
background-color: #D15487;
}
</style>
border-color css
<style>
span { border-color: #D15487; }
span { border-color: rgb(209,84,135); }
td.TdClassName
{
border-color: #D15487;
}
.TagClassName
{
border-color: #D15487;
}
</style>