Shades of Mulberry #D34584
Tints of Mulberry #D34584
RGB
CMYK
RGB Variations
Color information
#D34584 (or 0xD34584) is known color: Mulberry. HEX triplet: D3, 45 and 84. RGB value is (211,69,132). Sum of RGB (Red+Green+Blue) = 211+69+132=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D34584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34584 is #2CBA7B. Grayscale: #767676. Windows color (decimal): -2931324 or 8668627. OLE color: 8668627.
HSL color Cylindrical-coordinate representation of color #D34584: hue angle of 333.38º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34584 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 132 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.17 |
| HSL | 333.38º | 0.62% | 0.55% | - |
| HSV(B) | 333.38º | 0.67% | 0.83% | - |
| XYZ | 33.16 | 19.77 | 23.9 | - |
| YUV | 118.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 132 | 0 | 0.67 | 0.37 | 0.17 | 333.38 | 0.62 | 0.55 |
| Hex | D3 | 45 | 84 | 0 | 43 | 25 | 11 | 14D | 3E | 37 |
| Octal | 323 | 105 | 204 | 0 | 103 | 45 | 21 | 515 | 76 | 67 |
| Binary | 11010011 | 1000101 | 10000100 | 0 | 1000011 | 100101 | 10001 | 101001101 | 111110 | 110111 |
Color Harmonies of #D34584
Complementary color
Monochromatic Colors of #D34584
Black with #D34584
Text Example
Text Example
White with #D34584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34584; }
p { color: rgb(211,69,132); }
H1.HeaderClassName
{
color: #D34584;
}
.AnyTagClassName
{
color: #D34584;
}
</style>
background-color css
<style>
a { background-color: #D34584; }
a { background-color: rgb(211,69,132); }
div.DivClassName
{
background-color: #D34584;
}
.BgClassName
{
background-color: #D34584;
}
</style>
border-color css
<style>
span { border-color: #D34584; }
span { border-color: rgb(211,69,132); }
td.TdClassName
{
border-color: #D34584;
}
.TagClassName
{
border-color: #D34584;
}
</style>