Color: #DD9EFA
#DD9EFA Color Information
#DD9EFA is a light color. The closest websafe version is #DD9EFA. A complement of this color would be #BBFA9E, perceived brightness is 0.73, and the grayscale version is #CCCCCC.
In the HSL color space, this color has a hue angle of 281°,a saturation of 90%, and a lightness of 80%.The HSV representation shows a hue of 281°, a saturation of 37%, and a value of 98%.
In a RGB color space, #DD9EFA is composed of 87% red, 62% green and 98% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 37% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 46.39, x: 0.3291, and y: 0.2616.
Color Code #DD9EFA
Shades of Color #DD9EFA
Shades are created by darkening the original color #DD9EFA 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 #DD9EFA
Tints are created by lightening the original color #DD9EFA 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 #DD9EFA Color Code
In the HSL color space, this color has a hue angle of 281°, a saturation of 90%, and a lightness of 80%. The HSV representation shows a hue of 281°, a saturation of 37%, and a value of 98%.
- HEX: #DD9EFA
- RGB: rgb(221, 158, 250)
- HSL: hsl(281, 90%, 80%)
- HSV: hsv(281, 37%, 98%)
- CMYK: 12.00% cyan, 37.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 58.37, 46.39, 72.60
- Yxy: 46.39, 0.3291, 0.2616
- Hunter Lab: 73.80, 35.91, -36.81
- CIE-Lab: 73.80, 35.91, -36.81
In the XYZ color space, this color is represented as X: 58.37, Y: 46.39, Z: 72.60. The Yxy representation further refines this as Y: 46.39, x: 0.3291, and y: 0.2616.
In the Hunter Lab color space, this color is represented as L: 73.80, a: 35.91, and b: -36.81. Similarly, in the CIE-Lab color space, it is represented as L: 73.80, a: 35.91, and b: -36.81.
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 #DD9EFA
Triadic colors are three colors evenly spaced around the color wheel, including #DD9EFA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DD9EFA
Monochromatic colors are variations of #DD9EFA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DD9EFA
The complementary color of #DD9EFA 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 #DD9EFA
/* Using HEX */ body { background-color: #dd9efa; }
/* Using RGB */ body { background-color: rgb(221, 158, 250); }
/* Using RGB with opacity */ body { background-color: rgba(221, 158, 250, 0.5); }
/* Using HSL */ body { background-color: hsl(281, 90%, 80%); }
/* Text color */ p { color: #dd9efa; }
/* Box shadow */ div { box-shadow: 4px 4px #dd9efa; }
/* Border color */ .box { border: 4px solid #dd9efa; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dd9efa; }
/* Background with text */ div { background: #dd9efa; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DD9EFA
<!-- Using HEX --> <div style="background-color: #dd9efa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 158, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 158, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(281, 90%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dd9efa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dd9efa; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dd9efa; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dd9efa;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dd9efa; color: #fff; padding: 16px; border-radius: 8px;"> #DD9EFA </div>
Related Colors of #DD9EFA
These colors are similar to #DD9EFA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.