Color: #DD1AEF
#DD1AEF Color Information
#DD1AEF is a dark color. The closest websafe version is #DD1AEF. A complement of this color would be #2CEF1A, perceived brightness is 0.43, and the grayscale version is #858585.
In the HSL color space, this color has a hue angle of 295°,a saturation of 87%, and a lightness of 52%.The HSV representation shows a hue of 295°, a saturation of 89%, and a value of 94%.
In a RGB color space, #DD1AEF is composed of 87% red, 10% green and 94% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 89% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 22.06, x: 0.3430, and y: 0.1709.
Color Code #DD1AEF
Shades of Color #DD1AEF
Shades are created by darkening the original color #DD1AEF 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 #DD1AEF
Tints are created by lightening the original color #DD1AEF 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 #DD1AEF Color Code
In the HSL color space, this color has a hue angle of 295°, a saturation of 87%, and a lightness of 52%. The HSV representation shows a hue of 295°, a saturation of 89%, and a value of 94%.
- HEX: #DD1AEF
- RGB: rgb(221, 26, 239)
- HSL: hsl(295, 87%, 52%)
- HSV: hsv(295, 89%, 94%)
- CMYK: 8.00% cyan, 89.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 44.28, 22.06, 62.75
- Yxy: 22.06, 0.3430, 0.1709
- Hunter Lab: 54.09, 83.63, -61.70
- CIE-Lab: 54.09, 83.63, -61.70
In the XYZ color space, this color is represented as X: 44.28, Y: 22.06, Z: 62.75. The Yxy representation further refines this as Y: 22.06, x: 0.3430, and y: 0.1709.
In the Hunter Lab color space, this color is represented as L: 54.09, a: 83.63, and b: -61.70. Similarly, in the CIE-Lab color space, it is represented as L: 54.09, a: 83.63, and b: -61.70.
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 #DD1AEF
Triadic colors are three colors evenly spaced around the color wheel, including #DD1AEF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DD1AEF
Split complementary colors are two colors adjacent to the complementary color of #DD1AEF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DD1AEF
Monochromatic colors are variations of #DD1AEF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DD1AEF
The complementary color of #DD1AEF 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 #DD1AEF
/* Using HEX */ body { background-color: #dd1aef; }
/* Using RGB */ body { background-color: rgb(221, 26, 239); }
/* Using RGB with opacity */ body { background-color: rgba(221, 26, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(295, 87%, 52%); }
/* Text color */ p { color: #dd1aef; }
/* Box shadow */ div { box-shadow: 4px 4px #dd1aef; }
/* Border color */ .box { border: 4px solid #dd1aef; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dd1aef; }
/* Background with text */ div { background: #dd1aef; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DD1AEF
<!-- Using HEX --> <div style="background-color: #dd1aef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 26, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 26, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(295, 87%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dd1aef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dd1aef; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dd1aef; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dd1aef;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dd1aef; color: #fff; padding: 16px; border-radius: 8px;"> #DD1AEF </div>
Related Colors of #DD1AEF
These colors are similar to #DD1AEF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.