Color: #DD95DF
#DD95DF Color Information
#DD95DF is a light color. The closest websafe version is #DD95DF. A complement of this color would be #97DF95, perceived brightness is 0.70, and the grayscale version is #BABABA.
In the HSL color space, this color has a hue angle of 298°,a saturation of 54%, and a lightness of 73%.The HSV representation shows a hue of 298°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DD95DF is composed of 87% red, 58% green and 87% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 33% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 42.11, x: 0.3521, and y: 0.2763.
Color Code #DD95DF
Shades of Color #DD95DF
Shades are created by darkening the original color #DD95DF 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 #DD95DF
Tints are created by lightening the original color #DD95DF 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 #DD95DF Color Code
In the HSL color space, this color has a hue angle of 298°, a saturation of 54%, and a lightness of 73%. The HSV representation shows a hue of 298°, a saturation of 33%, and a value of 87%.
- HEX: #DD95DF
- RGB: rgb(221, 149, 223)
- HSL: hsl(298, 54%, 73%)
- HSV: hsv(298, 33%, 87%)
- CMYK: 100.00% cyan, 33.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 53.66, 42.11, 56.63
- Yxy: 42.11, 0.3521, 0.2763
- Hunter Lab: 70.94, 36.51, -26.50
- CIE-Lab: 70.94, 36.51, -26.50
In the XYZ color space, this color is represented as X: 53.66, Y: 42.11, Z: 56.63. The Yxy representation further refines this as Y: 42.11, x: 0.3521, and y: 0.2763.
In the Hunter Lab color space, this color is represented as L: 70.94, a: 36.51, and b: -26.50. Similarly, in the CIE-Lab color space, it is represented as L: 70.94, a: 36.51, and b: -26.50.
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 #DD95DF
Triadic colors are three colors evenly spaced around the color wheel, including #DD95DF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DD95DF
Monochromatic colors are variations of #DD95DF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DD95DF
The complementary color of #DD95DF 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 #DD95DF
/* Using HEX */ body { background-color: #dd95df; }
/* Using RGB */ body { background-color: rgb(221, 149, 223); }
/* Using RGB with opacity */ body { background-color: rgba(221, 149, 223, 0.5); }
/* Using HSL */ body { background-color: hsl(298, 54%, 73%); }
/* Text color */ p { color: #dd95df; }
/* Box shadow */ div { box-shadow: 4px 4px #dd95df; }
HTML Examples of #DD95DF
<!-- Using HEX --> <div style="background-color: #dd95df; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 149, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 149, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(298, 54%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dd95df;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dd95df; width: 100px; height: 100px;"></div>
Related Colors of #DD95DF
These colors are similar to #DD95DF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.