Shades of Mulberry #D14E91
Tints of Mulberry #D14E91
RGB
CMYK
RGB Variations
Color information
#D14E91 (or 0xD14E91) is known color: Mulberry. HEX triplet: D1, 4E and 91. RGB value is (209,78,145). Sum of RGB (Red+Green+Blue) = 209+78+145=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14E91 is #2EB16E. Grayscale: #7C7C7C. Windows color (decimal): -3060079 or 9522897. OLE color: 9522897.
HSL color Cylindrical-coordinate representation of color #D14E91: hue angle of 329.31º 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 #D14E91 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 145 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.18 |
| HSL | 329.31º | 0.59% | 0.56% | - |
| HSV(B) | 329.31º | 0.63% | 0.82% | - |
| XYZ | 34.13 | 21.05 | 29.05 | - |
| YUV | 124.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 145 | 0 | 0.63 | 0.31 | 0.18 | 329.31 | 0.59 | 0.56 |
| Hex | D1 | 4E | 91 | 0 | 3F | 1F | 12 | 149 | 3B | 38 |
| Octal | 321 | 116 | 221 | 0 | 77 | 37 | 22 | 511 | 73 | 70 |
| Binary | 11010001 | 1001110 | 10010001 | 0 | 111111 | 11111 | 10010 | 101001001 | 111011 | 111000 |
Color Harmonies of #D14E91
Complementary color
Monochromatic Colors of #D14E91
Black with #D14E91
Text Example
Text Example
White with #D14E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14E91; }
p { color: rgb(209,78,145); }
H1.HeaderClassName
{
color: #D14E91;
}
.AnyTagClassName
{
color: #D14E91;
}
</style>
background-color css
<style>
a { background-color: #D14E91; }
a { background-color: rgb(209,78,145); }
div.DivClassName
{
background-color: #D14E91;
}
.BgClassName
{
background-color: #D14E91;
}
</style>
border-color css
<style>
span { border-color: #D14E91; }
span { border-color: rgb(209,78,145); }
td.TdClassName
{
border-color: #D14E91;
}
.TagClassName
{
border-color: #D14E91;
}
</style>