Shades of Mulberry #DD54A2
Tints of Mulberry #DD54A2
RGB
CMYK
RGB Variations
Color information
#DD54A2 (or 0xDD54A2) is known color: Mulberry. HEX triplet: DD, 54 and A2. RGB value is (221,84,162). Sum of RGB (Red+Green+Blue) = 221+84+162=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54A2 is #22AB5D. Grayscale: #858585. Windows color (decimal): -2272094 or 10638557. OLE color: 10638557.
HSL color Cylindrical-coordinate representation of color #DD54A2: hue angle of 325.84º 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 #DD54A2 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 162 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.13 |
| HSL | 325.84º | 0.67% | 0.6% | - |
| HSV(B) | 325.84º | 0.62% | 0.87% | - |
| XYZ | 39.51 | 24.32 | 36.79 | - |
| YUV | 133.86 | 143.89 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 162 | 0 | 0.62 | 0.27 | 0.13 | 325.84 | 0.67 | 0.6 |
| Hex | DD | 54 | A2 | 0 | 3E | 1B | D | 146 | 43 | 3C |
| Octal | 335 | 124 | 242 | 0 | 76 | 33 | 15 | 506 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10100010 | 0 | 111110 | 11011 | 1101 | 101000110 | 1000011 | 111100 |
Color Harmonies of #DD54A2
Complementary color
Monochromatic Colors of #DD54A2
Black with #DD54A2
Text Example
Text Example
White with #DD54A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54A2; }
p { color: rgb(221,84,162); }
H1.HeaderClassName
{
color: #DD54A2;
}
.AnyTagClassName
{
color: #DD54A2;
}
</style>
background-color css
<style>
a { background-color: #DD54A2; }
a { background-color: rgb(221,84,162); }
div.DivClassName
{
background-color: #DD54A2;
}
.BgClassName
{
background-color: #DD54A2;
}
</style>
border-color css
<style>
span { border-color: #DD54A2; }
span { border-color: rgb(221,84,162); }
td.TdClassName
{
border-color: #DD54A2;
}
.TagClassName
{
border-color: #DD54A2;
}
</style>