Color: #DE53CC
#DE53CC Color Information
#DE53CC is a light color. The closest websafe version is #DE53CC. A complement of this color would be #54DE66, perceived brightness is 0.54, and the grayscale version is #999999.
In the HSL color space, this color has a hue angle of 308°,a saturation of 68%, and a lightness of 60%.The HSV representation shows a hue of 308°, a saturation of 63%, and a value of 87%.
In a RGB color space, #DE53CC is composed of 87% red, 33% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 63% magenta, 8% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 26.11, x: 0.3813, and y: 0.2272.
Color Code #DE53CC
Shades of Color #DE53CC
Shades are created by darkening the original color #DE53CC 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 #DE53CC
Tints are created by lightening the original color #DE53CC 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 #DE53CC Color Code
In the HSL color space, this color has a hue angle of 308°, a saturation of 68%, and a lightness of 60%. The HSV representation shows a hue of 308°, a saturation of 63%, and a value of 87%.
- HEX: #DE53CC
- RGB: rgb(222, 83, 204)
- HSL: hsl(308, 68%, 60%)
- HSV: hsv(308, 63%, 87%)
- CMYK: 0.00% cyan, 63.00% magenta, 8.00% yellow, 13.00% black
- XYZ: 43.82, 26.11, 44.98
- Yxy: 26.11, 0.3813, 0.2272
- Hunter Lab: 58.15, 64.84, -35.54
- CIE-Lab: 58.15, 64.84, -35.54
In the XYZ color space, this color is represented as X: 43.82, Y: 26.11, Z: 44.98. The Yxy representation further refines this as Y: 26.11, x: 0.3813, and y: 0.2272.
In the Hunter Lab color space, this color is represented as L: 58.15, a: 64.84, and b: -35.54. Similarly, in the CIE-Lab color space, it is represented as L: 58.15, a: 64.84, and b: -35.54.
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 #DE53CC
Triadic colors are three colors evenly spaced around the color wheel, including #DE53CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DE53CC
Split complementary colors are two colors adjacent to the complementary color of #DE53CC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DE53CC
Monochromatic colors are variations of #DE53CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DE53CC
The complementary color of #DE53CC 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 #DE53CC
/* Using HEX */ body { background-color: #de53cc; }
/* Using RGB */ body { background-color: rgb(222, 83, 204); }
/* Using RGB with opacity */ body { background-color: rgba(222, 83, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(308, 68%, 60%); }
/* Text color */ p { color: #de53cc; }
/* Box shadow */ div { box-shadow: 4px 4px #de53cc; }
/* Border color */ .box { border: 4px solid #de53cc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #de53cc; }
/* Background with text */ div { background: #de53cc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DE53CC
<!-- Using HEX --> <div style="background-color: #de53cc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(222, 83, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(222, 83, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(308, 68%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #de53cc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #de53cc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #de53cc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #de53cc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #de53cc; color: #fff; padding: 16px; border-radius: 8px;"> #DE53CC </div>
Related Colors of #DE53CC
These colors are similar to #DE53CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.