Shades of Mulberry #D34B85
Tints of Mulberry #D34B85
RGB
CMYK
RGB Variations
Color information
#D34B85 (or 0xD34B85) is known color: Mulberry. HEX triplet: D3, 4B and 85. RGB value is (211,75,133). Sum of RGB (Red+Green+Blue) = 211+75+133=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34B85 is #2CB47A. Grayscale: #7A7A7A. Windows color (decimal): -2929787 or 8735699. OLE color: 8735699.
HSL color Cylindrical-coordinate representation of color #D34B85: hue angle of 334.41º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34B85 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 133 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.17 |
| HSL | 334.41º | 0.61% | 0.56% | - |
| HSV(B) | 334.41º | 0.64% | 0.83% | - |
| XYZ | 33.61 | 20.57 | 24.39 | - |
| YUV | 122.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 133 | 0 | 0.64 | 0.37 | 0.17 | 334.41 | 0.61 | 0.56 |
| Hex | D3 | 4B | 85 | 0 | 40 | 25 | 11 | 14E | 3D | 38 |
| Octal | 323 | 113 | 205 | 0 | 100 | 45 | 21 | 516 | 75 | 70 |
| Binary | 11010011 | 1001011 | 10000101 | 0 | 1000000 | 100101 | 10001 | 101001110 | 111101 | 111000 |
Color Harmonies of #D34B85
Complementary color
Monochromatic Colors of #D34B85
Black with #D34B85
Text Example
Text Example
White with #D34B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34B85; }
p { color: rgb(211,75,133); }
H1.HeaderClassName
{
color: #D34B85;
}
.AnyTagClassName
{
color: #D34B85;
}
</style>
background-color css
<style>
a { background-color: #D34B85; }
a { background-color: rgb(211,75,133); }
div.DivClassName
{
background-color: #D34B85;
}
.BgClassName
{
background-color: #D34B85;
}
</style>
border-color css
<style>
span { border-color: #D34B85; }
span { border-color: rgb(211,75,133); }
td.TdClassName
{
border-color: #D34B85;
}
.TagClassName
{
border-color: #D34B85;
}
</style>