Plum Hex Code — #DDA0DD
RGB, HSL, and CMYK values for Plum.
Plum Color Values
| Format | Value |
|---|---|
| HEX | #DDA0DD |
| RGB | rgb(221, 160, 221) |
| HSL | hsl(300, 47%, 75%) |
| CMYK | cmyk(0%, 28%, 0%, 13%) |
Want to explore more shades? Use our Color Converter
About Plum
Color psychology: Tradition, sophistication.
Plum (#DDA0DD) is a light shade of purple. It's commonly used in web design, graphic design, and branding where tradition, sophistication are desired associations.
How to Use Plum in CSS
/* Using HEX */ color: #DDA0DD; background-color: #DDA0DD; /* Using RGB */ color: rgb(221, 160, 221); /* Using HSL */ color: hsl(300, 47%, 75%);