Shades of Mulberry #D34784
Tints of Mulberry #D34784
RGB
CMYK
RGB Variations
Color information
#D34784 (or 0xD34784) is known color: Mulberry. HEX triplet: D3, 47 and 84. RGB value is (211,71,132). Sum of RGB (Red+Green+Blue) = 211+71+132=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D34784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34784 is #2CB87B. Grayscale: #777777. Windows color (decimal): -2930812 or 8669139. OLE color: 8669139.
HSL color Cylindrical-coordinate representation of color #D34784: hue angle of 333.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34784 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 132 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.17 |
| HSL | 333.86º | 0.61% | 0.55% | - |
| HSV(B) | 333.86º | 0.66% | 0.83% | - |
| XYZ | 33.28 | 20.02 | 23.94 | - |
| YUV | 119.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 132 | 0 | 0.66 | 0.37 | 0.17 | 333.86 | 0.61 | 0.55 |
| Hex | D3 | 47 | 84 | 0 | 42 | 25 | 11 | 14E | 3D | 37 |
| Octal | 323 | 107 | 204 | 0 | 102 | 45 | 21 | 516 | 75 | 67 |
| Binary | 11010011 | 1000111 | 10000100 | 0 | 1000010 | 100101 | 10001 | 101001110 | 111101 | 110111 |
Color Harmonies of #D34784
Complementary color
Monochromatic Colors of #D34784
Black with #D34784
Text Example
Text Example
White with #D34784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34784; }
p { color: rgb(211,71,132); }
H1.HeaderClassName
{
color: #D34784;
}
.AnyTagClassName
{
color: #D34784;
}
</style>
background-color css
<style>
a { background-color: #D34784; }
a { background-color: rgb(211,71,132); }
div.DivClassName
{
background-color: #D34784;
}
.BgClassName
{
background-color: #D34784;
}
</style>
border-color css
<style>
span { border-color: #D34784; }
span { border-color: rgb(211,71,132); }
td.TdClassName
{
border-color: #D34784;
}
.TagClassName
{
border-color: #D34784;
}
</style>