Shades of Mulberry #DD4DA5
Tints of Mulberry #DD4DA5
RGB
CMYK
RGB Variations
Color information
#DD4DA5 (or 0xDD4DA5) is known color: Mulberry. HEX triplet: DD, 4D and A5. RGB value is (221,77,165). Sum of RGB (Red+Green+Blue) = 221+77+165=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4DA5 is #22B25A. Grayscale: #818181. Windows color (decimal): -2273883 or 10833373. OLE color: 10833373.
HSL color Cylindrical-coordinate representation of color #DD4DA5: hue angle of 323.33º 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 #DD4DA5 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 165 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.13 |
| HSL | 323.33º | 0.68% | 0.58% | - |
| HSV(B) | 323.33º | 0.65% | 0.87% | - |
| XYZ | 39.26 | 23.4 | 38.04 | - |
| YUV | 130.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 165 | 0 | 0.65 | 0.25 | 0.13 | 323.33 | 0.68 | 0.58 |
| Hex | DD | 4D | A5 | 0 | 41 | 19 | D | 143 | 44 | 3A |
| Octal | 335 | 115 | 245 | 0 | 101 | 31 | 15 | 503 | 104 | 72 |
| Binary | 11011101 | 1001101 | 10100101 | 0 | 1000001 | 11001 | 1101 | 101000011 | 1000100 | 111010 |
Color Harmonies of #DD4DA5
Complementary color
Monochromatic Colors of #DD4DA5
Black with #DD4DA5
Text Example
Text Example
White with #DD4DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DA5; }
p { color: rgb(221,77,165); }
H1.HeaderClassName
{
color: #DD4DA5;
}
.AnyTagClassName
{
color: #DD4DA5;
}
</style>
background-color css
<style>
a { background-color: #DD4DA5; }
a { background-color: rgb(221,77,165); }
div.DivClassName
{
background-color: #DD4DA5;
}
.BgClassName
{
background-color: #DD4DA5;
}
</style>
border-color css
<style>
span { border-color: #DD4DA5; }
span { border-color: rgb(221,77,165); }
td.TdClassName
{
border-color: #DD4DA5;
}
.TagClassName
{
border-color: #DD4DA5;
}
</style>