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