Color: #D21CFF
#D21CFF Color Information
#D21CFF is a dark color. The closest websafe version is #D21CFF. A complement of this color would be #47FF19, perceived brightness is 0.42, and the grayscale version is #8E8E8E.
In the HSL color space, this color has a hue angle of 288°,a saturation of 99%, and a lightness of 55%.The HSV representation shows a hue of 288°, a saturation of 100%, and a value of 100%.
In a RGB color space, #D21CFF is composed of 82% red, 11% green and 100% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 89% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 21.23, x: 0.3139, and y: 0.1555.
Color Code #D21CFF
Shades of Color #D21CFF
Shades are created by darkening the original color #D21CFF 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 #D21CFF
Tints are created by lightening the original color #D21CFF 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 #D21CFF Color Code
In the HSL color space, this color has a hue angle of 288°, a saturation of 100%, and a lightness of 55%. The HSV representation shows a hue of 288°, a saturation of 89%, and a value of 100%.
- HEX: #D21CFF
- RGB: rgb(210, 28, 255)
- HSL: hsl(288, 100%, 55%)
- HSV: hsv(288, 89%, 100%)
- CMYK: 18.00% cyan, 89.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 42.86, 21.23, 72.43
- Yxy: 21.23, 0.3139, 0.1555
- Hunter Lab: 53.20, 83.29, -72.17
- CIE-Lab: 53.20, 83.29, -72.17
In the XYZ color space, this color is represented as X: 42.86, Y: 21.23, Z: 72.43. The Yxy representation further refines this as Y: 21.23, x: 0.3139, and y: 0.1555.
In the Hunter Lab color space, this color is represented as L: 53.20, a: 83.29, and b: -72.17. Similarly, in the CIE-Lab color space, it is represented as L: 53.20, a: 83.29, and b: -72.17.
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 #D21CFF
Triadic colors are three colors evenly spaced around the color wheel, including #D21CFF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D21CFF
Monochromatic colors are variations of #D21CFF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D21CFF
The complementary color of #D21CFF 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 #D21CFF
/* Using HEX */ body { background-color: #d21cff; }
/* Using RGB */ body { background-color: rgb(210, 28, 255); }
/* Using RGB with opacity */ body { background-color: rgba(210, 28, 255, 0.5); }
/* Using HSL */ body { background-color: hsl(288, 100%, 55%); }
/* Text color */ p { color: #d21cff; }
/* Box shadow */ div { box-shadow: 4px 4px #d21cff; }
HTML Examples of #D21CFF
<!-- Using HEX --> <div style="background-color: #d21cff; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(210, 28, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(210, 28, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(288, 100%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d21cff;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d21cff; width: 100px; height: 100px;"></div>
Related Colors of #D21CFF
These colors are similar to #D21CFF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.