Color: #DA66E4
#DA66E4 Color Information
#DA66E4 is a light color. The closest websafe version is #DA66E4. A complement of this color would be #72E467, perceived brightness is 0.59, and the grayscale version is #A5A5A5.
In the HSL color space, this color has a hue angle of 295°,a saturation of 70%, and a lightness of 65%.The HSV representation shows a hue of 295°, a saturation of 55%, and a value of 89%.
In a RGB color space, #DA66E4 is composed of 85% red, 40% green and 89% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 55% magenta, 0% yellow and 11% black.
In the Yxy color space, this color is represented as Y: 29.83, x: 0.3484, and y: 0.2221.
Color Code #DA66E4
Shades of Color #DA66E4
Shades are created by darkening the original color #DA66E4 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 #DA66E4
Tints are created by lightening the original color #DA66E4 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 #DA66E4 Color Code
In the HSL color space, this color has a hue angle of 295°, a saturation of 70%, and a lightness of 65%. The HSV representation shows a hue of 295°, a saturation of 55%, and a value of 89%.
- HEX: #DA66E4
- RGB: rgb(218, 102, 228)
- HSL: hsl(295, 70%, 65%)
- HSV: hsv(295, 55%, 89%)
- CMYK: 4.00% cyan, 55.00% magenta, 0.00% yellow, 11.00% black
- XYZ: 46.79, 29.83, 57.67
- Yxy: 29.83, 0.3484, 0.2221
- Hunter Lab: 61.51, 58.84, -43.86
- CIE-Lab: 61.51, 58.84, -43.86
In the XYZ color space, this color is represented as X: 46.79, Y: 29.83, Z: 57.67. The Yxy representation further refines this as Y: 29.83, x: 0.3484, and y: 0.2221.
In the Hunter Lab color space, this color is represented as L: 61.51, a: 58.84, and b: -43.86. Similarly, in the CIE-Lab color space, it is represented as L: 61.51, a: 58.84, and b: -43.86.
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 #DA66E4
Triadic colors are three colors evenly spaced around the color wheel, including #DA66E4. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DA66E4
Split complementary colors are two colors adjacent to the complementary color of #DA66E4. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DA66E4
Monochromatic colors are variations of #DA66E4, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DA66E4
The complementary color of #DA66E4 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 #DA66E4
/* Using HEX */ body { background-color: #da66e4; }
/* Using RGB */ body { background-color: rgb(218, 102, 228); }
/* Using RGB with opacity */ body { background-color: rgba(218, 102, 228, 0.5); }
/* Using HSL */ body { background-color: hsl(295, 70%, 65%); }
/* Text color */ p { color: #da66e4; }
/* Box shadow */ div { box-shadow: 4px 4px #da66e4; }
/* Border color */ .box { border: 4px solid #da66e4; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #da66e4; }
/* Background with text */ div { background: #da66e4; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DA66E4
<!-- Using HEX --> <div style="background-color: #da66e4; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(218, 102, 228); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(218, 102, 228, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(295, 70%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #da66e4;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #da66e4; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #da66e4; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #da66e4;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #da66e4; color: #fff; padding: 16px; border-radius: 8px;"> #DA66E4 </div>
Related Colors of #DA66E4
These colors are similar to #DA66E4, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.