Shades of Mulberry #DD51A0
Tints of Mulberry #DD51A0
RGB
CMYK
RGB Variations
Color information
#DD51A0 (or 0xDD51A0) is known color: Mulberry. HEX triplet: DD, 51 and A0. RGB value is (221,81,160). Sum of RGB (Red+Green+Blue) = 221+81+160=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD51A0 is #22AE5F. Grayscale: #838383. Windows color (decimal): -2272864 or 10506717. OLE color: 10506717.
HSL color Cylindrical-coordinate representation of color #DD51A0: hue angle of 326.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD51A0 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 160 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.13 |
| HSL | 326.14º | 0.67% | 0.59% | - |
| HSV(B) | 326.14º | 0.63% | 0.87% | - |
| XYZ | 39.11 | 23.8 | 35.79 | - |
| YUV | 131.87 | 143.88 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 160 | 0 | 0.63 | 0.28 | 0.13 | 326.14 | 0.67 | 0.59 |
| Hex | DD | 51 | A0 | 0 | 3F | 1C | D | 146 | 43 | 3B |
| Octal | 335 | 121 | 240 | 0 | 77 | 34 | 15 | 506 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10100000 | 0 | 111111 | 11100 | 1101 | 101000110 | 1000011 | 111011 |
Color Harmonies of #DD51A0
Complementary color
Monochromatic Colors of #DD51A0
Black with #DD51A0
Text Example
Text Example
White with #DD51A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51A0; }
p { color: rgb(221,81,160); }
H1.HeaderClassName
{
color: #DD51A0;
}
.AnyTagClassName
{
color: #DD51A0;
}
</style>
background-color css
<style>
a { background-color: #DD51A0; }
a { background-color: rgb(221,81,160); }
div.DivClassName
{
background-color: #DD51A0;
}
.BgClassName
{
background-color: #DD51A0;
}
</style>
border-color css
<style>
span { border-color: #DD51A0; }
span { border-color: rgb(221,81,160); }
td.TdClassName
{
border-color: #DD51A0;
}
.TagClassName
{
border-color: #DD51A0;
}
</style>