Shades of Mulberry #D35896
Tints of Mulberry #D35896
RGB
CMYK
RGB Variations
Color information
#D35896 (or 0xD35896) is known color: Mulberry. HEX triplet: D3, 58 and 96. RGB value is (211,88,150). Sum of RGB (Red+Green+Blue) = 211+88+150=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D35896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35896 is #2CA769. Grayscale: #838383. Windows color (decimal): -2926442 or 9853139. OLE color: 9853139.
HSL color Cylindrical-coordinate representation of color #D35896: hue angle of 329.76º 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 #D35896 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 150 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.17 |
| HSL | 329.76º | 0.58% | 0.59% | - |
| HSV(B) | 329.76º | 0.58% | 0.83% | - |
| XYZ | 35.86 | 23.03 | 31.41 | - |
| YUV | 131.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 150 | 0 | 0.58 | 0.29 | 0.17 | 329.76 | 0.58 | 0.59 |
| Hex | D3 | 58 | 96 | 0 | 3A | 1D | 11 | 14A | 3A | 3B |
| Octal | 323 | 130 | 226 | 0 | 72 | 35 | 21 | 512 | 72 | 73 |
| Binary | 11010011 | 1011000 | 10010110 | 0 | 111010 | 11101 | 10001 | 101001010 | 111010 | 111011 |
Color Harmonies of #D35896
Complementary color
Monochromatic Colors of #D35896
Black with #D35896
Text Example
Text Example
White with #D35896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35896; }
p { color: rgb(211,88,150); }
H1.HeaderClassName
{
color: #D35896;
}
.AnyTagClassName
{
color: #D35896;
}
</style>
background-color css
<style>
a { background-color: #D35896; }
a { background-color: rgb(211,88,150); }
div.DivClassName
{
background-color: #D35896;
}
.BgClassName
{
background-color: #D35896;
}
</style>
border-color css
<style>
span { border-color: #D35896; }
span { border-color: rgb(211,88,150); }
td.TdClassName
{
border-color: #D35896;
}
.TagClassName
{
border-color: #D35896;
}
</style>