Shades of Mulberry #DD4999
Tints of Mulberry #DD4999
RGB
CMYK
RGB Variations
Color information
#DD4999 (or 0xDD4999) is known color: Mulberry. HEX triplet: DD, 49 and 99. RGB value is (221,73,153). Sum of RGB (Red+Green+Blue) = 221+73+153=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4999 is #22B666. Grayscale: #7E7E7E. Windows color (decimal): -2274919 or 10045917. OLE color: 10045917.
HSL color Cylindrical-coordinate representation of color #DD4999: hue angle of 327.57º 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 #DD4999 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 153 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.13 |
| HSL | 327.57º | 0.69% | 0.58% | - |
| HSV(B) | 327.57º | 0.67% | 0.87% | - |
| XYZ | 37.95 | 22.44 | 32.47 | - |
| YUV | 126.37 | 143.03 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 153 | 0 | 0.67 | 0.31 | 0.13 | 327.57 | 0.69 | 0.58 |
| Hex | DD | 49 | 99 | 0 | 43 | 1F | D | 148 | 45 | 3A |
| Octal | 335 | 111 | 231 | 0 | 103 | 37 | 15 | 510 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10011001 | 0 | 1000011 | 11111 | 1101 | 101001000 | 1000101 | 111010 |
Color Harmonies of #DD4999
Complementary color
Monochromatic Colors of #DD4999
Black with #DD4999
Text Example
Text Example
White with #DD4999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4999; }
p { color: rgb(221,73,153); }
H1.HeaderClassName
{
color: #DD4999;
}
.AnyTagClassName
{
color: #DD4999;
}
</style>
background-color css
<style>
a { background-color: #DD4999; }
a { background-color: rgb(221,73,153); }
div.DivClassName
{
background-color: #DD4999;
}
.BgClassName
{
background-color: #DD4999;
}
</style>
border-color css
<style>
span { border-color: #DD4999; }
span { border-color: rgb(221,73,153); }
td.TdClassName
{
border-color: #DD4999;
}
.TagClassName
{
border-color: #DD4999;
}
</style>