Shades of Mulberry #D140AB
Tints of Mulberry #D140AB
RGB
CMYK
RGB Variations
Color information
#D140AB (or 0xD140AB) is known color: Mulberry. HEX triplet: D1, 40 and AB. RGB value is (209,64,171). Sum of RGB (Red+Green+Blue) = 209+64+171=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D140AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140AB is #2EBF54. Grayscale: #777777. Windows color (decimal): -3063637 or 11223249. OLE color: 11223249.
HSL color Cylindrical-coordinate representation of color #D140AB: hue angle of 315.72º 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 #D140AB is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 171 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.18 |
| HSL | 315.72º | 0.61% | 0.54% | - |
| HSV(B) | 315.72º | 0.69% | 0.82% | - |
| XYZ | 35.48 | 20.16 | 40.55 | - |
| YUV | 119.55 | 157.04 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 171 | 0 | 0.69 | 0.18 | 0.18 | 315.72 | 0.61 | 0.54 |
| Hex | D1 | 40 | AB | 0 | 45 | 12 | 12 | 13C | 3D | 36 |
| Octal | 321 | 100 | 253 | 0 | 105 | 22 | 22 | 474 | 75 | 66 |
| Binary | 11010001 | 1000000 | 10101011 | 0 | 1000101 | 10010 | 10010 | 100111100 | 111101 | 110110 |
Color Harmonies of #D140AB
Complementary color
Monochromatic Colors of #D140AB
Black with #D140AB
Text Example
Text Example
White with #D140AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D140AB; }
p { color: rgb(209,64,171); }
H1.HeaderClassName
{
color: #D140AB;
}
.AnyTagClassName
{
color: #D140AB;
}
</style>
background-color css
<style>
a { background-color: #D140AB; }
a { background-color: rgb(209,64,171); }
div.DivClassName
{
background-color: #D140AB;
}
.BgClassName
{
background-color: #D140AB;
}
</style>
border-color css
<style>
span { border-color: #D140AB; }
span { border-color: rgb(209,64,171); }
td.TdClassName
{
border-color: #D140AB;
}
.TagClassName
{
border-color: #D140AB;
}
</style>