Color: #DC659C
#DC659C Color Information
#DC659C is a light color. The closest websafe version is #DC659C. A complement of this color would be #65DCA5, perceived brightness is 0.56, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 332°,a saturation of 63%, and a lightness of 63%.The HSV representation shows a hue of 332°, a saturation of 54%, and a value of 86%.
In a RGB color space, #DC659C is composed of 86% red, 40% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 54% magenta, 29% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 27.27, x: 0.4348, and y: 0.2893.
Color Code #DC659C
Shades of Color #DC659C
Shades are created by darkening the original color #DC659C 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 #DC659C
Tints are created by lightening the original color #DC659C 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 #DC659C Color Code
In the HSL color space, this color has a hue angle of 332°, a saturation of 63%, and a lightness of 63%. The HSV representation shows a hue of 332°, a saturation of 54%, and a value of 86%.
- HEX: #DC659C
- RGB: rgb(220, 101, 156)
- HSL: hsl(332, 63%, 63%)
- HSV: hsv(332, 54%, 86%)
- CMYK: 0.00% cyan, 54.00% magenta, 29.00% yellow, 14.00% black
- XYZ: 40.98, 27.27, 26.00
- Yxy: 27.27, 0.4348, 0.2893
- Hunter Lab: 59.22, 51.68, -6.40
- CIE-Lab: 59.22, 51.68, -6.40
In the XYZ color space, this color is represented as X: 40.98, Y: 27.27, Z: 26.00. The Yxy representation further refines this as Y: 27.27, x: 0.4348, and y: 0.2893.
In the Hunter Lab color space, this color is represented as L: 59.22, a: 51.68, and b: -6.40. Similarly, in the CIE-Lab color space, it is represented as L: 59.22, a: 51.68, and b: -6.40.
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 #DC659C
Triadic colors are three colors evenly spaced around the color wheel, including #DC659C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DC659C
Split complementary colors are two colors adjacent to the complementary color of #DC659C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DC659C
Monochromatic colors are variations of #DC659C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DC659C
The complementary color of #DC659C 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 #DC659C
/* Using HEX */ body { background-color: #dc659c; }
/* Using RGB */ body { background-color: rgb(220, 101, 156); }
/* Using RGB with opacity */ body { background-color: rgba(220, 101, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(332, 63%, 63%); }
/* Text color */ p { color: #dc659c; }
/* Box shadow */ div { box-shadow: 4px 4px #dc659c; }
/* Border color */ .box { border: 4px solid #dc659c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dc659c; }
/* Background with text */ div { background: #dc659c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DC659C
<!-- Using HEX --> <div style="background-color: #dc659c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 101, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 101, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(332, 63%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dc659c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dc659c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dc659c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dc659c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dc659c; color: #fff; padding: 16px; border-radius: 8px;"> #DC659C </div>
Related Colors of #DC659C
These colors are similar to #DC659C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.