Shades of Mulberry #DD56A2
Tints of Mulberry #DD56A2
RGB
CMYK
RGB Variations
Color information
#DD56A2 (or 0xDD56A2) is known color: Mulberry. HEX triplet: DD, 56 and A2. RGB value is (221,86,162). Sum of RGB (Red+Green+Blue) = 221+86+162=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56A2 is #22A95D. Grayscale: #868686. Windows color (decimal): -2271582 or 10639069. OLE color: 10639069.
HSL color Cylindrical-coordinate representation of color #DD56A2: hue angle of 326.22º 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 #DD56A2 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 162 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.13 |
| HSL | 326.22º | 0.67% | 0.6% | - |
| HSV(B) | 326.22º | 0.61% | 0.87% | - |
| XYZ | 39.67 | 24.64 | 36.85 | - |
| YUV | 135.03 | 143.23 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 162 | 0 | 0.61 | 0.27 | 0.13 | 326.22 | 0.67 | 0.6 |
| Hex | DD | 56 | A2 | 0 | 3D | 1B | D | 146 | 43 | 3C |
| Octal | 335 | 126 | 242 | 0 | 75 | 33 | 15 | 506 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10100010 | 0 | 111101 | 11011 | 1101 | 101000110 | 1000011 | 111100 |
Color Harmonies of #DD56A2
Complementary color
Monochromatic Colors of #DD56A2
Black with #DD56A2
Text Example
Text Example
White with #DD56A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56A2; }
p { color: rgb(221,86,162); }
H1.HeaderClassName
{
color: #DD56A2;
}
.AnyTagClassName
{
color: #DD56A2;
}
</style>
background-color css
<style>
a { background-color: #DD56A2; }
a { background-color: rgb(221,86,162); }
div.DivClassName
{
background-color: #DD56A2;
}
.BgClassName
{
background-color: #DD56A2;
}
</style>
border-color css
<style>
span { border-color: #DD56A2; }
span { border-color: rgb(221,86,162); }
td.TdClassName
{
border-color: #DD56A2;
}
.TagClassName
{
border-color: #DD56A2;
}
</style>