Shades of Mulberry #DD5599
Tints of Mulberry #DD5599
RGB
CMYK
RGB Variations
Color information
#DD5599 (or 0xDD5599) is known color: Mulberry. HEX triplet: DD, 55 and 99. RGB value is (221,85,153). Sum of RGB (Red+Green+Blue) = 221+85+153=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5599 is #22AA66. Grayscale: #858585. Windows color (decimal): -2271847 or 10048989. OLE color: 10048989.
HSL color Cylindrical-coordinate representation of color #DD5599: hue angle of 330º 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 #DD5599 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 153 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.13 |
| HSL | 330º | 0.67% | 0.6% | - |
| HSV(B) | 330º | 0.62% | 0.87% | - |
| XYZ | 38.82 | 24.17 | 32.76 | - |
| YUV | 133.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 153 | 0 | 0.62 | 0.31 | 0.13 | 330 | 0.67 | 0.6 |
| Hex | DD | 55 | 99 | 0 | 3E | 1F | D | 14A | 43 | 3C |
| Octal | 335 | 125 | 231 | 0 | 76 | 37 | 15 | 512 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10011001 | 0 | 111110 | 11111 | 1101 | 101001010 | 1000011 | 111100 |
Color Harmonies of #DD5599
Complementary color
Monochromatic Colors of #DD5599
Black with #DD5599
Text Example
Text Example
White with #DD5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5599; }
p { color: rgb(221,85,153); }
H1.HeaderClassName
{
color: #DD5599;
}
.AnyTagClassName
{
color: #DD5599;
}
</style>
background-color css
<style>
a { background-color: #DD5599; }
a { background-color: rgb(221,85,153); }
div.DivClassName
{
background-color: #DD5599;
}
.BgClassName
{
background-color: #DD5599;
}
</style>
border-color css
<style>
span { border-color: #DD5599; }
span { border-color: rgb(221,85,153); }
td.TdClassName
{
border-color: #DD5599;
}
.TagClassName
{
border-color: #DD5599;
}
</style>