Shades of Mulberry #D35697
Tints of Mulberry #D35697
RGB
CMYK
RGB Variations
Color information
#D35697 (or 0xD35697) is known color: Mulberry. HEX triplet: D3, 56 and 97. RGB value is (211,86,151). Sum of RGB (Red+Green+Blue) = 211+86+151=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D35697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35697 is #2CA968. Grayscale: #828282. Windows color (decimal): -2926953 or 9918163. OLE color: 9918163.
HSL color Cylindrical-coordinate representation of color #D35697: hue angle of 328.8º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35697 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 151 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.17 |
| HSL | 328.8º | 0.59% | 0.58% | - |
| HSV(B) | 328.8º | 0.59% | 0.83% | - |
| XYZ | 35.78 | 22.74 | 31.78 | - |
| YUV | 130.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 151 | 0 | 0.59 | 0.28 | 0.17 | 328.8 | 0.59 | 0.58 |
| Hex | D3 | 56 | 97 | 0 | 3B | 1C | 11 | 149 | 3B | 3A |
| Octal | 323 | 126 | 227 | 0 | 73 | 34 | 21 | 511 | 73 | 72 |
| Binary | 11010011 | 1010110 | 10010111 | 0 | 111011 | 11100 | 10001 | 101001001 | 111011 | 111010 |
Color Harmonies of #D35697
Complementary color
Monochromatic Colors of #D35697
Black with #D35697
Text Example
Text Example
White with #D35697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35697; }
p { color: rgb(211,86,151); }
H1.HeaderClassName
{
color: #D35697;
}
.AnyTagClassName
{
color: #D35697;
}
</style>
background-color css
<style>
a { background-color: #D35697; }
a { background-color: rgb(211,86,151); }
div.DivClassName
{
background-color: #D35697;
}
.BgClassName
{
background-color: #D35697;
}
</style>
border-color css
<style>
span { border-color: #D35697; }
span { border-color: rgb(211,86,151); }
td.TdClassName
{
border-color: #D35697;
}
.TagClassName
{
border-color: #D35697;
}
</style>