Shades of Mulberry #D14E85
Tints of Mulberry #D14E85
RGB
CMYK
RGB Variations
Color information
#D14E85 (or 0xD14E85) is known color: Mulberry. HEX triplet: D1, 4E and 85. RGB value is (209,78,133). Sum of RGB (Red+Green+Blue) = 209+78+133=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14E85 is #2EB17A. Grayscale: #7B7B7B. Windows color (decimal): -3060091 or 8736465. OLE color: 8736465.
HSL color Cylindrical-coordinate representation of color #D14E85: hue angle of 334.81º 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 #D14E85 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 133 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.18 |
| HSL | 334.81º | 0.59% | 0.56% | - |
| HSV(B) | 334.81º | 0.63% | 0.82% | - |
| XYZ | 33.25 | 20.7 | 24.43 | - |
| YUV | 123.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 133 | 0 | 0.63 | 0.36 | 0.18 | 334.81 | 0.59 | 0.56 |
| Hex | D1 | 4E | 85 | 0 | 3F | 24 | 12 | 14F | 3B | 38 |
| Octal | 321 | 116 | 205 | 0 | 77 | 44 | 22 | 517 | 73 | 70 |
| Binary | 11010001 | 1001110 | 10000101 | 0 | 111111 | 100100 | 10010 | 101001111 | 111011 | 111000 |
Color Harmonies of #D14E85
Complementary color
Monochromatic Colors of #D14E85
Black with #D14E85
Text Example
Text Example
White with #D14E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14E85; }
p { color: rgb(209,78,133); }
H1.HeaderClassName
{
color: #D14E85;
}
.AnyTagClassName
{
color: #D14E85;
}
</style>
background-color css
<style>
a { background-color: #D14E85; }
a { background-color: rgb(209,78,133); }
div.DivClassName
{
background-color: #D14E85;
}
.BgClassName
{
background-color: #D14E85;
}
</style>
border-color css
<style>
span { border-color: #D14E85; }
span { border-color: rgb(209,78,133); }
td.TdClassName
{
border-color: #D14E85;
}
.TagClassName
{
border-color: #D14E85;
}
</style>