Shades of Mulberry #D14E86
Tints of Mulberry #D14E86
RGB
CMYK
RGB Variations
Color information
#D14E86 (or 0xD14E86) is known color: Mulberry. HEX triplet: D1, 4E and 86. RGB value is (209,78,134). Sum of RGB (Red+Green+Blue) = 209+78+134=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14E86 is #2EB179. Grayscale: #7B7B7B. Windows color (decimal): -3060090 or 8802001. OLE color: 8802001.
HSL color Cylindrical-coordinate representation of color #D14E86: hue angle of 334.35º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14E86 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 134 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.18 |
| HSL | 334.35º | 0.59% | 0.56% | - |
| HSV(B) | 334.35º | 0.63% | 0.82% | - |
| XYZ | 33.32 | 20.73 | 24.8 | - |
| YUV | 123.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 134 | 0 | 0.63 | 0.36 | 0.18 | 334.35 | 0.59 | 0.56 |
| Hex | D1 | 4E | 86 | 0 | 3F | 24 | 12 | 14E | 3B | 38 |
| Octal | 321 | 116 | 206 | 0 | 77 | 44 | 22 | 516 | 73 | 70 |
| Binary | 11010001 | 1001110 | 10000110 | 0 | 111111 | 100100 | 10010 | 101001110 | 111011 | 111000 |
Color Harmonies of #D14E86
Complementary color
Monochromatic Colors of #D14E86
Black with #D14E86
Text Example
Text Example
White with #D14E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14E86; }
p { color: rgb(209,78,134); }
H1.HeaderClassName
{
color: #D14E86;
}
.AnyTagClassName
{
color: #D14E86;
}
</style>
background-color css
<style>
a { background-color: #D14E86; }
a { background-color: rgb(209,78,134); }
div.DivClassName
{
background-color: #D14E86;
}
.BgClassName
{
background-color: #D14E86;
}
</style>
border-color css
<style>
span { border-color: #D14E86; }
span { border-color: rgb(209,78,134); }
td.TdClassName
{
border-color: #D14E86;
}
.TagClassName
{
border-color: #D14E86;
}
</style>