Shades of Mulberry #DD47AB
Tints of Mulberry #DD47AB
RGB
CMYK
RGB Variations
Color information
#DD47AB (or 0xDD47AB) is known color: Mulberry. HEX triplet: DD, 47 and AB. RGB value is (221,71,171). Sum of RGB (Red+Green+Blue) = 221+71+171=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD47AB is #22B854. Grayscale: #7F7F7F. Windows color (decimal): -2275413 or 11225053. OLE color: 11225053.
HSL color Cylindrical-coordinate representation of color #DD47AB: 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.68%. Process color model (Four color, CMYK) of #DD47AB is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 171 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.13 |
| HSL | 320º | 0.69% | 0.57% | - |
| HSV(B) | 320º | 0.68% | 0.87% | - |
| XYZ | 39.42 | 22.82 | 40.85 | - |
| YUV | 127.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 171 | 0 | 0.68 | 0.23 | 0.13 | 320 | 0.69 | 0.57 |
| Hex | DD | 47 | AB | 0 | 44 | 17 | D | 140 | 45 | 39 |
| Octal | 335 | 107 | 253 | 0 | 104 | 27 | 15 | 500 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10101011 | 0 | 1000100 | 10111 | 1101 | 101000000 | 1000101 | 111001 |
Color Harmonies of #DD47AB
Complementary color
Monochromatic Colors of #DD47AB
Black with #DD47AB
Text Example
Text Example
White with #DD47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47AB; }
p { color: rgb(221,71,171); }
H1.HeaderClassName
{
color: #DD47AB;
}
.AnyTagClassName
{
color: #DD47AB;
}
</style>
background-color css
<style>
a { background-color: #DD47AB; }
a { background-color: rgb(221,71,171); }
div.DivClassName
{
background-color: #DD47AB;
}
.BgClassName
{
background-color: #DD47AB;
}
</style>
border-color css
<style>
span { border-color: #DD47AB; }
span { border-color: rgb(221,71,171); }
td.TdClassName
{
border-color: #DD47AB;
}
.TagClassName
{
border-color: #DD47AB;
}
</style>