Shades of Mulberry #D34D9E
Tints of Mulberry #D34D9E
RGB
CMYK
RGB Variations
Color information
#D34D9E (or 0xD34D9E) is known color: Mulberry. HEX triplet: D3, 4D and 9E. RGB value is (211,77,158). Sum of RGB (Red+Green+Blue) = 211+77+158=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34D9E is #2CB261. Grayscale: #7E7E7E. Windows color (decimal): -2929250 or 10374611. OLE color: 10374611.
HSL color Cylindrical-coordinate representation of color #D34D9E: hue angle of 323.73º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34D9E is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 77 | 158 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.17 |
| HSL | 323.73º | 0.6% | 0.56% | - |
| HSV(B) | 323.73º | 0.64% | 0.83% | - |
| XYZ | 35.69 | 21.63 | 34.64 | - |
| YUV | 126.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 158 | 0 | 0.64 | 0.25 | 0.17 | 323.73 | 0.6 | 0.56 |
| Hex | D3 | 4D | 9E | 0 | 40 | 19 | 11 | 144 | 3C | 38 |
| Octal | 323 | 115 | 236 | 0 | 100 | 31 | 21 | 504 | 74 | 70 |
| Binary | 11010011 | 1001101 | 10011110 | 0 | 1000000 | 11001 | 10001 | 101000100 | 111100 | 111000 |
Color Harmonies of #D34D9E
Complementary color
Monochromatic Colors of #D34D9E
Black with #D34D9E
Text Example
Text Example
White with #D34D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34D9E; }
p { color: rgb(211,77,158); }
H1.HeaderClassName
{
color: #D34D9E;
}
.AnyTagClassName
{
color: #D34D9E;
}
</style>
background-color css
<style>
a { background-color: #D34D9E; }
a { background-color: rgb(211,77,158); }
div.DivClassName
{
background-color: #D34D9E;
}
.BgClassName
{
background-color: #D34D9E;
}
</style>
border-color css
<style>
span { border-color: #D34D9E; }
span { border-color: rgb(211,77,158); }
td.TdClassName
{
border-color: #D34D9E;
}
.TagClassName
{
border-color: #D34D9E;
}
</style>