Shades of Mulberry #DD4BA0
Tints of Mulberry #DD4BA0
RGB
CMYK
RGB Variations
Color information
#DD4BA0 (or 0xDD4BA0) is known color: Mulberry. HEX triplet: DD, 4B and A0. RGB value is (221,75,160). Sum of RGB (Red+Green+Blue) = 221+75+160=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4BA0 is #22B45F. Grayscale: #808080. Windows color (decimal): -2274400 or 10505181. OLE color: 10505181.
HSL color Cylindrical-coordinate representation of color #DD4BA0: hue angle of 325.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4BA0 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 160 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.13 |
| HSL | 325.07º | 0.68% | 0.58% | - |
| HSV(B) | 325.07º | 0.66% | 0.87% | - |
| XYZ | 38.68 | 22.94 | 35.65 | - |
| YUV | 128.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 160 | 0 | 0.66 | 0.28 | 0.13 | 325.07 | 0.68 | 0.58 |
| Hex | DD | 4B | A0 | 0 | 42 | 1C | D | 145 | 44 | 3A |
| Octal | 335 | 113 | 240 | 0 | 102 | 34 | 15 | 505 | 104 | 72 |
| Binary | 11011101 | 1001011 | 10100000 | 0 | 1000010 | 11100 | 1101 | 101000101 | 1000100 | 111010 |
Color Harmonies of #DD4BA0
Complementary color
Monochromatic Colors of #DD4BA0
Black with #DD4BA0
Text Example
Text Example
White with #DD4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BA0; }
p { color: rgb(221,75,160); }
H1.HeaderClassName
{
color: #DD4BA0;
}
.AnyTagClassName
{
color: #DD4BA0;
}
</style>
background-color css
<style>
a { background-color: #DD4BA0; }
a { background-color: rgb(221,75,160); }
div.DivClassName
{
background-color: #DD4BA0;
}
.BgClassName
{
background-color: #DD4BA0;
}
</style>
border-color css
<style>
span { border-color: #DD4BA0; }
span { border-color: rgb(221,75,160); }
td.TdClassName
{
border-color: #DD4BA0;
}
.TagClassName
{
border-color: #DD4BA0;
}
</style>