Shades of Mulberry #DD4991
Tints of Mulberry #DD4991
RGB
CMYK
RGB Variations
Color information
#DD4991 (or 0xDD4991) is known color: Mulberry. HEX triplet: DD, 49 and 91. RGB value is (221,73,145). Sum of RGB (Red+Green+Blue) = 221+73+145=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4991 is #22B66E. Grayscale: #7D7D7D. Windows color (decimal): -2274927 or 9521629. OLE color: 9521629.
HSL color Cylindrical-coordinate representation of color #DD4991: hue angle of 330.81º 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 #DD4991 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 145 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.13 |
| HSL | 330.81º | 0.69% | 0.58% | - |
| HSV(B) | 330.81º | 0.67% | 0.87% | - |
| XYZ | 37.31 | 22.18 | 29.1 | - |
| YUV | 125.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 145 | 0 | 0.67 | 0.34 | 0.13 | 330.81 | 0.69 | 0.58 |
| Hex | DD | 49 | 91 | 0 | 43 | 22 | D | 14B | 45 | 3A |
| Octal | 335 | 111 | 221 | 0 | 103 | 42 | 15 | 513 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10010001 | 0 | 1000011 | 100010 | 1101 | 101001011 | 1000101 | 111010 |
Color Harmonies of #DD4991
Complementary color
Monochromatic Colors of #DD4991
Black with #DD4991
Text Example
Text Example
White with #DD4991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4991; }
p { color: rgb(221,73,145); }
H1.HeaderClassName
{
color: #DD4991;
}
.AnyTagClassName
{
color: #DD4991;
}
</style>
background-color css
<style>
a { background-color: #DD4991; }
a { background-color: rgb(221,73,145); }
div.DivClassName
{
background-color: #DD4991;
}
.BgClassName
{
background-color: #DD4991;
}
</style>
border-color css
<style>
span { border-color: #DD4991; }
span { border-color: rgb(221,73,145); }
td.TdClassName
{
border-color: #DD4991;
}
.TagClassName
{
border-color: #DD4991;
}
</style>