Shades of Mulberry #D34196
Tints of Mulberry #D34196
RGB
CMYK
RGB Variations
Color information
#D34196 (or 0xD34196) is known color: Mulberry. HEX triplet: D3, 41 and 96. RGB value is (211,65,150). Sum of RGB (Red+Green+Blue) = 211+65+150=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D34196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34196 is #2CBE69. Grayscale: #767676. Windows color (decimal): -2932330 or 9847251. OLE color: 9847251.
HSL color Cylindrical-coordinate representation of color #D34196: hue angle of 325.07º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34196 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 150 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.17 |
| HSL | 325.07º | 0.62% | 0.54% | - |
| HSV(B) | 325.07º | 0.69% | 0.83% | - |
| XYZ | 34.26 | 19.83 | 30.88 | - |
| YUV | 118.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 150 | 0 | 0.69 | 0.29 | 0.17 | 325.07 | 0.62 | 0.54 |
| Hex | D3 | 41 | 96 | 0 | 45 | 1D | 11 | 145 | 3E | 36 |
| Octal | 323 | 101 | 226 | 0 | 105 | 35 | 21 | 505 | 76 | 66 |
| Binary | 11010011 | 1000001 | 10010110 | 0 | 1000101 | 11101 | 10001 | 101000101 | 111110 | 110110 |
Color Harmonies of #D34196
Complementary color
Monochromatic Colors of #D34196
Black with #D34196
Text Example
Text Example
White with #D34196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34196; }
p { color: rgb(211,65,150); }
H1.HeaderClassName
{
color: #D34196;
}
.AnyTagClassName
{
color: #D34196;
}
</style>
background-color css
<style>
a { background-color: #D34196; }
a { background-color: rgb(211,65,150); }
div.DivClassName
{
background-color: #D34196;
}
.BgClassName
{
background-color: #D34196;
}
</style>
border-color css
<style>
span { border-color: #D34196; }
span { border-color: rgb(211,65,150); }
td.TdClassName
{
border-color: #D34196;
}
.TagClassName
{
border-color: #D34196;
}
</style>