Color: #DC78CC
#DC78CC Color Information
#DC78CC is a light color. The closest websafe version is #DC78CC. A complement of this color would be #79DC8A, perceived brightness is 0.63, and the grayscale version is #AAAAAA.
In the HSL color space, this color has a hue angle of 310°,a saturation of 59%, and a lightness of 67%.The HSV representation shows a hue of 310°, a saturation of 45%, and a value of 86%.
In a RGB color space, #DC78CC is composed of 86% red, 47% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 45% magenta, 7% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 33.05, x: 0.3734, and y: 0.2622.
Color Code #DC78CC
Shades of Color #DC78CC
Shades are created by darkening the original color #DC78CC 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 #DC78CC
Tints are created by lightening the original color #DC78CC 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 #DC78CC Color Code
In the HSL color space, this color has a hue angle of 310°, a saturation of 59%, and a lightness of 67%. The HSV representation shows a hue of 310°, a saturation of 45%, and a value of 86%.
- HEX: #DC78CC
- RGB: rgb(220, 120, 204)
- HSL: hsl(310, 59%, 67%)
- HSV: hsv(310, 45%, 86%)
- CMYK: 0.00% cyan, 45.00% magenta, 7.00% yellow, 14.00% black
- XYZ: 47.08, 33.05, 45.94
- Yxy: 33.05, 0.3734, 0.2622
- Hunter Lab: 64.20, 48.03, -26.26
- CIE-Lab: 64.20, 48.03, -26.26
In the XYZ color space, this color is represented as X: 47.08, Y: 33.05, Z: 45.94. The Yxy representation further refines this as Y: 33.05, x: 0.3734, and y: 0.2622.
In the Hunter Lab color space, this color is represented as L: 64.20, a: 48.03, and b: -26.26. Similarly, in the CIE-Lab color space, it is represented as L: 64.20, a: 48.03, and b: -26.26.
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 #DC78CC
Triadic colors are three colors evenly spaced around the color wheel, including #DC78CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DC78CC
Monochromatic colors are variations of #DC78CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DC78CC
The complementary color of #DC78CC 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 #DC78CC
/* Using HEX */ body { background-color: #dc78cc; }
/* Using RGB */ body { background-color: rgb(220, 120, 204); }
/* Using RGB with opacity */ body { background-color: rgba(220, 120, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(310, 59%, 67%); }
/* Text color */ p { color: #dc78cc; }
/* Box shadow */ div { box-shadow: 4px 4px #dc78cc; }
/* Border color */ .box { border: 4px solid #dc78cc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dc78cc; }
/* Background with text */ div { background: #dc78cc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DC78CC
<!-- Using HEX --> <div style="background-color: #dc78cc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 120, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 120, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(310, 59%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dc78cc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dc78cc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dc78cc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dc78cc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dc78cc; color: #fff; padding: 16px; border-radius: 8px;"> #DC78CC </div>
Related Colors of #DC78CC
These colors are similar to #DC78CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.