Color: #DE76DE
#DE76DE Color Information
#DE76DE is a light color. The closest websafe version is #DE76DE. A complement of this color would be #78DE78, perceived brightness is 0.63, and the grayscale version is #AAAAAA.
In the HSL color space, this color has a hue angle of 300°,a saturation of 61%, and a lightness of 67%.The HSV representation shows a hue of 300°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DE76DE is composed of 87% red, 46% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 33.67, x: 0.3574, and y: 0.2442.
Color Code #DE76DE
Shades of Color #DE76DE
Shades are created by darkening the original color #DE76DE 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 #DE76DE
Tints are created by lightening the original color #DE76DE 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 #DE76DE Color Code
In the HSL color space, this color has a hue angle of 300°, a saturation of 61%, and a lightness of 67%. The HSV representation shows a hue of 300°, a saturation of 47%, and a value of 87%.
- HEX: #DE76DE
- RGB: rgb(222, 118, 222)
- HSL: hsl(300, 61%, 67%)
- HSV: hsv(300, 47%, 87%)
- CMYK: 0.00% cyan, 47.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 49.28, 33.67, 54.94
- Yxy: 33.67, 0.3574, 0.2442
- Hunter Lab: 64.70, 51.93, -35.51
- CIE-Lab: 64.70, 51.93, -35.51
In the XYZ color space, this color is represented as X: 49.28, Y: 33.67, Z: 54.94. The Yxy representation further refines this as Y: 33.67, x: 0.3574, and y: 0.2442.
In the Hunter Lab color space, this color is represented as L: 64.70, a: 51.93, and b: -35.51. Similarly, in the CIE-Lab color space, it is represented as L: 64.70, a: 51.93, and b: -35.51.
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 #DE76DE
Triadic colors are three colors evenly spaced around the color wheel, including #DE76DE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DE76DE
Monochromatic colors are variations of #DE76DE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DE76DE
The complementary color of #DE76DE 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 #DE76DE
/* Using HEX */ body { background-color: #de76de; }
/* Using RGB */ body { background-color: rgb(222, 118, 222); }
/* Using RGB with opacity */ body { background-color: rgba(222, 118, 222, 0.5); }
/* Using HSL */ body { background-color: hsl(300, 61%, 67%); }
/* Text color */ p { color: #de76de; }
/* Box shadow */ div { box-shadow: 4px 4px #de76de; }
HTML Examples of #DE76DE
<!-- Using HEX --> <div style="background-color: #de76de; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(222, 118, 222); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(222, 118, 222, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(300, 61%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #de76de;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #de76de; width: 100px; height: 100px;"></div>
Related Colors of #DE76DE
These colors are similar to #DE76DE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.