Color: #DD5CFD

#DD5CFD Color Information

#DD5CFD is a light color. The closest websafe version is #DD5CFD. A complement of this color would be #7DFD5D, perceived brightness is 0.58, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 288°,a saturation of 98%, and a lightness of 68%.The HSV representation shows a hue of 288°, a saturation of 64%, and a value of 99%.

In a RGB color space, #DD5CFD is composed of 87% red, 36% green and 99% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 64% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 29.71, x: 0.3279, and y: 0.1960.

Color Code #DD5CFD

#DD5CFDrgb(221, 92, 253)
HEX
#DD5CFD
RGB
rgb(221, 92, 253)
HSL
hsl(288, 98%, 68%)
HSV
hsv(288, 64%, 99%)
CMYK
13%, 64%, 0%, 1%
XYZ
X: 49.71, Y: 29.71, Z: 72.20
Lab
L: 61.41, a: 67.26, b: -57.82
Name

Shades of Color #DD5CFD

Shades are created by darkening the original color #DD5CFD 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 #DD5CFD

Tints are created by lightening the original color #DD5CFD 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.

#DD5CFDrgb(221, 92, 253)

About #DD5CFD Color Code

In the HSL color space, this color has a hue angle of 288°, a saturation of 98%, and a lightness of 68%. The HSV representation shows a hue of 288°, a saturation of 64%, and a value of 99%.

  • HEX: #DD5CFD
  • RGB: rgb(221, 92, 253)
  • HSL: hsl(288, 98%, 68%)
  • HSV: hsv(288, 64%, 99%)
  • CMYK: 13.00% cyan, 64.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 49.71, 29.71, 72.20
  • Yxy: 29.71, 0.3279, 0.1960
  • Hunter Lab: 61.41, 67.26, -57.82
  • CIE-Lab: 61.41, 67.26, -57.82

In the XYZ color space, this color is represented as X: 49.71, Y: 29.71, Z: 72.20. The Yxy representation further refines this as Y: 29.71, x: 0.3279, and y: 0.1960.

In the Hunter Lab color space, this color is represented as L: 61.41, a: 67.26, and b: -57.82. Similarly, in the CIE-Lab color space, it is represented as L: 61.41, a: 67.26, and b: -57.82.

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 #DD5CFD

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

Analogous Colors of #DD5CFD

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

Split Complementary Colors of #DD5CFD

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

Tetradic Colors of #DD5CFD

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

Monochromatic Colors of #DD5CFD

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

Complementary Color of #DD5CFD

The complementary color of #DD5CFD 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 #DD5CFD

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

HTML Examples of #DD5CFD

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

Related Colors of #DD5CFD

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