Shades of Mulberry #D349A1
Tints of Mulberry #D349A1
RGB
CMYK
RGB Variations
Color information
#D349A1 (or 0xD349A1) is known color: Mulberry. HEX triplet: D3, 49 and A1. RGB value is (211,73,161). Sum of RGB (Red+Green+Blue) = 211+73+161=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D349A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D349A1 is #2CB65E. Grayscale: #7C7C7C. Windows color (decimal): -2930271 or 10570195. OLE color: 10570195.
HSL color Cylindrical-coordinate representation of color #D349A1: hue angle of 321.74º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D349A1 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 161 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.17 |
| HSL | 321.74º | 0.61% | 0.56% | - |
| HSV(B) | 321.74º | 0.65% | 0.83% | - |
| XYZ | 35.68 | 21.19 | 35.93 | - |
| YUV | 124.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 161 | 0 | 0.65 | 0.24 | 0.17 | 321.74 | 0.61 | 0.56 |
| Hex | D3 | 49 | A1 | 0 | 41 | 18 | 11 | 142 | 3D | 38 |
| Octal | 323 | 111 | 241 | 0 | 101 | 30 | 21 | 502 | 75 | 70 |
| Binary | 11010011 | 1001001 | 10100001 | 0 | 1000001 | 11000 | 10001 | 101000010 | 111101 | 111000 |
Color Harmonies of #D349A1
Complementary color
Monochromatic Colors of #D349A1
Black with #D349A1
Text Example
Text Example
White with #D349A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D349A1; }
p { color: rgb(211,73,161); }
H1.HeaderClassName
{
color: #D349A1;
}
.AnyTagClassName
{
color: #D349A1;
}
</style>
background-color css
<style>
a { background-color: #D349A1; }
a { background-color: rgb(211,73,161); }
div.DivClassName
{
background-color: #D349A1;
}
.BgClassName
{
background-color: #D349A1;
}
</style>
border-color css
<style>
span { border-color: #D349A1; }
span { border-color: rgb(211,73,161); }
td.TdClassName
{
border-color: #D349A1;
}
.TagClassName
{
border-color: #D349A1;
}
</style>