Shades of Mulberry #DD5399
Tints of Mulberry #DD5399
RGB
CMYK
RGB Variations
Color information
#DD5399 (or 0xDD5399) is known color: Mulberry. HEX triplet: DD, 53 and 99. RGB value is (221,83,153). Sum of RGB (Red+Green+Blue) = 221+83+153=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5399 is #22AC66. Grayscale: #848484. Windows color (decimal): -2272359 or 10048477. OLE color: 10048477.
HSL color Cylindrical-coordinate representation of color #DD5399: hue angle of 329.57º 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 #DD5399 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 153 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.13 |
| HSL | 329.57º | 0.67% | 0.6% | - |
| HSV(B) | 329.57º | 0.62% | 0.87% | - |
| XYZ | 38.66 | 23.86 | 32.7 | - |
| YUV | 132.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 153 | 0 | 0.62 | 0.31 | 0.13 | 329.57 | 0.67 | 0.6 |
| Hex | DD | 53 | 99 | 0 | 3E | 1F | D | 14A | 43 | 3C |
| Octal | 335 | 123 | 231 | 0 | 76 | 37 | 15 | 512 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10011001 | 0 | 111110 | 11111 | 1101 | 101001010 | 1000011 | 111100 |
Color Harmonies of #DD5399
Complementary color
Monochromatic Colors of #DD5399
Black with #DD5399
Text Example
Text Example
White with #DD5399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5399; }
p { color: rgb(221,83,153); }
H1.HeaderClassName
{
color: #DD5399;
}
.AnyTagClassName
{
color: #DD5399;
}
</style>
background-color css
<style>
a { background-color: #DD5399; }
a { background-color: rgb(221,83,153); }
div.DivClassName
{
background-color: #DD5399;
}
.BgClassName
{
background-color: #DD5399;
}
</style>
border-color css
<style>
span { border-color: #DD5399; }
span { border-color: rgb(221,83,153); }
td.TdClassName
{
border-color: #DD5399;
}
.TagClassName
{
border-color: #DD5399;
}
</style>