Shades of Mulberry #DD539E
Tints of Mulberry #DD539E
RGB
CMYK
RGB Variations
Color information
#DD539E (or 0xDD539E) is known color: Mulberry. HEX triplet: DD, 53 and 9E. RGB value is (221,83,158). Sum of RGB (Red+Green+Blue) = 221+83+158=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD539E is #22AC61. Grayscale: #848484. Windows color (decimal): -2272354 or 10376157. OLE color: 10376157.
HSL color Cylindrical-coordinate representation of color #DD539E: hue angle of 327.39º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD539E is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 158 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.13 |
| HSL | 327.39º | 0.67% | 0.6% | - |
| HSV(B) | 327.39º | 0.62% | 0.87% | - |
| XYZ | 39.08 | 24.03 | 34.93 | - |
| YUV | 132.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 158 | 0 | 0.62 | 0.29 | 0.13 | 327.39 | 0.67 | 0.6 |
| Hex | DD | 53 | 9E | 0 | 3E | 1D | D | 147 | 43 | 3C |
| Octal | 335 | 123 | 236 | 0 | 76 | 35 | 15 | 507 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10011110 | 0 | 111110 | 11101 | 1101 | 101000111 | 1000011 | 111100 |
Color Harmonies of #DD539E
Complementary color
Monochromatic Colors of #DD539E
Black with #DD539E
Text Example
Text Example
White with #DD539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD539E; }
p { color: rgb(221,83,158); }
H1.HeaderClassName
{
color: #DD539E;
}
.AnyTagClassName
{
color: #DD539E;
}
</style>
background-color css
<style>
a { background-color: #DD539E; }
a { background-color: rgb(221,83,158); }
div.DivClassName
{
background-color: #DD539E;
}
.BgClassName
{
background-color: #DD539E;
}
</style>
border-color css
<style>
span { border-color: #DD539E; }
span { border-color: rgb(221,83,158); }
td.TdClassName
{
border-color: #DD539E;
}
.TagClassName
{
border-color: #DD539E;
}
</style>