Shades of Mulberry #DD4DA1
Tints of Mulberry #DD4DA1
RGB
CMYK
RGB Variations
Color information
#DD4DA1 (or 0xDD4DA1) is known color: Mulberry. HEX triplet: DD, 4D and A1. RGB value is (221,77,161). Sum of RGB (Red+Green+Blue) = 221+77+161=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4DA1 is #22B25E. Grayscale: #818181. Windows color (decimal): -2273887 or 10571229. OLE color: 10571229.
HSL color Cylindrical-coordinate representation of color #DD4DA1: hue angle of 325º 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 #DD4DA1 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 161 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.13 |
| HSL | 325º | 0.68% | 0.58% | - |
| HSV(B) | 325º | 0.65% | 0.87% | - |
| XYZ | 38.91 | 23.25 | 36.16 | - |
| YUV | 129.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 161 | 0 | 0.65 | 0.27 | 0.13 | 325 | 0.68 | 0.58 |
| Hex | DD | 4D | A1 | 0 | 41 | 1B | D | 145 | 44 | 3A |
| Octal | 335 | 115 | 241 | 0 | 101 | 33 | 15 | 505 | 104 | 72 |
| Binary | 11011101 | 1001101 | 10100001 | 0 | 1000001 | 11011 | 1101 | 101000101 | 1000100 | 111010 |
Color Harmonies of #DD4DA1
Complementary color
Monochromatic Colors of #DD4DA1
Black with #DD4DA1
Text Example
Text Example
White with #DD4DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DA1; }
p { color: rgb(221,77,161); }
H1.HeaderClassName
{
color: #DD4DA1;
}
.AnyTagClassName
{
color: #DD4DA1;
}
</style>
background-color css
<style>
a { background-color: #DD4DA1; }
a { background-color: rgb(221,77,161); }
div.DivClassName
{
background-color: #DD4DA1;
}
.BgClassName
{
background-color: #DD4DA1;
}
</style>
border-color css
<style>
span { border-color: #DD4DA1; }
span { border-color: rgb(221,77,161); }
td.TdClassName
{
border-color: #DD4DA1;
}
.TagClassName
{
border-color: #DD4DA1;
}
</style>