Color: #DD4ECC

#DD4ECC Color Information

#DD4ECC is a light color. The closest websafe version is #DD4ECC. A complement of this color would be #4FDE60, perceived brightness is 0.53, and the grayscale version is #969696.

In the HSL color space, this color has a hue angle of 307°,a saturation of 68%, and a lightness of 59%.The HSV representation shows a hue of 307°, a saturation of 65%, and a value of 87%.

In a RGB color space, #DD4ECC is composed of 87% red, 31% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 65% magenta, 8% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 25.21, x: 0.3808, and y: 0.2227.

Color Code #DD4ECC

#DD4ECCrgb(221, 78, 204)
HEX
#DD4ECC
RGB
rgb(221, 78, 204)
HSL
hsl(307, 68%, 59%)
HSV
hsv(307, 65%, 87%)
CMYK
0%, 65%, 8%, 13%
XYZ
X: 43.10, Y: 25.21, Z: 44.87
Lab
L: 57.28, a: 66.45, b: -36.90
Name

Shades of Color #DD4ECC

Shades are created by darkening the original color #DD4ECC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #DD4ECC

Tints are created by lightening the original color #DD4ECC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#DD4ECCrgb(221, 78, 204)

About #DD4ECC Color Code

In the HSL color space, this color has a hue angle of 307°, a saturation of 68%, and a lightness of 59%. The HSV representation shows a hue of 307°, a saturation of 65%, and a value of 87%.

  • HEX: #DD4ECC
  • RGB: rgb(221, 78, 204)
  • HSL: hsl(307, 68%, 59%)
  • HSV: hsv(307, 65%, 87%)
  • CMYK: 0.00% cyan, 65.00% magenta, 8.00% yellow, 13.00% black
  • XYZ: 43.10, 25.21, 44.87
  • Yxy: 25.21, 0.3808, 0.2227
  • Hunter Lab: 57.28, 66.45, -36.90
  • CIE-Lab: 57.28, 66.45, -36.90

In the XYZ color space, this color is represented as X: 43.10, Y: 25.21, Z: 44.87. The Yxy representation further refines this as Y: 25.21, x: 0.3808, and y: 0.2227.

In the Hunter Lab color space, this color is represented as L: 57.28, a: 66.45, and b: -36.90. Similarly, in the CIE-Lab color space, it is represented as L: 57.28, a: 66.45, and b: -36.90.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #DD4ECC

Triadic colors are three colors evenly spaced around the color wheel, including #DD4ECC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #DD4ECC

Analogous colors are adjacent to #DD4ECC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #DD4ECC

Split complementary colors are two colors adjacent to the complementary color of #DD4ECC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #DD4ECC

Tetradic colors form a rectangle on the color wheel, including #DD4ECC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #DD4ECC

Monochromatic colors are variations of #DD4ECC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #DD4ECC

The complementary color of #DD4ECC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #DD4ECC

/* Using HEX */
body {
  background-color: #dd4ecc;
}
/* Using RGB */
body {
  background-color: rgb(221, 78, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 78, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(307, 68%, 59%);
}
/* Text color */
p {
  color: #dd4ecc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dd4ecc;
}
/* Border color */
.box {
  border: 4px solid #dd4ecc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dd4ecc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dd4ecc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DD4ECC
On Black Background
#DD4ECC
On White Background
#DD4ECC

HTML Examples of #DD4ECC

<!-- Using HEX -->
<div style="background-color: #dd4ecc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(221, 78, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(221, 78, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(307, 68%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dd4ecc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dd4ecc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #dd4ecc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #dd4ecc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #dd4ecc; color: #fff; padding: 16px; border-radius: 8px;">
  #DD4ECC
</div>
#DD4ECC
On Black Background
#DD4ECC
On White Background
#DD4ECC

Related Colors of #DD4ECC

These colors are similar to #DD4ECC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.