Shades of Mulberry #DD489E
Tints of Mulberry #DD489E
RGB
CMYK
RGB Variations
Color information
#DD489E (or 0xDD489E) is known color: Mulberry. HEX triplet: DD, 48 and 9E. RGB value is (221,72,158). Sum of RGB (Red+Green+Blue) = 221+72+158=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD489E is #22B761. Grayscale: #7E7E7E. Windows color (decimal): -2275170 or 10373341. OLE color: 10373341.
HSL color Cylindrical-coordinate representation of color #DD489E: hue angle of 325.37º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD489E is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 158 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.13 |
| HSL | 325.37º | 0.69% | 0.57% | - |
| HSV(B) | 325.37º | 0.67% | 0.87% | - |
| XYZ | 38.31 | 22.48 | 34.67 | - |
| YUV | 126.36 | 145.86 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 158 | 0 | 0.67 | 0.29 | 0.13 | 325.37 | 0.69 | 0.57 |
| Hex | DD | 48 | 9E | 0 | 43 | 1D | D | 145 | 45 | 39 |
| Octal | 335 | 110 | 236 | 0 | 103 | 35 | 15 | 505 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10011110 | 0 | 1000011 | 11101 | 1101 | 101000101 | 1000101 | 111001 |
Color Harmonies of #DD489E
Complementary color
Monochromatic Colors of #DD489E
Black with #DD489E
Text Example
Text Example
White with #DD489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD489E; }
p { color: rgb(221,72,158); }
H1.HeaderClassName
{
color: #DD489E;
}
.AnyTagClassName
{
color: #DD489E;
}
</style>
background-color css
<style>
a { background-color: #DD489E; }
a { background-color: rgb(221,72,158); }
div.DivClassName
{
background-color: #DD489E;
}
.BgClassName
{
background-color: #DD489E;
}
</style>
border-color css
<style>
span { border-color: #DD489E; }
span { border-color: rgb(221,72,158); }
td.TdClassName
{
border-color: #DD489E;
}
.TagClassName
{
border-color: #DD489E;
}
</style>