Shades of Mulberry #D13EA1
Tints of Mulberry #D13EA1
RGB
CMYK
RGB Variations
Color information
#D13EA1 (or 0xD13EA1) is known color: Mulberry. HEX triplet: D1, 3E and A1. RGB value is (209,62,161). Sum of RGB (Red+Green+Blue) = 209+62+161=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13EA1 is #2EC15E. Grayscale: #747474. Windows color (decimal): -3064159 or 10567377. OLE color: 10567377.
HSL color Cylindrical-coordinate representation of color #D13EA1: hue angle of 319.59º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13EA1 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 161 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.18 |
| HSL | 319.59º | 0.62% | 0.53% | - |
| HSV(B) | 319.59º | 0.7% | 0.82% | - |
| XYZ | 34.45 | 19.57 | 35.68 | - |
| YUV | 117.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 161 | 0 | 0.70 | 0.23 | 0.18 | 319.59 | 0.62 | 0.53 |
| Hex | D1 | 3E | A1 | 0 | 46 | 17 | 12 | 140 | 3E | 35 |
| Octal | 321 | 76 | 241 | 0 | 106 | 27 | 22 | 500 | 76 | 65 |
| Binary | 11010001 | 111110 | 10100001 | 0 | 1000110 | 10111 | 10010 | 101000000 | 111110 | 110101 |
Color Harmonies of #D13EA1
Complementary color
Monochromatic Colors of #D13EA1
Black with #D13EA1
Text Example
Text Example
White with #D13EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13EA1; }
p { color: rgb(209,62,161); }
H1.HeaderClassName
{
color: #D13EA1;
}
.AnyTagClassName
{
color: #D13EA1;
}
</style>
background-color css
<style>
a { background-color: #D13EA1; }
a { background-color: rgb(209,62,161); }
div.DivClassName
{
background-color: #D13EA1;
}
.BgClassName
{
background-color: #D13EA1;
}
</style>
border-color css
<style>
span { border-color: #D13EA1; }
span { border-color: rgb(209,62,161); }
td.TdClassName
{
border-color: #D13EA1;
}
.TagClassName
{
border-color: #D13EA1;
}
</style>