Color: #DC97C0
#DC97C0 Color Information
#DC97C0 is a light color. The closest websafe version is #DC97C0. A complement of this color would be #98DDB3, perceived brightness is 0.69, and the grayscale version is #BABABA.
In the HSL color space, this color has a hue angle of 324°,a saturation of 50%, and a lightness of 73%.The HSV representation shows a hue of 324°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DC97C0 is composed of 86% red, 59% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 13% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 41.30, x: 0.3792, and y: 0.3091.
Color Code #DC97C0
Shades of Color #DC97C0
Shades are created by darkening the original color #DC97C0 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 #DC97C0
Tints are created by lightening the original color #DC97C0 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 #DC97C0 Color Code
In the HSL color space, this color has a hue angle of 324°, a saturation of 50%, and a lightness of 73%. The HSV representation shows a hue of 324°, a saturation of 31%, and a value of 86%.
- HEX: #DC97C0
- RGB: rgb(220, 151, 192)
- HSL: hsl(324, 50%, 73%)
- HSV: hsv(324, 31%, 86%)
- CMYK: 0.00% cyan, 31.00% magenta, 13.00% yellow, 14.00% black
- XYZ: 50.67, 41.30, 41.65
- Yxy: 41.30, 0.3792, 0.3091
- Hunter Lab: 70.39, 31.11, -10.29
- CIE-Lab: 70.39, 31.11, -10.29
In the XYZ color space, this color is represented as X: 50.67, Y: 41.30, Z: 41.65. The Yxy representation further refines this as Y: 41.30, x: 0.3792, and y: 0.3091.
In the Hunter Lab color space, this color is represented as L: 70.39, a: 31.11, and b: -10.29. Similarly, in the CIE-Lab color space, it is represented as L: 70.39, a: 31.11, and b: -10.29.
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 #DC97C0
Triadic colors are three colors evenly spaced around the color wheel, including #DC97C0. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DC97C0
Monochromatic colors are variations of #DC97C0, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DC97C0
The complementary color of #DC97C0 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 #DC97C0
/* Using HEX */ body { background-color: #dc97c0; }
/* Using RGB */ body { background-color: rgb(220, 151, 192); }
/* Using RGB with opacity */ body { background-color: rgba(220, 151, 192, 0.5); }
/* Using HSL */ body { background-color: hsl(324, 50%, 73%); }
/* Text color */ p { color: #dc97c0; }
/* Box shadow */ div { box-shadow: 4px 4px #dc97c0; }
HTML Examples of #DC97C0
<!-- Using HEX --> <div style="background-color: #dc97c0; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 151, 192); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 151, 192, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(324, 50%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dc97c0;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dc97c0; width: 100px; height: 100px;"></div>
Related Colors of #DC97C0
These colors are similar to #DC97C0, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.