Shades of Mulberry #D13B9E
Tints of Mulberry #D13B9E
RGB
CMYK
RGB Variations
Color information
#D13B9E (or 0xD13B9E) is known color: Mulberry. HEX triplet: D1, 3B and 9E. RGB value is (209,59,158). Sum of RGB (Red+Green+Blue) = 209+59+158=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B9E is #2EC461. Grayscale: #727272. Windows color (decimal): -3064930 or 10370001. OLE color: 10370001.
HSL color Cylindrical-coordinate representation of color #D13B9E: hue angle of 320.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B9E is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 158 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.18 |
| HSL | 320.4º | 0.62% | 0.53% | - |
| HSV(B) | 320.4º | 0.72% | 0.82% | - |
| XYZ | 34.03 | 19.15 | 34.25 | - |
| YUV | 115.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 158 | 0 | 0.72 | 0.24 | 0.18 | 320.4 | 0.62 | 0.53 |
| Hex | D1 | 3B | 9E | 0 | 48 | 18 | 12 | 140 | 3E | 35 |
| Octal | 321 | 73 | 236 | 0 | 110 | 30 | 22 | 500 | 76 | 65 |
| Binary | 11010001 | 111011 | 10011110 | 0 | 1001000 | 11000 | 10010 | 101000000 | 111110 | 110101 |
Color Harmonies of #D13B9E
Complementary color
Monochromatic Colors of #D13B9E
Black with #D13B9E
Text Example
Text Example
White with #D13B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B9E; }
p { color: rgb(209,59,158); }
H1.HeaderClassName
{
color: #D13B9E;
}
.AnyTagClassName
{
color: #D13B9E;
}
</style>
background-color css
<style>
a { background-color: #D13B9E; }
a { background-color: rgb(209,59,158); }
div.DivClassName
{
background-color: #D13B9E;
}
.BgClassName
{
background-color: #D13B9E;
}
</style>
border-color css
<style>
span { border-color: #D13B9E; }
span { border-color: rgb(209,59,158); }
td.TdClassName
{
border-color: #D13B9E;
}
.TagClassName
{
border-color: #D13B9E;
}
</style>