Color: #D39ADF
#D39ADF Color Information
#D39ADF is a light color. The closest websafe version is #D39ADF. A complement of this color would be #A6DF9A, perceived brightness is 0.70, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 290°,a saturation of 52%, and a lightness of 74%.The HSV representation shows a hue of 290°, a saturation of 31%, and a value of 87%.
In a RGB color space, #D39ADF is composed of 83% red, 60% green and 87% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 31% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 42.13, x: 0.3421, and y: 0.2803.
Color Code #D39ADF
Shades of Color #D39ADF
Shades are created by darkening the original color #D39ADF 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 #D39ADF
Tints are created by lightening the original color #D39ADF 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 #D39ADF Color Code
In the HSL color space, this color has a hue angle of 290°, a saturation of 52%, and a lightness of 74%. The HSV representation shows a hue of 290°, a saturation of 31%, and a value of 87%.
- HEX: #D39ADF
- RGB: rgb(211, 154, 223)
- HSL: hsl(290, 52%, 74%)
- HSV: hsv(290, 31%, 87%)
- CMYK: 5.00% cyan, 31.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 51.41, 42.13, 56.75
- Yxy: 42.13, 0.3421, 0.2803
- Hunter Lab: 70.96, 30.60, -26.59
- CIE-Lab: 70.96, 30.60, -26.59
In the XYZ color space, this color is represented as X: 51.41, Y: 42.13, Z: 56.75. The Yxy representation further refines this as Y: 42.13, x: 0.3421, and y: 0.2803.
In the Hunter Lab color space, this color is represented as L: 70.96, a: 30.60, and b: -26.59. Similarly, in the CIE-Lab color space, it is represented as L: 70.96, a: 30.60, and b: -26.59.
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 #D39ADF
Triadic colors are three colors evenly spaced around the color wheel, including #D39ADF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D39ADF
Monochromatic colors are variations of #D39ADF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D39ADF
The complementary color of #D39ADF 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 #D39ADF
/* Using HEX */ body { background-color: #d39adf; }
/* Using RGB */ body { background-color: rgb(211, 154, 223); }
/* Using RGB with opacity */ body { background-color: rgba(211, 154, 223, 0.5); }
/* Using HSL */ body { background-color: hsl(290, 52%, 74%); }
/* Text color */ p { color: #d39adf; }
/* Box shadow */ div { box-shadow: 4px 4px #d39adf; }
/* Border color */ .box { border: 4px solid #d39adf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d39adf; }
/* Background with text */ div { background: #d39adf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D39ADF
<!-- Using HEX --> <div style="background-color: #d39adf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(211, 154, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(211, 154, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(290, 52%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d39adf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d39adf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d39adf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d39adf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d39adf; color: #fff; padding: 16px; border-radius: 8px;"> #D39ADF </div>
Related Colors of #D39ADF
These colors are similar to #D39ADF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.