Shades of Mulberry #D35197
Tints of Mulberry #D35197
RGB
CMYK
RGB Variations
Color information
#D35197 (or 0xD35197) is known color: Mulberry. HEX triplet: D3, 51 and 97. RGB value is (211,81,151). Sum of RGB (Red+Green+Blue) = 211+81+151=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D35197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35197 is #2CAE68. Grayscale: #7F7F7F. Windows color (decimal): -2928233 or 9916883. OLE color: 9916883.
HSL color Cylindrical-coordinate representation of color #D35197: hue angle of 327.69º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35197 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 151 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.17 |
| HSL | 327.69º | 0.6% | 0.57% | - |
| HSV(B) | 327.69º | 0.62% | 0.83% | - |
| XYZ | 35.39 | 21.97 | 31.65 | - |
| YUV | 127.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 151 | 0 | 0.62 | 0.28 | 0.17 | 327.69 | 0.6 | 0.57 |
| Hex | D3 | 51 | 97 | 0 | 3E | 1C | 11 | 148 | 3C | 39 |
| Octal | 323 | 121 | 227 | 0 | 76 | 34 | 21 | 510 | 74 | 71 |
| Binary | 11010011 | 1010001 | 10010111 | 0 | 111110 | 11100 | 10001 | 101001000 | 111100 | 111001 |
Color Harmonies of #D35197
Complementary color
Monochromatic Colors of #D35197
Black with #D35197
Text Example
Text Example
White with #D35197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35197; }
p { color: rgb(211,81,151); }
H1.HeaderClassName
{
color: #D35197;
}
.AnyTagClassName
{
color: #D35197;
}
</style>
background-color css
<style>
a { background-color: #D35197; }
a { background-color: rgb(211,81,151); }
div.DivClassName
{
background-color: #D35197;
}
.BgClassName
{
background-color: #D35197;
}
</style>
border-color css
<style>
span { border-color: #D35197; }
span { border-color: rgb(211,81,151); }
td.TdClassName
{
border-color: #D35197;
}
.TagClassName
{
border-color: #D35197;
}
</style>