Color: #D097CD
#D097CD Color Information
#D097CD is a light color. The closest websafe version is #D097CD. A complement of this color would be #95D098, perceived brightness is 0.68, and the grayscale version is #B3B3B3.
In the HSL color space, this color has a hue angle of 303°,a saturation of 38%, and a lightness of 70%.The HSV representation shows a hue of 303°, a saturation of 100%, and a value of 100%.
In a RGB color space, #D097CD is composed of 82% red, 59% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 1% yellow and 18% black.
In the Yxy color space, this color is represented as Y: 39.92, x: 0.3553, and y: 0.2945.
Color Code #D097CD
Shades of Color #D097CD
Shades are created by darkening the original color #D097CD 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 #D097CD
Tints are created by lightening the original color #D097CD 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 #D097CD Color Code
In the HSL color space, this color has a hue angle of 303°, a saturation of 38%, and a lightness of 70%. The HSV representation shows a hue of 303°, a saturation of 27%, and a value of 82%.
- HEX: #D097CD
- RGB: rgb(208, 151, 205)
- HSL: hsl(303, 38%, 70%)
- HSV: hsv(303, 27%, 82%)
- CMYK: 0.00% cyan, 27.00% magenta, 100.00% yellow, 18.00% black
- XYZ: 48.16, 39.92, 47.48
- Yxy: 39.92, 0.3553, 0.2945
- Hunter Lab: 69.41, 28.54, -19.09
- CIE-Lab: 69.41, 28.54, -19.09
In the XYZ color space, this color is represented as X: 48.16, Y: 39.92, Z: 47.48. The Yxy representation further refines this as Y: 39.92, x: 0.3553, and y: 0.2945.
In the Hunter Lab color space, this color is represented as L: 69.41, a: 28.54, and b: -19.09. Similarly, in the CIE-Lab color space, it is represented as L: 69.41, a: 28.54, and b: -19.09.
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 #D097CD
Triadic colors are three colors evenly spaced around the color wheel, including #D097CD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D097CD
Monochromatic colors are variations of #D097CD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D097CD
The complementary color of #D097CD 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 #D097CD
/* Using HEX */ body { background-color: #d097cd; }
/* Using RGB */ body { background-color: rgb(208, 151, 205); }
/* Using RGB with opacity */ body { background-color: rgba(208, 151, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(303, 38%, 70%); }
/* Text color */ p { color: #d097cd; }
/* Box shadow */ div { box-shadow: 4px 4px #d097cd; }
HTML Examples of #D097CD
<!-- Using HEX --> <div style="background-color: #d097cd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(208, 151, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(208, 151, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(303, 38%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d097cd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d097cd; width: 100px; height: 100px;"></div>
Related Colors of #D097CD
These colors are similar to #D097CD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.