Shades of Mulberry #DD56A3
Tints of Mulberry #DD56A3
RGB
CMYK
RGB Variations
Color information
#DD56A3 (or 0xDD56A3) is known color: Mulberry. HEX triplet: DD, 56 and A3. RGB value is (221,86,163). Sum of RGB (Red+Green+Blue) = 221+86+163=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56A3 is #22A95C. Grayscale: #868686. Windows color (decimal): -2271581 or 10704605. OLE color: 10704605.
HSL color Cylindrical-coordinate representation of color #DD56A3: hue angle of 325.78º 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 #DD56A3 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 163 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.13 |
| HSL | 325.78º | 0.67% | 0.6% | - |
| HSV(B) | 325.78º | 0.61% | 0.87% | - |
| XYZ | 39.76 | 24.67 | 37.32 | - |
| YUV | 135.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 163 | 0 | 0.61 | 0.26 | 0.13 | 325.78 | 0.67 | 0.6 |
| Hex | DD | 56 | A3 | 0 | 3D | 1A | D | 146 | 43 | 3C |
| Octal | 335 | 126 | 243 | 0 | 75 | 32 | 15 | 506 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10100011 | 0 | 111101 | 11010 | 1101 | 101000110 | 1000011 | 111100 |
Color Harmonies of #DD56A3
Complementary color
Monochromatic Colors of #DD56A3
Black with #DD56A3
Text Example
Text Example
White with #DD56A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56A3; }
p { color: rgb(221,86,163); }
H1.HeaderClassName
{
color: #DD56A3;
}
.AnyTagClassName
{
color: #DD56A3;
}
</style>
background-color css
<style>
a { background-color: #DD56A3; }
a { background-color: rgb(221,86,163); }
div.DivClassName
{
background-color: #DD56A3;
}
.BgClassName
{
background-color: #DD56A3;
}
</style>
border-color css
<style>
span { border-color: #DD56A3; }
span { border-color: rgb(221,86,163); }
td.TdClassName
{
border-color: #DD56A3;
}
.TagClassName
{
border-color: #DD56A3;
}
</style>