Shades of Mulberry #DD42AB
Tints of Mulberry #DD42AB
RGB
CMYK
RGB Variations
Color information
#DD42AB (or 0xDD42AB) is known color: Mulberry. HEX triplet: DD, 42 and AB. RGB value is (221,66,171). Sum of RGB (Red+Green+Blue) = 221+66+171=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42AB is #22BD54. Grayscale: #7C7C7C. Windows color (decimal): -2276693 or 11223773. OLE color: 11223773.
HSL color Cylindrical-coordinate representation of color #DD42AB: hue angle of 319.35º degrees, saturation: 0.7, 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 #DD42AB is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 171 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.13 |
| HSL | 319.35º | 0.7% | 0.56% | - |
| HSV(B) | 319.35º | 0.7% | 0.87% | - |
| XYZ | 39.12 | 22.21 | 40.75 | - |
| YUV | 124.32 | 154.35 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 171 | 0 | 0.70 | 0.23 | 0.13 | 319.35 | 0.7 | 0.56 |
| Hex | DD | 42 | AB | 0 | 46 | 17 | D | 13F | 46 | 38 |
| Octal | 335 | 102 | 253 | 0 | 106 | 27 | 15 | 477 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10101011 | 0 | 1000110 | 10111 | 1101 | 100111111 | 1000110 | 111000 |
Color Harmonies of #DD42AB
Complementary color
Monochromatic Colors of #DD42AB
Black with #DD42AB
Text Example
Text Example
White with #DD42AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42AB; }
p { color: rgb(221,66,171); }
H1.HeaderClassName
{
color: #DD42AB;
}
.AnyTagClassName
{
color: #DD42AB;
}
</style>
background-color css
<style>
a { background-color: #DD42AB; }
a { background-color: rgb(221,66,171); }
div.DivClassName
{
background-color: #DD42AB;
}
.BgClassName
{
background-color: #DD42AB;
}
</style>
border-color css
<style>
span { border-color: #DD42AB; }
span { border-color: rgb(221,66,171); }
td.TdClassName
{
border-color: #DD42AB;
}
.TagClassName
{
border-color: #DD42AB;
}
</style>