Shades of Mulberry #DD4994
Tints of Mulberry #DD4994
RGB
CMYK
RGB Variations
Color information
#DD4994 (or 0xDD4994) is known color: Mulberry. HEX triplet: DD, 49 and 94. RGB value is (221,73,148). Sum of RGB (Red+Green+Blue) = 221+73+148=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4994 is #22B66B. Grayscale: #7D7D7D. Windows color (decimal): -2274924 or 9718237. OLE color: 9718237.
HSL color Cylindrical-coordinate representation of color #DD4994: hue angle of 329.59º 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 #DD4994 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 148 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.13 |
| HSL | 329.59º | 0.69% | 0.58% | - |
| HSV(B) | 329.59º | 0.67% | 0.87% | - |
| XYZ | 37.55 | 22.28 | 30.34 | - |
| YUV | 125.8 | 140.53 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 148 | 0 | 0.67 | 0.33 | 0.13 | 329.59 | 0.69 | 0.58 |
| Hex | DD | 49 | 94 | 0 | 43 | 21 | D | 14A | 45 | 3A |
| Octal | 335 | 111 | 224 | 0 | 103 | 41 | 15 | 512 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10010100 | 0 | 1000011 | 100001 | 1101 | 101001010 | 1000101 | 111010 |
Color Harmonies of #DD4994
Complementary color
Monochromatic Colors of #DD4994
Black with #DD4994
Text Example
Text Example
White with #DD4994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4994; }
p { color: rgb(221,73,148); }
H1.HeaderClassName
{
color: #DD4994;
}
.AnyTagClassName
{
color: #DD4994;
}
</style>
background-color css
<style>
a { background-color: #DD4994; }
a { background-color: rgb(221,73,148); }
div.DivClassName
{
background-color: #DD4994;
}
.BgClassName
{
background-color: #DD4994;
}
</style>
border-color css
<style>
span { border-color: #DD4994; }
span { border-color: rgb(221,73,148); }
td.TdClassName
{
border-color: #DD4994;
}
.TagClassName
{
border-color: #DD4994;
}
</style>