Shades of Mulberry #D15389
Tints of Mulberry #D15389
RGB
CMYK
RGB Variations
Color information
#D15389 (or 0xD15389) is known color: Mulberry. HEX triplet: D1, 53 and 89. RGB value is (209,83,137). Sum of RGB (Red+Green+Blue) = 209+83+137=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D15389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15389 is #2EAC76. Grayscale: #7E7E7E. Windows color (decimal): -3058807 or 8999889. OLE color: 8999889.
HSL color Cylindrical-coordinate representation of color #D15389: hue angle of 334.29º 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 #D15389 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 137 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.18 |
| HSL | 334.29º | 0.58% | 0.57% | - |
| HSV(B) | 334.29º | 0.6% | 0.82% | - |
| XYZ | 33.9 | 21.55 | 26.04 | - |
| YUV | 126.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 137 | 0 | 0.60 | 0.34 | 0.18 | 334.29 | 0.58 | 0.57 |
| Hex | D1 | 53 | 89 | 0 | 3C | 22 | 12 | 14E | 3A | 39 |
| Octal | 321 | 123 | 211 | 0 | 74 | 42 | 22 | 516 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10001001 | 0 | 111100 | 100010 | 10010 | 101001110 | 111010 | 111001 |
Color Harmonies of #D15389
Complementary color
Monochromatic Colors of #D15389
Black with #D15389
Text Example
Text Example
White with #D15389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15389; }
p { color: rgb(209,83,137); }
H1.HeaderClassName
{
color: #D15389;
}
.AnyTagClassName
{
color: #D15389;
}
</style>
background-color css
<style>
a { background-color: #D15389; }
a { background-color: rgb(209,83,137); }
div.DivClassName
{
background-color: #D15389;
}
.BgClassName
{
background-color: #D15389;
}
</style>
border-color css
<style>
span { border-color: #D15389; }
span { border-color: rgb(209,83,137); }
td.TdClassName
{
border-color: #D15389;
}
.TagClassName
{
border-color: #D15389;
}
</style>