Shades of Mulberry #DD49AB
Tints of Mulberry #DD49AB
RGB
CMYK
RGB Variations
Color information
#DD49AB (or 0xDD49AB) is known color: Mulberry. HEX triplet: DD, 49 and AB. RGB value is (221,73,171). Sum of RGB (Red+Green+Blue) = 221+73+171=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD49AB is #22B654. Grayscale: #808080. Windows color (decimal): -2274901 or 11225565. OLE color: 11225565.
HSL color Cylindrical-coordinate representation of color #DD49AB: hue angle of 320.27º 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 #DD49AB is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 171 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.13 |
| HSL | 320.27º | 0.69% | 0.58% | - |
| HSV(B) | 320.27º | 0.67% | 0.87% | - |
| XYZ | 39.55 | 23.08 | 40.9 | - |
| YUV | 128.42 | 152.03 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 171 | 0 | 0.67 | 0.23 | 0.13 | 320.27 | 0.69 | 0.58 |
| Hex | DD | 49 | AB | 0 | 43 | 17 | D | 140 | 45 | 3A |
| Octal | 335 | 111 | 253 | 0 | 103 | 27 | 15 | 500 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10101011 | 0 | 1000011 | 10111 | 1101 | 101000000 | 1000101 | 111010 |
Color Harmonies of #DD49AB
Complementary color
Monochromatic Colors of #DD49AB
Black with #DD49AB
Text Example
Text Example
White with #DD49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49AB; }
p { color: rgb(221,73,171); }
H1.HeaderClassName
{
color: #DD49AB;
}
.AnyTagClassName
{
color: #DD49AB;
}
</style>
background-color css
<style>
a { background-color: #DD49AB; }
a { background-color: rgb(221,73,171); }
div.DivClassName
{
background-color: #DD49AB;
}
.BgClassName
{
background-color: #DD49AB;
}
</style>
border-color css
<style>
span { border-color: #DD49AB; }
span { border-color: rgb(221,73,171); }
td.TdClassName
{
border-color: #DD49AB;
}
.TagClassName
{
border-color: #DD49AB;
}
</style>