#DDBBCD Color Information

Hex color code: #DDBBCD

A light magenta shade, #DDBBCD appears as (221, 187, 205) in RGB and (328°, 33%, 80%) in HSL. It is commonly used in modern UI design.

Try:
Color NamePlum
HEX
#DDBBCD
RGB
221, 187, 205
HSL
328°, 33%, 80%
CMYK
0%, 15%, 7%, 13%

Shades

CSS Usage
color: #DDBBCD;
background-color: #DDBBCD;
border-color: #DDBBCD;
box-shadow: 0 0 10px #DDBBCD;
border: 2px solid #DDBBCD;
Tailwind Usage
bg-[#DDBBCD]
text-[#DDBBCD]
border-[#DDBBCD]
shadow-[0_0_10px_DDBBCD]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #DDBBCD, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #DDBBCD; color: #000000; }

Badge

New Feature
.badge { background-color: #DDBBCD; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #DDBBCD; background-color: #DDBBCD15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #DDBBCD20; border-left: 4px solid #DDBBCD; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #DDBBCD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #DDBBCD in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

221, 187, 205

Red: 221 / Green: 187 / Blue: 205

HSL

328°, 33%, 80%

Hue: 328° / Saturation: 33% / Lightness: 80%

CMYK

0%, 15%, 7%, 13%

Cyan: 0% / Magenta: 15% / Yellow: 7% / Key: 13%

What color is #DDBBCD?

#DDBBCD is a magenta-red hue associated with romance and playfulness.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DDBBCD to RGB:

rgb(221, 187, 205)HEX to RGB Converter →

HEX to HSL

Convert #DDBBCD to HSL:

hsl(328, 33%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #DDBBCD to CMYK:

cmyk(0%, 15%, 7%, 13%)Color Converter →

Color Meaning and Usage

#DDBBCD is a soft magenta color with RGB values of 221, 187, 205 and HSL of 328°, 33%, 80%. This magenta-red hue evokes romance and playfulness, making it suitable for popular in mobile app design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DDBBCD is #BBDDCB, creating high-contrast pairings. For softer combinations, try analogous colors like #DCBBDD.

Use #DDBBCD in CSS: color: #DDBBCD or background-color: #DDBBCD. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #DDBBCD

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 12.06:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DDBBCD?

#DDBBCD is a soft magenta color - a magenta-red hue that evokes romance and playfulness.

What is the RGB value of #DDBBCD?

#DDBBCD in RGB is (221, 187, 205) - 221 red, 187 green, and 205 blue.

How to use #DDBBCD in CSS?

Use #DDBBCD directly in your CSS properties like color or background-color.

What colors go well with #DDBBCD?

#BBDDCB (complementary), #DCBBDD (analogous), and #C388A8 (lighter shade) work well with #DDBBCD.