Shades of Mulberry #DD54A1
Tints of Mulberry #DD54A1
RGB
CMYK
RGB Variations
Color information
#DD54A1 (or 0xDD54A1) is known color: Mulberry. HEX triplet: DD, 54 and A1. RGB value is (221,84,161). Sum of RGB (Red+Green+Blue) = 221+84+161=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54A1 is #22AB5E. Grayscale: #858585. Windows color (decimal): -2272095 or 10573021. OLE color: 10573021.
HSL color Cylindrical-coordinate representation of color #DD54A1: hue angle of 326.28º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD54A1 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 161 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.13 |
| HSL | 326.28º | 0.67% | 0.6% | - |
| HSV(B) | 326.28º | 0.62% | 0.87% | - |
| XYZ | 39.42 | 24.29 | 36.33 | - |
| YUV | 133.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 161 | 0 | 0.62 | 0.27 | 0.13 | 326.28 | 0.67 | 0.6 |
| Hex | DD | 54 | A1 | 0 | 3E | 1B | D | 146 | 43 | 3C |
| Octal | 335 | 124 | 241 | 0 | 76 | 33 | 15 | 506 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10100001 | 0 | 111110 | 11011 | 1101 | 101000110 | 1000011 | 111100 |
Color Harmonies of #DD54A1
Complementary color
Monochromatic Colors of #DD54A1
Black with #DD54A1
Text Example
Text Example
White with #DD54A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54A1; }
p { color: rgb(221,84,161); }
H1.HeaderClassName
{
color: #DD54A1;
}
.AnyTagClassName
{
color: #DD54A1;
}
</style>
background-color css
<style>
a { background-color: #DD54A1; }
a { background-color: rgb(221,84,161); }
div.DivClassName
{
background-color: #DD54A1;
}
.BgClassName
{
background-color: #DD54A1;
}
</style>
border-color css
<style>
span { border-color: #DD54A1; }
span { border-color: rgb(221,84,161); }
td.TdClassName
{
border-color: #DD54A1;
}
.TagClassName
{
border-color: #DD54A1;
}
</style>