Shades of Mulberry #D14D87
Tints of Mulberry #D14D87
RGB
CMYK
RGB Variations
Color information
#D14D87 (or 0xD14D87) is known color: Mulberry. HEX triplet: D1, 4D and 87. RGB value is (209,77,135). Sum of RGB (Red+Green+Blue) = 209+77+135=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14D87 is #2EB278. Grayscale: #7A7A7A. Windows color (decimal): -3060345 or 8867281. OLE color: 8867281.
HSL color Cylindrical-coordinate representation of color #D14D87: hue angle of 333.64º 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 #D14D87 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 135 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.18 |
| HSL | 333.64º | 0.59% | 0.56% | - |
| HSV(B) | 333.64º | 0.63% | 0.82% | - |
| XYZ | 33.32 | 20.61 | 25.14 | - |
| YUV | 123.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 135 | 0 | 0.63 | 0.35 | 0.18 | 333.64 | 0.59 | 0.56 |
| Hex | D1 | 4D | 87 | 0 | 3F | 23 | 12 | 14E | 3B | 38 |
| Octal | 321 | 115 | 207 | 0 | 77 | 43 | 22 | 516 | 73 | 70 |
| Binary | 11010001 | 1001101 | 10000111 | 0 | 111111 | 100011 | 10010 | 101001110 | 111011 | 111000 |
Color Harmonies of #D14D87
Complementary color
Monochromatic Colors of #D14D87
Black with #D14D87
Text Example
Text Example
White with #D14D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14D87; }
p { color: rgb(209,77,135); }
H1.HeaderClassName
{
color: #D14D87;
}
.AnyTagClassName
{
color: #D14D87;
}
</style>
background-color css
<style>
a { background-color: #D14D87; }
a { background-color: rgb(209,77,135); }
div.DivClassName
{
background-color: #D14D87;
}
.BgClassName
{
background-color: #D14D87;
}
</style>
border-color css
<style>
span { border-color: #D14D87; }
span { border-color: rgb(209,77,135); }
td.TdClassName
{
border-color: #D14D87;
}
.TagClassName
{
border-color: #D14D87;
}
</style>