Shades of Mulberry #D140A1
Tints of Mulberry #D140A1
RGB
CMYK
RGB Variations
Color information
#D140A1 (or 0xD140A1) is known color: Mulberry. HEX triplet: D1, 40 and A1. RGB value is (209,64,161). Sum of RGB (Red+Green+Blue) = 209+64+161=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D140A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140A1 is #2EBF5E. Grayscale: #767676. Windows color (decimal): -3063647 or 10567889. OLE color: 10567889.
HSL color Cylindrical-coordinate representation of color #D140A1: hue angle of 319.86º 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 #D140A1 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 161 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.18 |
| HSL | 319.86º | 0.61% | 0.54% | - |
| HSV(B) | 319.86º | 0.69% | 0.82% | - |
| XYZ | 34.56 | 19.8 | 35.72 | - |
| YUV | 118.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 161 | 0 | 0.69 | 0.23 | 0.18 | 319.86 | 0.61 | 0.54 |
| Hex | D1 | 40 | A1 | 0 | 45 | 17 | 12 | 140 | 3D | 36 |
| Octal | 321 | 100 | 241 | 0 | 105 | 27 | 22 | 500 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10100001 | 0 | 1000101 | 10111 | 10010 | 101000000 | 111101 | 110110 |
Color Harmonies of #D140A1
Complementary color
Monochromatic Colors of #D140A1
Black with #D140A1
Text Example
Text Example
White with #D140A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140A1; }
p { color: rgb(209,64,161); }
H1.HeaderClassName
{
color: #D140A1;
}
.AnyTagClassName
{
color: #D140A1;
}
</style>
background-color css
<style>
a { background-color: #D140A1; }
a { background-color: rgb(209,64,161); }
div.DivClassName
{
background-color: #D140A1;
}
.BgClassName
{
background-color: #D140A1;
}
</style>
border-color css
<style>
span { border-color: #D140A1; }
span { border-color: rgb(209,64,161); }
td.TdClassName
{
border-color: #D140A1;
}
.TagClassName
{
border-color: #D140A1;
}
</style>