Shades of Mulberry #D14796
Tints of Mulberry #D14796
RGB
CMYK
RGB Variations
Color information
#D14796 (or 0xD14796) is known color: Mulberry. HEX triplet: D1, 47 and 96. RGB value is (209,71,150). Sum of RGB (Red+Green+Blue) = 209+71+150=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D14796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14796 is #2EB869. Grayscale: #797979. Windows color (decimal): -3061866 or 9848785. OLE color: 9848785.
HSL color Cylindrical-coordinate representation of color #D14796: hue angle of 325.65º 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 #D14796 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 150 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.18 |
| HSL | 325.65º | 0.6% | 0.55% | - |
| HSV(B) | 325.65º | 0.66% | 0.82% | - |
| XYZ | 34.05 | 20.26 | 30.97 | - |
| YUV | 121.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 150 | 0 | 0.66 | 0.28 | 0.18 | 325.65 | 0.6 | 0.55 |
| Hex | D1 | 47 | 96 | 0 | 42 | 1C | 12 | 146 | 3C | 37 |
| Octal | 321 | 107 | 226 | 0 | 102 | 34 | 22 | 506 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10010110 | 0 | 1000010 | 11100 | 10010 | 101000110 | 111100 | 110111 |
Color Harmonies of #D14796
Complementary color
Monochromatic Colors of #D14796
Black with #D14796
Text Example
Text Example
White with #D14796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14796; }
p { color: rgb(209,71,150); }
H1.HeaderClassName
{
color: #D14796;
}
.AnyTagClassName
{
color: #D14796;
}
</style>
background-color css
<style>
a { background-color: #D14796; }
a { background-color: rgb(209,71,150); }
div.DivClassName
{
background-color: #D14796;
}
.BgClassName
{
background-color: #D14796;
}
</style>
border-color css
<style>
span { border-color: #D14796; }
span { border-color: rgb(209,71,150); }
td.TdClassName
{
border-color: #D14796;
}
.TagClassName
{
border-color: #D14796;
}
</style>