Plum to RGB — Color Code

#dda0dd
Format Value
HEX #dda0dd
RGB rgb(221, 160, 221)
HSL hsl(300, 47.3%, 74.7%)
CMYK cmyk(0%, 27.6%, 0%, 13.3%)
HSV hsv(300, 27.6%, 86.7%)

plum color harmonies

Tints & shades of plum

Tints (lighter)

#e0a9e0 #e3b1e3 #e6bae6 #e9c3e9 #eccbec #f0d4f0 #f3dcf3 #f6e5f6 #f9eef9 #fcf6fc

Shades (darker)

#c991c9 #b583b5 #a174a1 #8d668d #795779 #644964 #503a50 #3c2c3c #281d28 #140f14

Contrast & accessibility

The quick brown fox

On white · 2.07:1 · Fail

The quick brown fox

On black · 10.15:1 · AAA

Recommended text color: #000000

Use plum in code

CSS color: #dda0dd;
SCSS $color: #dda0dd;
Tailwind bg-[#dda0dd]
Swift UIColor(red: 0.867, green: 0.627, blue: 0.867, alpha: 1)
Android Color.parseColor("#dda0dd")
Flutter Color(0xFFDDA0DD)

Colors similar to plum

Browse all Pink colors →

What is the RGB code for plum?

The CSS color plum in RGB format is rgb(221, 160, 221). Use this value directly in CSS, SVG, and most design tools.

How do I use plum in CSS?

To apply plum in CSS:

  • Text color: color: rgb(221, 160, 221);
  • Background: background-color: rgb(221, 160, 221);
  • Border: border-color: rgb(221, 160, 221);

What are all the color format values for plum?

FormatValue
HEX#dda0dd
RGBrgb(221, 160, 221)
HSLhsl(300, 47.3%, 74.7%)
CMYKcmyk(0%, 27.6%, 0%, 13.3%)

How do I convert plum to RGB?

Select plum from the color name list in our color converter. The RGB value — rgb(221, 160, 221) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does plum belong to?

plum belongs to the pink color family. It is a light, moderately saturated color with HSL values: hue 300°, saturation 47.3%, lightness 74.7%.

How do I create lighter and darker shades of plum?

Lighter variant (lightness 89.7%): #f1d8f1. Darker variant (lightness 59.7%): #c968c9. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.