Shades of Mulberry #DD4D9A
Tints of Mulberry #DD4D9A
RGB
CMYK
RGB Variations
Color information
#DD4D9A (or 0xDD4D9A) is known color: Mulberry. HEX triplet: DD, 4D and 9A. RGB value is (221,77,154). Sum of RGB (Red+Green+Blue) = 221+77+154=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4D9A is #22B265. Grayscale: #808080. Windows color (decimal): -2273894 or 10112477. OLE color: 10112477.
HSL color Cylindrical-coordinate representation of color #DD4D9A: hue angle of 327.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 #DD4D9A is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 154 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.13 |
| HSL | 327.92º | 0.68% | 0.58% | - |
| HSV(B) | 327.92º | 0.65% | 0.87% | - |
| XYZ | 38.31 | 23.01 | 32.99 | - |
| YUV | 128.83 | 142.21 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 154 | 0 | 0.65 | 0.30 | 0.13 | 327.92 | 0.68 | 0.58 |
| Hex | DD | 4D | 9A | 0 | 41 | 1E | D | 148 | 44 | 3A |
| Octal | 335 | 115 | 232 | 0 | 101 | 36 | 15 | 510 | 104 | 72 |
| Binary | 11011101 | 1001101 | 10011010 | 0 | 1000001 | 11110 | 1101 | 101001000 | 1000100 | 111010 |
Color Harmonies of #DD4D9A
Complementary color
Monochromatic Colors of #DD4D9A
Black with #DD4D9A
Text Example
Text Example
White with #DD4D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D9A; }
p { color: rgb(221,77,154); }
H1.HeaderClassName
{
color: #DD4D9A;
}
.AnyTagClassName
{
color: #DD4D9A;
}
</style>
background-color css
<style>
a { background-color: #DD4D9A; }
a { background-color: rgb(221,77,154); }
div.DivClassName
{
background-color: #DD4D9A;
}
.BgClassName
{
background-color: #DD4D9A;
}
</style>
border-color css
<style>
span { border-color: #DD4D9A; }
span { border-color: rgb(221,77,154); }
td.TdClassName
{
border-color: #DD4D9A;
}
.TagClassName
{
border-color: #DD4D9A;
}
</style>