Shades of Mulberry #D141A3
Tints of Mulberry #D141A3
RGB
CMYK
RGB Variations
Color information
#D141A3 (or 0xD141A3) is known color: Mulberry. HEX triplet: D1, 41 and A3. RGB value is (209,65,163). Sum of RGB (Red+Green+Blue) = 209+65+163=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D141A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D141A3 is #2EBE5C. Grayscale: #767676. Windows color (decimal): -3063389 or 10699217. OLE color: 10699217.
HSL color Cylindrical-coordinate representation of color #D141A3: hue angle of 319.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D141A3 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 163 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.18 |
| HSL | 319.17º | 0.61% | 0.54% | - |
| HSV(B) | 319.17º | 0.69% | 0.82% | - |
| XYZ | 34.8 | 19.98 | 36.67 | - |
| YUV | 119.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 163 | 0 | 0.69 | 0.22 | 0.18 | 319.17 | 0.61 | 0.54 |
| Hex | D1 | 41 | A3 | 0 | 45 | 16 | 12 | 13F | 3D | 36 |
| Octal | 321 | 101 | 243 | 0 | 105 | 26 | 22 | 477 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10100011 | 0 | 1000101 | 10110 | 10010 | 100111111 | 111101 | 110110 |
Color Harmonies of #D141A3
Complementary color
Monochromatic Colors of #D141A3
Black with #D141A3
Text Example
Text Example
White with #D141A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D141A3; }
p { color: rgb(209,65,163); }
H1.HeaderClassName
{
color: #D141A3;
}
.AnyTagClassName
{
color: #D141A3;
}
</style>
background-color css
<style>
a { background-color: #D141A3; }
a { background-color: rgb(209,65,163); }
div.DivClassName
{
background-color: #D141A3;
}
.BgClassName
{
background-color: #D141A3;
}
</style>
border-color css
<style>
span { border-color: #D141A3; }
span { border-color: rgb(209,65,163); }
td.TdClassName
{
border-color: #D141A3;
}
.TagClassName
{
border-color: #D141A3;
}
</style>