Shades of Mulberry #DD499F
Tints of Mulberry #DD499F
RGB
CMYK
RGB Variations
Color information
#DD499F (or 0xDD499F) is known color: Mulberry. HEX triplet: DD, 49 and 9F. RGB value is (221,73,159). Sum of RGB (Red+Green+Blue) = 221+73+159=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD499F is #22B660. Grayscale: #7E7E7E. Windows color (decimal): -2274913 or 10439133. OLE color: 10439133.
HSL color Cylindrical-coordinate representation of color #DD499F: hue angle of 325.14º 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 #DD499F is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 159 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.13 |
| HSL | 325.14º | 0.69% | 0.58% | - |
| HSV(B) | 325.14º | 0.67% | 0.87% | - |
| XYZ | 38.46 | 22.64 | 35.14 | - |
| YUV | 127.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 159 | 0 | 0.67 | 0.28 | 0.13 | 325.14 | 0.69 | 0.58 |
| Hex | DD | 49 | 9F | 0 | 43 | 1C | D | 145 | 45 | 3A |
| Octal | 335 | 111 | 237 | 0 | 103 | 34 | 15 | 505 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10011111 | 0 | 1000011 | 11100 | 1101 | 101000101 | 1000101 | 111010 |
Color Harmonies of #DD499F
Complementary color
Monochromatic Colors of #DD499F
Black with #DD499F
Text Example
Text Example
White with #DD499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD499F; }
p { color: rgb(221,73,159); }
H1.HeaderClassName
{
color: #DD499F;
}
.AnyTagClassName
{
color: #DD499F;
}
</style>
background-color css
<style>
a { background-color: #DD499F; }
a { background-color: rgb(221,73,159); }
div.DivClassName
{
background-color: #DD499F;
}
.BgClassName
{
background-color: #DD499F;
}
</style>
border-color css
<style>
span { border-color: #DD499F; }
span { border-color: rgb(221,73,159); }
td.TdClassName
{
border-color: #DD499F;
}
.TagClassName
{
border-color: #DD499F;
}
</style>