Shades of Mulberry #DD54A4
Tints of Mulberry #DD54A4
RGB
CMYK
RGB Variations
Color information
#DD54A4 (or 0xDD54A4) is known color: Mulberry. HEX triplet: DD, 54 and A4. RGB value is (221,84,164). Sum of RGB (Red+Green+Blue) = 221+84+164=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54A4 is #22AB5B. Grayscale: #858585. Windows color (decimal): -2272092 or 10769629. OLE color: 10769629.
HSL color Cylindrical-coordinate representation of color #DD54A4: hue angle of 324.96º 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 #DD54A4 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 164 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.13 |
| HSL | 324.96º | 0.67% | 0.6% | - |
| HSV(B) | 324.96º | 0.62% | 0.87% | - |
| XYZ | 39.69 | 24.39 | 37.74 | - |
| YUV | 134.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 164 | 0 | 0.62 | 0.26 | 0.13 | 324.96 | 0.67 | 0.6 |
| Hex | DD | 54 | A4 | 0 | 3E | 1A | D | 145 | 43 | 3C |
| Octal | 335 | 124 | 244 | 0 | 76 | 32 | 15 | 505 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10100100 | 0 | 111110 | 11010 | 1101 | 101000101 | 1000011 | 111100 |
Color Harmonies of #DD54A4
Complementary color
Monochromatic Colors of #DD54A4
Black with #DD54A4
Text Example
Text Example
White with #DD54A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54A4; }
p { color: rgb(221,84,164); }
H1.HeaderClassName
{
color: #DD54A4;
}
.AnyTagClassName
{
color: #DD54A4;
}
</style>
background-color css
<style>
a { background-color: #DD54A4; }
a { background-color: rgb(221,84,164); }
div.DivClassName
{
background-color: #DD54A4;
}
.BgClassName
{
background-color: #DD54A4;
}
</style>
border-color css
<style>
span { border-color: #DD54A4; }
span { border-color: rgb(221,84,164); }
td.TdClassName
{
border-color: #DD54A4;
}
.TagClassName
{
border-color: #DD54A4;
}
</style>