Shades of Mulberry #D34583
Tints of Mulberry #D34583
RGB
CMYK
RGB Variations
Color information
#D34583 (or 0xD34583) is known color: Mulberry. HEX triplet: D3, 45 and 83. RGB value is (211,69,131). Sum of RGB (Red+Green+Blue) = 211+69+131=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D34583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34583 is #2CBA7C. Grayscale: #767676. Windows color (decimal): -2931325 or 8603091. OLE color: 8603091.
HSL color Cylindrical-coordinate representation of color #D34583: hue angle of 333.8º 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 #D34583 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 131 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.17 |
| HSL | 333.8º | 0.62% | 0.55% | - |
| HSV(B) | 333.8º | 0.67% | 0.83% | - |
| XYZ | 33.09 | 19.74 | 23.54 | - |
| YUV | 118.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 131 | 0 | 0.67 | 0.38 | 0.17 | 333.8 | 0.62 | 0.55 |
| Hex | D3 | 45 | 83 | 0 | 43 | 26 | 11 | 14E | 3E | 37 |
| Octal | 323 | 105 | 203 | 0 | 103 | 46 | 21 | 516 | 76 | 67 |
| Binary | 11010011 | 1000101 | 10000011 | 0 | 1000011 | 100110 | 10001 | 101001110 | 111110 | 110111 |
Color Harmonies of #D34583
Complementary color
Monochromatic Colors of #D34583
Black with #D34583
Text Example
Text Example
White with #D34583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34583; }
p { color: rgb(211,69,131); }
H1.HeaderClassName
{
color: #D34583;
}
.AnyTagClassName
{
color: #D34583;
}
</style>
background-color css
<style>
a { background-color: #D34583; }
a { background-color: rgb(211,69,131); }
div.DivClassName
{
background-color: #D34583;
}
.BgClassName
{
background-color: #D34583;
}
</style>
border-color css
<style>
span { border-color: #D34583; }
span { border-color: rgb(211,69,131); }
td.TdClassName
{
border-color: #D34583;
}
.TagClassName
{
border-color: #D34583;
}
</style>