Shades of Mulberry #D1488E
Tints of Mulberry #D1488E
RGB
CMYK
RGB Variations
Color information
#D1488E (or 0xD1488E) is known color: Mulberry. HEX triplet: D1, 48 and 8E. RGB value is (209,72,142). Sum of RGB (Red+Green+Blue) = 209+72+142=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1488E is #2EB771. Grayscale: #787878. Windows color (decimal): -3061618 or 9324753. OLE color: 9324753.
HSL color Cylindrical-coordinate representation of color #D1488E: hue angle of 329.34º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1488E is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 142 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.18 |
| HSL | 329.34º | 0.6% | 0.55% | - |
| HSV(B) | 329.34º | 0.66% | 0.82% | - |
| XYZ | 33.49 | 20.14 | 27.71 | - |
| YUV | 120.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 142 | 0 | 0.66 | 0.32 | 0.18 | 329.34 | 0.6 | 0.55 |
| Hex | D1 | 48 | 8E | 0 | 42 | 20 | 12 | 149 | 3C | 37 |
| Octal | 321 | 110 | 216 | 0 | 102 | 40 | 22 | 511 | 74 | 67 |
| Binary | 11010001 | 1001000 | 10001110 | 0 | 1000010 | 100000 | 10010 | 101001001 | 111100 | 110111 |
Color Harmonies of #D1488E
Complementary color
Monochromatic Colors of #D1488E
Black with #D1488E
Text Example
Text Example
White with #D1488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1488E; }
p { color: rgb(209,72,142); }
H1.HeaderClassName
{
color: #D1488E;
}
.AnyTagClassName
{
color: #D1488E;
}
</style>
background-color css
<style>
a { background-color: #D1488E; }
a { background-color: rgb(209,72,142); }
div.DivClassName
{
background-color: #D1488E;
}
.BgClassName
{
background-color: #D1488E;
}
</style>
border-color css
<style>
span { border-color: #D1488E; }
span { border-color: rgb(209,72,142); }
td.TdClassName
{
border-color: #D1488E;
}
.TagClassName
{
border-color: #D1488E;
}
</style>