Shades of Mulberry #D35996
Tints of Mulberry #D35996
RGB
CMYK
RGB Variations
Color information
#D35996 (or 0xD35996) is known color: Mulberry. HEX triplet: D3, 59 and 96. RGB value is (211,89,150). Sum of RGB (Red+Green+Blue) = 211+89+150=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D35996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35996 is #2CA669. Grayscale: #848484. Windows color (decimal): -2926186 or 9853395. OLE color: 9853395.
HSL color Cylindrical-coordinate representation of color #D35996: hue angle of 330º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35996 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 150 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.17 |
| HSL | 330º | 0.58% | 0.59% | - |
| HSV(B) | 330º | 0.58% | 0.83% | - |
| XYZ | 35.94 | 23.2 | 31.44 | - |
| YUV | 132.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 150 | 0 | 0.58 | 0.29 | 0.17 | 330 | 0.58 | 0.59 |
| Hex | D3 | 59 | 96 | 0 | 3A | 1D | 11 | 14A | 3A | 3B |
| Octal | 323 | 131 | 226 | 0 | 72 | 35 | 21 | 512 | 72 | 73 |
| Binary | 11010011 | 1011001 | 10010110 | 0 | 111010 | 11101 | 10001 | 101001010 | 111010 | 111011 |
Color Harmonies of #D35996
Complementary color
Monochromatic Colors of #D35996
Black with #D35996
Text Example
Text Example
White with #D35996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35996; }
p { color: rgb(211,89,150); }
H1.HeaderClassName
{
color: #D35996;
}
.AnyTagClassName
{
color: #D35996;
}
</style>
background-color css
<style>
a { background-color: #D35996; }
a { background-color: rgb(211,89,150); }
div.DivClassName
{
background-color: #D35996;
}
.BgClassName
{
background-color: #D35996;
}
</style>
border-color css
<style>
span { border-color: #D35996; }
span { border-color: rgb(211,89,150); }
td.TdClassName
{
border-color: #D35996;
}
.TagClassName
{
border-color: #D35996;
}
</style>