Color #DD6AEF

HEX

#DD6AEF

RGB

(221, 106, 239)

Quick Actions

Color Values

Color Space Values
RGB
R: 221, G: 106, B: 239 (87%, 42%, 94%)
CMYK C: 8%, M: 56%, Y: 0%, K: 6%
HSL H: 292°, S: 81%, L: 68%
HSV H: 292°, S: 56%, V: 94%
CIE-LAB L: 63.27, a: 63.43, b: -47.6
CIE-LCH L: 63.27, C: 79.3, H: 323.11
Hunter-Lab L: 56.49, a: 57.75, b: -65.99
Web Safe
#cc66ff
Complementary
#7bee6a

#DD6AEF is a color with RGB values of 221 red, 106 green, and 239 blue (87%, 42%, 94% respectively). In the CMYK color space, it consists of 8% cyan, 56% magenta, 0% yellow, and 6% black. The color has a hue angle of 292°, 81% saturation, and 68% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc66ff. The complementary color is #7bee6a, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #DD6AEF

Explore different variations of #DD6AEF including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #DD6AEF. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #DD6AEF

Explore different color combinations and harmonies that work well with #DD6AEF.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #DD6AEF

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #DD6AEF

Text with #DD6AEF

This text has a font color of #DD6AEF.

<span style="color:#DD6AEF;">Text here</span>
.text { color: #DD6AEF; }

#DD6AEF background color

This paragraph has a background color of #DD6AEF.

<p style="background-color:#DD6AEF;">Content here</p>
.background { background-color: #DD6AEF; }

#DD6AEF border color

This element has a border color of #DD6AEF.
<div style="border:1px solid #DD6AEF;">Content here</div>
.border { border: 1px solid #DD6AEF; }

#DD6AEF box shadow

This element has a box shadow using #DD6AEF.
<div style="box-shadow: 0 4px 6px -1px #DD6AEF80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #DD6AEF80; }
Copied to clipboard!