Shades of Mulberry #DD49AA
Tints of Mulberry #DD49AA
RGB
CMYK
RGB Variations
Color information
#DD49AA (or 0xDD49AA) is known color: Mulberry. HEX triplet: DD, 49 and AA. RGB value is (221,73,170). Sum of RGB (Red+Green+Blue) = 221+73+170=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD49AA is #22B655. Grayscale: #808080. Windows color (decimal): -2274902 or 11160029. OLE color: 11160029.
HSL color Cylindrical-coordinate representation of color #DD49AA: hue angle of 320.68º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD49AA is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 170 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.13 |
| HSL | 320.68º | 0.69% | 0.58% | - |
| HSV(B) | 320.68º | 0.67% | 0.87% | - |
| XYZ | 39.46 | 23.04 | 40.4 | - |
| YUV | 128.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 170 | 0 | 0.67 | 0.23 | 0.13 | 320.68 | 0.69 | 0.58 |
| Hex | DD | 49 | AA | 0 | 43 | 17 | D | 141 | 45 | 3A |
| Octal | 335 | 111 | 252 | 0 | 103 | 27 | 15 | 501 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10101010 | 0 | 1000011 | 10111 | 1101 | 101000001 | 1000101 | 111010 |
Color Harmonies of #DD49AA
Complementary color
Monochromatic Colors of #DD49AA
Black with #DD49AA
Text Example
Text Example
White with #DD49AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49AA; }
p { color: rgb(221,73,170); }
H1.HeaderClassName
{
color: #DD49AA;
}
.AnyTagClassName
{
color: #DD49AA;
}
</style>
background-color css
<style>
a { background-color: #DD49AA; }
a { background-color: rgb(221,73,170); }
div.DivClassName
{
background-color: #DD49AA;
}
.BgClassName
{
background-color: #DD49AA;
}
</style>
border-color css
<style>
span { border-color: #DD49AA; }
span { border-color: rgb(221,73,170); }
td.TdClassName
{
border-color: #DD49AA;
}
.TagClassName
{
border-color: #DD49AA;
}
</style>