Shades of Mulberry #DD43AB
Tints of Mulberry #DD43AB
RGB
CMYK
RGB Variations
Color information
#DD43AB (or 0xDD43AB) is known color: Mulberry. HEX triplet: DD, 43 and AB. RGB value is (221,67,171). Sum of RGB (Red+Green+Blue) = 221+67+171=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD43AB is #22BC54. Grayscale: #7C7C7C. Windows color (decimal): -2276437 or 11224029. OLE color: 11224029.
HSL color Cylindrical-coordinate representation of color #DD43AB: hue angle of 319.48º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD43AB is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 171 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.13 |
| HSL | 319.48º | 0.69% | 0.56% | - |
| HSV(B) | 319.48º | 0.7% | 0.87% | - |
| XYZ | 39.18 | 22.33 | 40.77 | - |
| YUV | 124.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 171 | 0 | 0.70 | 0.23 | 0.13 | 319.48 | 0.69 | 0.56 |
| Hex | DD | 43 | AB | 0 | 46 | 17 | D | 13F | 45 | 38 |
| Octal | 335 | 103 | 253 | 0 | 106 | 27 | 15 | 477 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10101011 | 0 | 1000110 | 10111 | 1101 | 100111111 | 1000101 | 111000 |
Color Harmonies of #DD43AB
Complementary color
Monochromatic Colors of #DD43AB
Black with #DD43AB
Text Example
Text Example
White with #DD43AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43AB; }
p { color: rgb(221,67,171); }
H1.HeaderClassName
{
color: #DD43AB;
}
.AnyTagClassName
{
color: #DD43AB;
}
</style>
background-color css
<style>
a { background-color: #DD43AB; }
a { background-color: rgb(221,67,171); }
div.DivClassName
{
background-color: #DD43AB;
}
.BgClassName
{
background-color: #DD43AB;
}
</style>
border-color css
<style>
span { border-color: #DD43AB; }
span { border-color: rgb(221,67,171); }
td.TdClassName
{
border-color: #DD43AB;
}
.TagClassName
{
border-color: #DD43AB;
}
</style>