Shades of Mulberry #D34096
Tints of Mulberry #D34096
RGB
CMYK
RGB Variations
Color information
#D34096 (or 0xD34096) is known color: Mulberry. HEX triplet: D3, 40 and 96. RGB value is (211,64,150). Sum of RGB (Red+Green+Blue) = 211+64+150=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D34096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34096 is #2CBF69. Grayscale: #757575. Windows color (decimal): -2932586 or 9846995. OLE color: 9846995.
HSL color Cylindrical-coordinate representation of color #D34096: hue angle of 324.9º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34096 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 150 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.17 |
| HSL | 324.9º | 0.63% | 0.54% | - |
| HSV(B) | 324.9º | 0.7% | 0.83% | - |
| XYZ | 34.2 | 19.72 | 30.86 | - |
| YUV | 117.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 150 | 0 | 0.70 | 0.29 | 0.17 | 324.9 | 0.63 | 0.54 |
| Hex | D3 | 40 | 96 | 0 | 46 | 1D | 11 | 145 | 3F | 36 |
| Octal | 323 | 100 | 226 | 0 | 106 | 35 | 21 | 505 | 77 | 66 |
| Binary | 11010011 | 1000000 | 10010110 | 0 | 1000110 | 11101 | 10001 | 101000101 | 111111 | 110110 |
Color Harmonies of #D34096
Complementary color
Monochromatic Colors of #D34096
Black with #D34096
Text Example
Text Example
White with #D34096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34096; }
p { color: rgb(211,64,150); }
H1.HeaderClassName
{
color: #D34096;
}
.AnyTagClassName
{
color: #D34096;
}
</style>
background-color css
<style>
a { background-color: #D34096; }
a { background-color: rgb(211,64,150); }
div.DivClassName
{
background-color: #D34096;
}
.BgClassName
{
background-color: #D34096;
}
</style>
border-color css
<style>
span { border-color: #D34096; }
span { border-color: rgb(211,64,150); }
td.TdClassName
{
border-color: #D34096;
}
.TagClassName
{
border-color: #D34096;
}
</style>