Shades of Mulberry #D140A0
Tints of Mulberry #D140A0
RGB
CMYK
RGB Variations
Color information
#D140A0 (or 0xD140A0) is known color: Mulberry. HEX triplet: D1, 40 and A0. RGB value is (209,64,160). Sum of RGB (Red+Green+Blue) = 209+64+160=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D140A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140A0 is #2EBF5F. Grayscale: #767676. Windows color (decimal): -3063648 or 10502353. OLE color: 10502353.
HSL color Cylindrical-coordinate representation of color #D140A0: hue angle of 320.28º 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 #D140A0 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 160 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.18 |
| HSL | 320.28º | 0.61% | 0.54% | - |
| HSV(B) | 320.28º | 0.69% | 0.82% | - |
| XYZ | 34.47 | 19.76 | 35.25 | - |
| YUV | 118.3 | 151.54 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 160 | 0 | 0.69 | 0.23 | 0.18 | 320.28 | 0.61 | 0.54 |
| Hex | D1 | 40 | A0 | 0 | 45 | 17 | 12 | 140 | 3D | 36 |
| Octal | 321 | 100 | 240 | 0 | 105 | 27 | 22 | 500 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10100000 | 0 | 1000101 | 10111 | 10010 | 101000000 | 111101 | 110110 |
Color Harmonies of #D140A0
Complementary color
Monochromatic Colors of #D140A0
Black with #D140A0
Text Example
Text Example
White with #D140A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140A0; }
p { color: rgb(209,64,160); }
H1.HeaderClassName
{
color: #D140A0;
}
.AnyTagClassName
{
color: #D140A0;
}
</style>
background-color css
<style>
a { background-color: #D140A0; }
a { background-color: rgb(209,64,160); }
div.DivClassName
{
background-color: #D140A0;
}
.BgClassName
{
background-color: #D140A0;
}
</style>
border-color css
<style>
span { border-color: #D140A0; }
span { border-color: rgb(209,64,160); }
td.TdClassName
{
border-color: #D140A0;
}
.TagClassName
{
border-color: #D140A0;
}
</style>