Color: #DD9FFD

#DD9FFD Color Information

#DD9FFD is a light color. The closest websafe version is #DD9FFD. A complement of this color would be #BFFDA0, perceived brightness is 0.74, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 280°,a saturation of 96%, and a lightness of 81%.The HSV representation shows a hue of 280°, a saturation of 37%, and a value of 99%.

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

In the Yxy color space, this color is represented as Y: 46.90, x: 0.3268, and y: 0.2600.

Color Code #DD9FFD

#DD9FFDrgb(221, 159, 253)
HEX
#DD9FFD
RGB
rgb(221, 159, 253)
HSL
hsl(280, 96%, 81%)
HSV
hsv(280, 37%, 99%)
CMYK
13%, 37%, 0%, 1%
XYZ
X: 58.94, Y: 46.90, Z: 74.52
Lab
L: 74.12, a: 35.86, b: -37.93
Name

Shades of Color #DD9FFD

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

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

#DD9FFDrgb(221, 159, 253)

About #DD9FFD Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 96%, and a lightness of 81%. The HSV representation shows a hue of 280°, a saturation of 37%, and a value of 99%.

  • HEX: #DD9FFD
  • RGB: rgb(221, 159, 253)
  • HSL: hsl(280, 96%, 81%)
  • HSV: hsv(280, 37%, 99%)
  • CMYK: 13.00% cyan, 37.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 58.94, 46.90, 74.52
  • Yxy: 46.90, 0.3268, 0.2600
  • Hunter Lab: 74.12, 35.86, -37.93
  • CIE-Lab: 74.12, 35.86, -37.93

In the XYZ color space, this color is represented as X: 58.94, Y: 46.90, Z: 74.52. The Yxy representation further refines this as Y: 46.90, x: 0.3268, and y: 0.2600.

In the Hunter Lab color space, this color is represented as L: 74.12, a: 35.86, and b: -37.93. Similarly, in the CIE-Lab color space, it is represented as L: 74.12, a: 35.86, and b: -37.93.

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

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

Analogous Colors of #DD9FFD

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

Split Complementary Colors of #DD9FFD

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

Tetradic Colors of #DD9FFD

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

Monochromatic Colors of #DD9FFD

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

Complementary Color of #DD9FFD

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

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

HTML Examples of #DD9FFD

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

Related Colors of #DD9FFD

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