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