Color: #DD9AFC

#DD9AFC Color Information

#DD9AFC is a light color. The closest websafe version is #DD9AFC. A complement of this color would be #BAFC9C, perceived brightness is 0.73, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 281°,a saturation of 94%, and a lightness of 80%.The HSV representation shows a hue of 281°, a saturation of 100%, and a value of 100%.

In a RGB color space, #DD9AFC is composed of 87% red, 60% green and 99% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 39% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 45.15, x: 0.3276, and y: 0.2555.

Color Code #DD9AFC

HEX
#DD9AFC
RGB
rgb(221, 154, 252)
HSL
hsl(281, 94%, 80%)
HSV
hsv(281, 39%, 99%)
CMYK
12%, 39%, 0%, 1%
XYZ
X: 57.90, Y: 45.15, Z: 73.67
Lab
L: 72.99, a: 38.24, b: -39.14
Name

Shades of Color #DD9AFC

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

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

About #DD9AFC Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 94%, and a lightness of 80%. The HSV representation shows a hue of 281°, a saturation of 39%, and a value of 99%.

  • HEX: #DD9AFC
  • RGB: rgb(221, 154, 252)
  • HSL: hsl(281, 94%, 80%)
  • HSV: hsv(281, 39%, 99%)
  • CMYK: 12.00% cyan, 39.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 57.90, 45.15, 73.67
  • Yxy: 45.15, 0.3276, 0.2555
  • Hunter Lab: 72.99, 38.24, -39.14
  • CIE-Lab: 72.99, 38.24, -39.14

In the XYZ color space, this color is represented as X: 57.90, Y: 45.15, Z: 73.67. The Yxy representation further refines this as Y: 45.15, x: 0.3276, and y: 0.2555.

In the Hunter Lab color space, this color is represented as L: 72.99, a: 38.24, and b: -39.14. Similarly, in the CIE-Lab color space, it is represented as L: 72.99, a: 38.24, and b: -39.14.

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

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

Analogous Colors of #DD9AFC

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

Monochromatic Colors of #DD9AFC

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

Complementary Color of #DD9AFC

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

/* Using HEX */
body {
  background-color: #dd9afc;
}
/* Using RGB */
body {
  background-color: rgb(221, 154, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 154, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(281, 94%, 80%);
}
/* Text color */
p {
  color: #dd9afc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dd9afc;
}

HTML Examples of #DD9AFC

<!-- Using HEX -->
<div style="background-color: #dd9afc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(221, 154, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(221, 154, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(281, 94%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dd9afc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dd9afc; width: 100px; height: 100px;"></div>

Related Colors of #DD9AFC

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