Shades of Mulberry #D35995
Tints of Mulberry #D35995
RGB
CMYK
RGB Variations
Color information
#D35995 (or 0xD35995) is known color: Mulberry. HEX triplet: D3, 59 and 95. RGB value is (211,89,149). Sum of RGB (Red+Green+Blue) = 211+89+149=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D35995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35995 is #2CA66A. Grayscale: #848484. Windows color (decimal): -2926187 or 9787859. OLE color: 9787859.
HSL color Cylindrical-coordinate representation of color #D35995: hue angle of 330.49º 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 #D35995 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 149 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.17 |
| HSL | 330.49º | 0.58% | 0.59% | - |
| HSV(B) | 330.49º | 0.58% | 0.83% | - |
| XYZ | 35.86 | 23.16 | 31.01 | - |
| YUV | 132.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 149 | 0 | 0.58 | 0.29 | 0.17 | 330.49 | 0.58 | 0.59 |
| Hex | D3 | 59 | 95 | 0 | 3A | 1D | 11 | 14A | 3A | 3B |
| Octal | 323 | 131 | 225 | 0 | 72 | 35 | 21 | 512 | 72 | 73 |
| Binary | 11010011 | 1011001 | 10010101 | 0 | 111010 | 11101 | 10001 | 101001010 | 111010 | 111011 |
Color Harmonies of #D35995
Complementary color
Monochromatic Colors of #D35995
Black with #D35995
Text Example
Text Example
White with #D35995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35995; }
p { color: rgb(211,89,149); }
H1.HeaderClassName
{
color: #D35995;
}
.AnyTagClassName
{
color: #D35995;
}
</style>
background-color css
<style>
a { background-color: #D35995; }
a { background-color: rgb(211,89,149); }
div.DivClassName
{
background-color: #D35995;
}
.BgClassName
{
background-color: #D35995;
}
</style>
border-color css
<style>
span { border-color: #D35995; }
span { border-color: rgb(211,89,149); }
td.TdClassName
{
border-color: #D35995;
}
.TagClassName
{
border-color: #D35995;
}
</style>