Shades of Mulberry #D139A6
Tints of Mulberry #D139A6
RGB
CMYK
RGB Variations
Color information
#D139A6 (or 0xD139A6) is known color: Mulberry. HEX triplet: D1, 39 and A6. RGB value is (209,57,166). Sum of RGB (Red+Green+Blue) = 209+57+166=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D139A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D139A6 is #2EC659. Grayscale: #727272. Windows color (decimal): -3065434 or 10893777. OLE color: 10893777.
HSL color Cylindrical-coordinate representation of color #D139A6: hue angle of 316.97º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D139A6 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 166 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.18 |
| HSL | 316.97º | 0.62% | 0.52% | - |
| HSV(B) | 316.97º | 0.73% | 0.82% | - |
| XYZ | 34.64 | 19.23 | 37.96 | - |
| YUV | 114.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 166 | 0 | 0.73 | 0.21 | 0.18 | 316.97 | 0.62 | 0.52 |
| Hex | D1 | 39 | A6 | 0 | 49 | 15 | 12 | 13D | 3E | 34 |
| Octal | 321 | 71 | 246 | 0 | 111 | 25 | 22 | 475 | 76 | 64 |
| Binary | 11010001 | 111001 | 10100110 | 0 | 1001001 | 10101 | 10010 | 100111101 | 111110 | 110100 |
Color Harmonies of #D139A6
Complementary color
Monochromatic Colors of #D139A6
Black with #D139A6
Text Example
Text Example
White with #D139A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139A6; }
p { color: rgb(209,57,166); }
H1.HeaderClassName
{
color: #D139A6;
}
.AnyTagClassName
{
color: #D139A6;
}
</style>
background-color css
<style>
a { background-color: #D139A6; }
a { background-color: rgb(209,57,166); }
div.DivClassName
{
background-color: #D139A6;
}
.BgClassName
{
background-color: #D139A6;
}
</style>
border-color css
<style>
span { border-color: #D139A6; }
span { border-color: rgb(209,57,166); }
td.TdClassName
{
border-color: #D139A6;
}
.TagClassName
{
border-color: #D139A6;
}
</style>