Shades of Mulberry #D13E9F
Tints of Mulberry #D13E9F
RGB
CMYK
RGB Variations
Color information
#D13E9F (or 0xD13E9F) is known color: Mulberry. HEX triplet: D1, 3E and 9F. RGB value is (209,62,159). Sum of RGB (Red+Green+Blue) = 209+62+159=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13E9F is #2EC160. Grayscale: #747474. Windows color (decimal): -3064161 or 10436305. OLE color: 10436305.
HSL color Cylindrical-coordinate representation of color #D13E9F: hue angle of 320.41º 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 #D13E9F is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 159 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.18 |
| HSL | 320.41º | 0.62% | 0.53% | - |
| HSV(B) | 320.41º | 0.7% | 0.82% | - |
| XYZ | 34.28 | 19.5 | 34.76 | - |
| YUV | 117.01 | 151.7 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 159 | 0 | 0.70 | 0.24 | 0.18 | 320.41 | 0.62 | 0.53 |
| Hex | D1 | 3E | 9F | 0 | 46 | 18 | 12 | 140 | 3E | 35 |
| Octal | 321 | 76 | 237 | 0 | 106 | 30 | 22 | 500 | 76 | 65 |
| Binary | 11010001 | 111110 | 10011111 | 0 | 1000110 | 11000 | 10010 | 101000000 | 111110 | 110101 |
Color Harmonies of #D13E9F
Complementary color
Monochromatic Colors of #D13E9F
Black with #D13E9F
Text Example
Text Example
White with #D13E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E9F; }
p { color: rgb(209,62,159); }
H1.HeaderClassName
{
color: #D13E9F;
}
.AnyTagClassName
{
color: #D13E9F;
}
</style>
background-color css
<style>
a { background-color: #D13E9F; }
a { background-color: rgb(209,62,159); }
div.DivClassName
{
background-color: #D13E9F;
}
.BgClassName
{
background-color: #D13E9F;
}
</style>
border-color css
<style>
span { border-color: #D13E9F; }
span { border-color: rgb(209,62,159); }
td.TdClassName
{
border-color: #D13E9F;
}
.TagClassName
{
border-color: #D13E9F;
}
</style>