Shades of Mulberry #D15089
Tints of Mulberry #D15089
RGB
CMYK
RGB Variations
Color information
#D15089 (or 0xD15089) is known color: Mulberry. HEX triplet: D1, 50 and 89. RGB value is (209,80,137). Sum of RGB (Red+Green+Blue) = 209+80+137=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D15089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15089 is #2EAF76. Grayscale: #7C7C7C. Windows color (decimal): -3059575 or 8999121. OLE color: 8999121.
HSL color Cylindrical-coordinate representation of color #D15089: hue angle of 333.49º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15089 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 137 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.18 |
| HSL | 333.49º | 0.58% | 0.57% | - |
| HSV(B) | 333.49º | 0.62% | 0.82% | - |
| XYZ | 33.68 | 21.1 | 25.96 | - |
| YUV | 125.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 137 | 0 | 0.62 | 0.34 | 0.18 | 333.49 | 0.58 | 0.57 |
| Hex | D1 | 50 | 89 | 0 | 3E | 22 | 12 | 14D | 3A | 39 |
| Octal | 321 | 120 | 211 | 0 | 76 | 42 | 22 | 515 | 72 | 71 |
| Binary | 11010001 | 1010000 | 10001001 | 0 | 111110 | 100010 | 10010 | 101001101 | 111010 | 111001 |
Color Harmonies of #D15089
Complementary color
Monochromatic Colors of #D15089
Black with #D15089
Text Example
Text Example
White with #D15089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15089; }
p { color: rgb(209,80,137); }
H1.HeaderClassName
{
color: #D15089;
}
.AnyTagClassName
{
color: #D15089;
}
</style>
background-color css
<style>
a { background-color: #D15089; }
a { background-color: rgb(209,80,137); }
div.DivClassName
{
background-color: #D15089;
}
.BgClassName
{
background-color: #D15089;
}
</style>
border-color css
<style>
span { border-color: #D15089; }
span { border-color: rgb(209,80,137); }
td.TdClassName
{
border-color: #D15089;
}
.TagClassName
{
border-color: #D15089;
}
</style>