Shades of Mulberry #DD44AA
Tints of Mulberry #DD44AA
RGB
CMYK
RGB Variations
Color information
#DD44AA (or 0xDD44AA) is known color: Mulberry. HEX triplet: DD, 44 and AA. RGB value is (221,68,170). Sum of RGB (Red+Green+Blue) = 221+68+170=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD44AA is #22BB55. Grayscale: #7D7D7D. Windows color (decimal): -2276182 or 11158749. OLE color: 11158749.
HSL color Cylindrical-coordinate representation of color #DD44AA: hue angle of 320º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD44AA is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 170 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.13 |
| HSL | 320º | 0.69% | 0.57% | - |
| HSV(B) | 320º | 0.69% | 0.87% | - |
| XYZ | 39.14 | 22.41 | 40.29 | - |
| YUV | 125.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 170 | 0 | 0.69 | 0.23 | 0.13 | 320 | 0.69 | 0.57 |
| Hex | DD | 44 | AA | 0 | 45 | 17 | D | 140 | 45 | 39 |
| Octal | 335 | 104 | 252 | 0 | 105 | 27 | 15 | 500 | 105 | 71 |
| Binary | 11011101 | 1000100 | 10101010 | 0 | 1000101 | 10111 | 1101 | 101000000 | 1000101 | 111001 |
Color Harmonies of #DD44AA
Complementary color
Monochromatic Colors of #DD44AA
Black with #DD44AA
Text Example
Text Example
White with #DD44AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44AA; }
p { color: rgb(221,68,170); }
H1.HeaderClassName
{
color: #DD44AA;
}
.AnyTagClassName
{
color: #DD44AA;
}
</style>
background-color css
<style>
a { background-color: #DD44AA; }
a { background-color: rgb(221,68,170); }
div.DivClassName
{
background-color: #DD44AA;
}
.BgClassName
{
background-color: #DD44AA;
}
</style>
border-color css
<style>
span { border-color: #DD44AA; }
span { border-color: rgb(221,68,170); }
td.TdClassName
{
border-color: #DD44AA;
}
.TagClassName
{
border-color: #DD44AA;
}
</style>