Shades of Mulberry #DD48AA
Tints of Mulberry #DD48AA
RGB
CMYK
RGB Variations
Color information
#DD48AA (or 0xDD48AA) is known color: Mulberry. HEX triplet: DD, 48 and AA. RGB value is (221,72,170). Sum of RGB (Red+Green+Blue) = 221+72+170=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD48AA is #22B755. Grayscale: #7F7F7F. Windows color (decimal): -2275158 or 11159773. OLE color: 11159773.
HSL color Cylindrical-coordinate representation of color #DD48AA: hue angle of 320.54º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD48AA is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 170 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.13 |
| HSL | 320.54º | 0.69% | 0.57% | - |
| HSV(B) | 320.54º | 0.67% | 0.87% | - |
| XYZ | 39.39 | 22.91 | 40.38 | - |
| YUV | 127.72 | 151.86 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 170 | 0 | 0.67 | 0.23 | 0.13 | 320.54 | 0.69 | 0.57 |
| Hex | DD | 48 | AA | 0 | 43 | 17 | D | 141 | 45 | 39 |
| Octal | 335 | 110 | 252 | 0 | 103 | 27 | 15 | 501 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10101010 | 0 | 1000011 | 10111 | 1101 | 101000001 | 1000101 | 111001 |
Color Harmonies of #DD48AA
Complementary color
Monochromatic Colors of #DD48AA
Black with #DD48AA
Text Example
Text Example
White with #DD48AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD48AA; }
p { color: rgb(221,72,170); }
H1.HeaderClassName
{
color: #DD48AA;
}
.AnyTagClassName
{
color: #DD48AA;
}
</style>
background-color css
<style>
a { background-color: #DD48AA; }
a { background-color: rgb(221,72,170); }
div.DivClassName
{
background-color: #DD48AA;
}
.BgClassName
{
background-color: #DD48AA;
}
</style>
border-color css
<style>
span { border-color: #DD48AA; }
span { border-color: rgb(221,72,170); }
td.TdClassName
{
border-color: #DD48AA;
}
.TagClassName
{
border-color: #DD48AA;
}
</style>