Shades of Mulberry #D9538E
Tints of Mulberry #D9538E
RGB
CMYK
RGB Variations
Color information
#D9538E (or 0xD9538E) is known color: Mulberry. HEX triplet: D9, 53 and 8E. RGB value is (217,83,142). Sum of RGB (Red+Green+Blue) = 217+83+142=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9538E is #26AC71. Grayscale: #818181. Windows color (decimal): -2534514 or 9327577. OLE color: 9327577.
HSL color Cylindrical-coordinate representation of color #D9538E: hue angle of 333.58º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9538E is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 142 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.15 |
| HSL | 333.58º | 0.64% | 0.59% | - |
| HSV(B) | 333.58º | 0.62% | 0.85% | - |
| XYZ | 36.59 | 22.89 | 28.08 | - |
| YUV | 129.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 142 | 0 | 0.62 | 0.35 | 0.15 | 333.58 | 0.64 | 0.59 |
| Hex | D9 | 53 | 8E | 0 | 3E | 23 | F | 14E | 40 | 3B |
| Octal | 331 | 123 | 216 | 0 | 76 | 43 | 17 | 516 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10001110 | 0 | 111110 | 100011 | 1111 | 101001110 | 1000000 | 111011 |
Color Harmonies of #D9538E
Complementary color
Monochromatic Colors of #D9538E
Black with #D9538E
Text Example
Text Example
White with #D9538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9538E; }
p { color: rgb(217,83,142); }
H1.HeaderClassName
{
color: #D9538E;
}
.AnyTagClassName
{
color: #D9538E;
}
</style>
background-color css
<style>
a { background-color: #D9538E; }
a { background-color: rgb(217,83,142); }
div.DivClassName
{
background-color: #D9538E;
}
.BgClassName
{
background-color: #D9538E;
}
</style>
border-color css
<style>
span { border-color: #D9538E; }
span { border-color: rgb(217,83,142); }
td.TdClassName
{
border-color: #D9538E;
}
.TagClassName
{
border-color: #D9538E;
}
</style>