Shades of Mulberry #DD4A9A
Tints of Mulberry #DD4A9A
RGB
CMYK
RGB Variations
Color information
#DD4A9A (or 0xDD4A9A) is known color: Mulberry. HEX triplet: DD, 4A and 9A. RGB value is (221,74,154). Sum of RGB (Red+Green+Blue) = 221+74+154=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A9A is #22B565. Grayscale: #7E7E7E. Windows color (decimal): -2274662 or 10111709. OLE color: 10111709.
HSL color Cylindrical-coordinate representation of color #DD4A9A: hue angle of 327.35º degrees, saturation: 0.68, 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 #DD4A9A is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 154 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.13 |
| HSL | 327.35º | 0.68% | 0.58% | - |
| HSV(B) | 327.35º | 0.67% | 0.87% | - |
| XYZ | 38.1 | 22.6 | 32.93 | - |
| YUV | 127.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 154 | 0 | 0.67 | 0.30 | 0.13 | 327.35 | 0.68 | 0.58 |
| Hex | DD | 4A | 9A | 0 | 43 | 1E | D | 147 | 44 | 3A |
| Octal | 335 | 112 | 232 | 0 | 103 | 36 | 15 | 507 | 104 | 72 |
| Binary | 11011101 | 1001010 | 10011010 | 0 | 1000011 | 11110 | 1101 | 101000111 | 1000100 | 111010 |
Color Harmonies of #DD4A9A
Complementary color
Monochromatic Colors of #DD4A9A
Black with #DD4A9A
Text Example
Text Example
White with #DD4A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A9A; }
p { color: rgb(221,74,154); }
H1.HeaderClassName
{
color: #DD4A9A;
}
.AnyTagClassName
{
color: #DD4A9A;
}
</style>
background-color css
<style>
a { background-color: #DD4A9A; }
a { background-color: rgb(221,74,154); }
div.DivClassName
{
background-color: #DD4A9A;
}
.BgClassName
{
background-color: #DD4A9A;
}
</style>
border-color css
<style>
span { border-color: #DD4A9A; }
span { border-color: rgb(221,74,154); }
td.TdClassName
{
border-color: #DD4A9A;
}
.TagClassName
{
border-color: #DD4A9A;
}
</style>