Shades of Mulberry #D34685
Tints of Mulberry #D34685
RGB
CMYK
RGB Variations
Color information
#D34685 (or 0xD34685) is known color: Mulberry. HEX triplet: D3, 46 and 85. RGB value is (211,70,133). Sum of RGB (Red+Green+Blue) = 211+70+133=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D34685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34685 is #2CB97A. Grayscale: #777777. Windows color (decimal): -2931067 or 8734419. OLE color: 8734419.
HSL color Cylindrical-coordinate representation of color #D34685: hue angle of 333.19º 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 #D34685 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 133 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.17 |
| HSL | 333.19º | 0.62% | 0.55% | - |
| HSV(B) | 333.19º | 0.67% | 0.83% | - |
| XYZ | 33.29 | 19.92 | 24.28 | - |
| YUV | 119.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 133 | 0 | 0.67 | 0.37 | 0.17 | 333.19 | 0.62 | 0.55 |
| Hex | D3 | 46 | 85 | 0 | 43 | 25 | 11 | 14D | 3E | 37 |
| Octal | 323 | 106 | 205 | 0 | 103 | 45 | 21 | 515 | 76 | 67 |
| Binary | 11010011 | 1000110 | 10000101 | 0 | 1000011 | 100101 | 10001 | 101001101 | 111110 | 110111 |
Color Harmonies of #D34685
Complementary color
Monochromatic Colors of #D34685
Black with #D34685
Text Example
Text Example
White with #D34685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34685; }
p { color: rgb(211,70,133); }
H1.HeaderClassName
{
color: #D34685;
}
.AnyTagClassName
{
color: #D34685;
}
</style>
background-color css
<style>
a { background-color: #D34685; }
a { background-color: rgb(211,70,133); }
div.DivClassName
{
background-color: #D34685;
}
.BgClassName
{
background-color: #D34685;
}
</style>
border-color css
<style>
span { border-color: #D34685; }
span { border-color: rgb(211,70,133); }
td.TdClassName
{
border-color: #D34685;
}
.TagClassName
{
border-color: #D34685;
}
</style>