Shades of Mulberry #D14789
Tints of Mulberry #D14789
RGB
CMYK
RGB Variations
Color information
#D14789 (or 0xD14789) is known color: Mulberry. HEX triplet: D1, 47 and 89. RGB value is (209,71,137). Sum of RGB (Red+Green+Blue) = 209+71+137=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D14789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14789 is #2EB876. Grayscale: #777777. Windows color (decimal): -3061879 or 8996817. OLE color: 8996817.
HSL color Cylindrical-coordinate representation of color #D14789: hue angle of 331.3º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14789 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 137 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.18 |
| HSL | 331.3º | 0.6% | 0.55% | - |
| HSV(B) | 331.3º | 0.66% | 0.82% | - |
| XYZ | 33.06 | 19.87 | 25.76 | - |
| YUV | 119.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 137 | 0 | 0.66 | 0.34 | 0.18 | 331.3 | 0.6 | 0.55 |
| Hex | D1 | 47 | 89 | 0 | 42 | 22 | 12 | 14B | 3C | 37 |
| Octal | 321 | 107 | 211 | 0 | 102 | 42 | 22 | 513 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10001001 | 0 | 1000010 | 100010 | 10010 | 101001011 | 111100 | 110111 |
Color Harmonies of #D14789
Complementary color
Monochromatic Colors of #D14789
Black with #D14789
Text Example
Text Example
White with #D14789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14789; }
p { color: rgb(209,71,137); }
H1.HeaderClassName
{
color: #D14789;
}
.AnyTagClassName
{
color: #D14789;
}
</style>
background-color css
<style>
a { background-color: #D14789; }
a { background-color: rgb(209,71,137); }
div.DivClassName
{
background-color: #D14789;
}
.BgClassName
{
background-color: #D14789;
}
</style>
border-color css
<style>
span { border-color: #D14789; }
span { border-color: rgb(209,71,137); }
td.TdClassName
{
border-color: #D14789;
}
.TagClassName
{
border-color: #D14789;
}
</style>