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