Shades of Mulberry #DD5697
Tints of Mulberry #DD5697
RGB
CMYK
RGB Variations
Color information
#DD5697 (or 0xDD5697) is known color: Mulberry. HEX triplet: DD, 56 and 97. RGB value is (221,86,151). Sum of RGB (Red+Green+Blue) = 221+86+151=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5697 is #22A968. Grayscale: #858585. Windows color (decimal): -2271593 or 9918173. OLE color: 9918173.
HSL color Cylindrical-coordinate representation of color #DD5697: hue angle of 331.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5697 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 151 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.13 |
| HSL | 331.11º | 0.67% | 0.6% | - |
| HSV(B) | 331.11º | 0.61% | 0.87% | - |
| XYZ | 38.73 | 24.26 | 31.92 | - |
| YUV | 133.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 151 | 0 | 0.61 | 0.32 | 0.13 | 331.11 | 0.67 | 0.6 |
| Hex | DD | 56 | 97 | 0 | 3D | 20 | D | 14B | 43 | 3C |
| Octal | 335 | 126 | 227 | 0 | 75 | 40 | 15 | 513 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10010111 | 0 | 111101 | 100000 | 1101 | 101001011 | 1000011 | 111100 |
Color Harmonies of #DD5697
Complementary color
Monochromatic Colors of #DD5697
Black with #DD5697
Text Example
Text Example
White with #DD5697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5697; }
p { color: rgb(221,86,151); }
H1.HeaderClassName
{
color: #DD5697;
}
.AnyTagClassName
{
color: #DD5697;
}
</style>
background-color css
<style>
a { background-color: #DD5697; }
a { background-color: rgb(221,86,151); }
div.DivClassName
{
background-color: #DD5697;
}
.BgClassName
{
background-color: #DD5697;
}
</style>
border-color css
<style>
span { border-color: #DD5697; }
span { border-color: rgb(221,86,151); }
td.TdClassName
{
border-color: #DD5697;
}
.TagClassName
{
border-color: #DD5697;
}
</style>