Shades of Mulberry #D34787
Tints of Mulberry #D34787
RGB
CMYK
RGB Variations
Color information
#D34787 (or 0xD34787) is known color: Mulberry. HEX triplet: D3, 47 and 87. RGB value is (211,71,135). Sum of RGB (Red+Green+Blue) = 211+71+135=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D34787 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34787 is #2CB878. Grayscale: #787878. Windows color (decimal): -2930809 or 8865747. OLE color: 8865747.
HSL color Cylindrical-coordinate representation of color #D34787: hue angle of 332.57º 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 #D34787 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 135 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.17 |
| HSL | 332.57º | 0.61% | 0.55% | - |
| HSV(B) | 332.57º | 0.66% | 0.83% | - |
| XYZ | 33.49 | 20.1 | 25.04 | - |
| YUV | 120.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 135 | 0 | 0.66 | 0.36 | 0.17 | 332.57 | 0.61 | 0.55 |
| Hex | D3 | 47 | 87 | 0 | 42 | 24 | 11 | 14D | 3D | 37 |
| Octal | 323 | 107 | 207 | 0 | 102 | 44 | 21 | 515 | 75 | 67 |
| Binary | 11010011 | 1000111 | 10000111 | 0 | 1000010 | 100100 | 10001 | 101001101 | 111101 | 110111 |
Color Harmonies of #D34787
Complementary color
Monochromatic Colors of #D34787
Black with #D34787
Text Example
Text Example
White with #D34787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34787; }
p { color: rgb(211,71,135); }
H1.HeaderClassName
{
color: #D34787;
}
.AnyTagClassName
{
color: #D34787;
}
</style>
background-color css
<style>
a { background-color: #D34787; }
a { background-color: rgb(211,71,135); }
div.DivClassName
{
background-color: #D34787;
}
.BgClassName
{
background-color: #D34787;
}
</style>
border-color css
<style>
span { border-color: #D34787; }
span { border-color: rgb(211,71,135); }
td.TdClassName
{
border-color: #D34787;
}
.TagClassName
{
border-color: #D34787;
}
</style>