Shades of Mulberry #DD4BA5
Tints of Mulberry #DD4BA5
RGB
CMYK
RGB Variations
Color information
#DD4BA5 (or 0xDD4BA5) is known color: Mulberry. HEX triplet: DD, 4B and A5. RGB value is (221,75,165). Sum of RGB (Red+Green+Blue) = 221+75+165=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4BA5 is #22B45A. Grayscale: #808080. Windows color (decimal): -2274395 or 10832861. OLE color: 10832861.
HSL color Cylindrical-coordinate representation of color #DD4BA5: hue angle of 323.01º 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 #DD4BA5 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 165 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.13 |
| HSL | 323.01º | 0.68% | 0.58% | - |
| HSV(B) | 323.01º | 0.66% | 0.87% | - |
| XYZ | 39.13 | 23.12 | 38 | - |
| YUV | 128.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 165 | 0 | 0.66 | 0.25 | 0.13 | 323.01 | 0.68 | 0.58 |
| Hex | DD | 4B | A5 | 0 | 42 | 19 | D | 143 | 44 | 3A |
| Octal | 335 | 113 | 245 | 0 | 102 | 31 | 15 | 503 | 104 | 72 |
| Binary | 11011101 | 1001011 | 10100101 | 0 | 1000010 | 11001 | 1101 | 101000011 | 1000100 | 111010 |
Color Harmonies of #DD4BA5
Complementary color
Monochromatic Colors of #DD4BA5
Black with #DD4BA5
Text Example
Text Example
White with #DD4BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BA5; }
p { color: rgb(221,75,165); }
H1.HeaderClassName
{
color: #DD4BA5;
}
.AnyTagClassName
{
color: #DD4BA5;
}
</style>
background-color css
<style>
a { background-color: #DD4BA5; }
a { background-color: rgb(221,75,165); }
div.DivClassName
{
background-color: #DD4BA5;
}
.BgClassName
{
background-color: #DD4BA5;
}
</style>
border-color css
<style>
span { border-color: #DD4BA5; }
span { border-color: rgb(221,75,165); }
td.TdClassName
{
border-color: #DD4BA5;
}
.TagClassName
{
border-color: #DD4BA5;
}
</style>