Shades of Mulberry #DD4996
Tints of Mulberry #DD4996
RGB
CMYK
RGB Variations
Color information
#DD4996 (or 0xDD4996) is known color: Mulberry. HEX triplet: DD, 49 and 96. RGB value is (221,73,150). Sum of RGB (Red+Green+Blue) = 221+73+150=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4996 is #22B669. Grayscale: #7D7D7D. Windows color (decimal): -2274922 or 9849309. OLE color: 9849309.
HSL color Cylindrical-coordinate representation of color #DD4996: hue angle of 328.78º 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 #DD4996 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 150 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.13 |
| HSL | 328.78º | 0.69% | 0.58% | - |
| HSV(B) | 328.78º | 0.67% | 0.87% | - |
| XYZ | 37.71 | 22.34 | 31.18 | - |
| YUV | 126.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 150 | 0 | 0.67 | 0.32 | 0.13 | 328.78 | 0.69 | 0.58 |
| Hex | DD | 49 | 96 | 0 | 43 | 20 | D | 149 | 45 | 3A |
| Octal | 335 | 111 | 226 | 0 | 103 | 40 | 15 | 511 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10010110 | 0 | 1000011 | 100000 | 1101 | 101001001 | 1000101 | 111010 |
Color Harmonies of #DD4996
Complementary color
Monochromatic Colors of #DD4996
Black with #DD4996
Text Example
Text Example
White with #DD4996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4996; }
p { color: rgb(221,73,150); }
H1.HeaderClassName
{
color: #DD4996;
}
.AnyTagClassName
{
color: #DD4996;
}
</style>
background-color css
<style>
a { background-color: #DD4996; }
a { background-color: rgb(221,73,150); }
div.DivClassName
{
background-color: #DD4996;
}
.BgClassName
{
background-color: #DD4996;
}
</style>
border-color css
<style>
span { border-color: #DD4996; }
span { border-color: rgb(221,73,150); }
td.TdClassName
{
border-color: #DD4996;
}
.TagClassName
{
border-color: #DD4996;
}
</style>