Shades of Mulberry #DD4DA4
Tints of Mulberry #DD4DA4
RGB
CMYK
RGB Variations
Color information
#DD4DA4 (or 0xDD4DA4) is known color: Mulberry. HEX triplet: DD, 4D and A4. RGB value is (221,77,164). Sum of RGB (Red+Green+Blue) = 221+77+164=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4DA4 is #22B25B. Grayscale: #818181. Windows color (decimal): -2273884 or 10767837. OLE color: 10767837.
HSL color Cylindrical-coordinate representation of color #DD4DA4: hue angle of 323.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4DA4 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 164 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.13 |
| HSL | 323.75º | 0.68% | 0.58% | - |
| HSV(B) | 323.75º | 0.65% | 0.87% | - |
| XYZ | 39.17 | 23.36 | 37.57 | - |
| YUV | 129.97 | 147.21 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 164 | 0 | 0.65 | 0.26 | 0.13 | 323.75 | 0.68 | 0.58 |
| Hex | DD | 4D | A4 | 0 | 41 | 1A | D | 144 | 44 | 3A |
| Octal | 335 | 115 | 244 | 0 | 101 | 32 | 15 | 504 | 104 | 72 |
| Binary | 11011101 | 1001101 | 10100100 | 0 | 1000001 | 11010 | 1101 | 101000100 | 1000100 | 111010 |
Color Harmonies of #DD4DA4
Complementary color
Monochromatic Colors of #DD4DA4
Black with #DD4DA4
Text Example
Text Example
White with #DD4DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DA4; }
p { color: rgb(221,77,164); }
H1.HeaderClassName
{
color: #DD4DA4;
}
.AnyTagClassName
{
color: #DD4DA4;
}
</style>
background-color css
<style>
a { background-color: #DD4DA4; }
a { background-color: rgb(221,77,164); }
div.DivClassName
{
background-color: #DD4DA4;
}
.BgClassName
{
background-color: #DD4DA4;
}
</style>
border-color css
<style>
span { border-color: #DD4DA4; }
span { border-color: rgb(221,77,164); }
td.TdClassName
{
border-color: #DD4DA4;
}
.TagClassName
{
border-color: #DD4DA4;
}
</style>