Shades of Mulberry #DD4DA6
Tints of Mulberry #DD4DA6
RGB
CMYK
RGB Variations
Color information
#DD4DA6 (or 0xDD4DA6) is known color: Mulberry. HEX triplet: DD, 4D and A6. RGB value is (221,77,166). Sum of RGB (Red+Green+Blue) = 221+77+166=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4DA6 is #22B259. Grayscale: #818181. Windows color (decimal): -2273882 or 10898909. OLE color: 10898909.
HSL color Cylindrical-coordinate representation of color #DD4DA6: hue angle of 322.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4DA6 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 166 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.13 |
| HSL | 322.92º | 0.68% | 0.58% | - |
| HSV(B) | 322.92º | 0.65% | 0.87% | - |
| XYZ | 39.36 | 23.43 | 38.53 | - |
| YUV | 130.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 166 | 0 | 0.65 | 0.25 | 0.13 | 322.92 | 0.68 | 0.58 |
| Hex | DD | 4D | A6 | 0 | 41 | 19 | D | 143 | 44 | 3A |
| Octal | 335 | 115 | 246 | 0 | 101 | 31 | 15 | 503 | 104 | 72 |
| Binary | 11011101 | 1001101 | 10100110 | 0 | 1000001 | 11001 | 1101 | 101000011 | 1000100 | 111010 |
Color Harmonies of #DD4DA6
Complementary color
Monochromatic Colors of #DD4DA6
Black with #DD4DA6
Text Example
Text Example
White with #DD4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DA6; }
p { color: rgb(221,77,166); }
H1.HeaderClassName
{
color: #DD4DA6;
}
.AnyTagClassName
{
color: #DD4DA6;
}
</style>
background-color css
<style>
a { background-color: #DD4DA6; }
a { background-color: rgb(221,77,166); }
div.DivClassName
{
background-color: #DD4DA6;
}
.BgClassName
{
background-color: #DD4DA6;
}
</style>
border-color css
<style>
span { border-color: #DD4DA6; }
span { border-color: rgb(221,77,166); }
td.TdClassName
{
border-color: #DD4DA6;
}
.TagClassName
{
border-color: #DD4DA6;
}
</style>