Shades of Mulberry #DD5396
Tints of Mulberry #DD5396
RGB
CMYK
RGB Variations
Color information
#DD5396 (or 0xDD5396) is known color: Mulberry. HEX triplet: DD, 53 and 96. RGB value is (221,83,150). Sum of RGB (Red+Green+Blue) = 221+83+150=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5396 is #22AC69. Grayscale: #838383. Windows color (decimal): -2272362 or 9851869. OLE color: 9851869.
HSL color Cylindrical-coordinate representation of color #DD5396: hue angle of 330.87º 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 #DD5396 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 150 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.13 |
| HSL | 330.87º | 0.67% | 0.6% | - |
| HSV(B) | 330.87º | 0.62% | 0.87% | - |
| XYZ | 38.42 | 23.76 | 31.42 | - |
| YUV | 131.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 150 | 0 | 0.62 | 0.32 | 0.13 | 330.87 | 0.67 | 0.6 |
| Hex | DD | 53 | 96 | 0 | 3E | 20 | D | 14B | 43 | 3C |
| Octal | 335 | 123 | 226 | 0 | 76 | 40 | 15 | 513 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10010110 | 0 | 111110 | 100000 | 1101 | 101001011 | 1000011 | 111100 |
Color Harmonies of #DD5396
Complementary color
Monochromatic Colors of #DD5396
Black with #DD5396
Text Example
Text Example
White with #DD5396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5396; }
p { color: rgb(221,83,150); }
H1.HeaderClassName
{
color: #DD5396;
}
.AnyTagClassName
{
color: #DD5396;
}
</style>
background-color css
<style>
a { background-color: #DD5396; }
a { background-color: rgb(221,83,150); }
div.DivClassName
{
background-color: #DD5396;
}
.BgClassName
{
background-color: #DD5396;
}
</style>
border-color css
<style>
span { border-color: #DD5396; }
span { border-color: rgb(221,83,150); }
td.TdClassName
{
border-color: #DD5396;
}
.TagClassName
{
border-color: #DD5396;
}
</style>