Shades of Mulberry #DD499E
Tints of Mulberry #DD499E
RGB
CMYK
RGB Variations
Color information
#DD499E (or 0xDD499E) is known color: Mulberry. HEX triplet: DD, 49 and 9E. RGB value is (221,73,158). Sum of RGB (Red+Green+Blue) = 221+73+158=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD499E is #22B661. Grayscale: #7E7E7E. Windows color (decimal): -2274914 or 10373597. OLE color: 10373597.
HSL color Cylindrical-coordinate representation of color #DD499E: hue angle of 325.54º 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 #DD499E is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 158 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.13 |
| HSL | 325.54º | 0.69% | 0.58% | - |
| HSV(B) | 325.54º | 0.67% | 0.87% | - |
| XYZ | 38.37 | 22.61 | 34.69 | - |
| YUV | 126.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 158 | 0 | 0.67 | 0.29 | 0.13 | 325.54 | 0.69 | 0.58 |
| Hex | DD | 49 | 9E | 0 | 43 | 1D | D | 146 | 45 | 3A |
| Octal | 335 | 111 | 236 | 0 | 103 | 35 | 15 | 506 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10011110 | 0 | 1000011 | 11101 | 1101 | 101000110 | 1000101 | 111010 |
Color Harmonies of #DD499E
Complementary color
Monochromatic Colors of #DD499E
Black with #DD499E
Text Example
Text Example
White with #DD499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD499E; }
p { color: rgb(221,73,158); }
H1.HeaderClassName
{
color: #DD499E;
}
.AnyTagClassName
{
color: #DD499E;
}
</style>
background-color css
<style>
a { background-color: #DD499E; }
a { background-color: rgb(221,73,158); }
div.DivClassName
{
background-color: #DD499E;
}
.BgClassName
{
background-color: #DD499E;
}
</style>
border-color css
<style>
span { border-color: #DD499E; }
span { border-color: rgb(221,73,158); }
td.TdClassName
{
border-color: #DD499E;
}
.TagClassName
{
border-color: #DD499E;
}
</style>