Color: #D14DCC
#D14DCC Color Information
#D14DCC is a light color. The closest websafe version is #D14DCC. A complement of this color would be #4DD151, perceived brightness is 0.51, and the grayscale version is #8F8F8F.
In the HSL color space, this color has a hue angle of 302°,a saturation of 59%, and a lightness of 56%.The HSV representation shows a hue of 302°, a saturation of 63%, and a value of 82%.
In a RGB color space, #D14DCC is composed of 82% red, 30% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 63% magenta, 2% yellow and 18% black.
In the Yxy color space, this color is represented as Y: 23.17, x: 0.3666, and y: 0.2161.
Color Code #D14DCC
Shades of Color #D14DCC
Shades are created by darkening the original color #D14DCC 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 #D14DCC
Tints are created by lightening the original color #D14DCC 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 #D14DCC Color Code
In the HSL color space, this color has a hue angle of 302°, a saturation of 59%, and a lightness of 56%. The HSV representation shows a hue of 302°, a saturation of 63%, and a value of 82%.
- HEX: #D14DCC
- RGB: rgb(209, 77, 204)
- HSL: hsl(302, 59%, 56%)
- HSV: hsv(302, 63%, 82%)
- CMYK: 0.00% cyan, 63.00% magenta, 2.00% yellow, 18.00% black
- XYZ: 39.30, 23.17, 44.73
- Yxy: 23.17, 0.3666, 0.2161
- Hunter Lab: 55.24, 63.63, -40.24
- CIE-Lab: 55.24, 63.63, -40.24
In the XYZ color space, this color is represented as X: 39.30, Y: 23.17, Z: 44.73. The Yxy representation further refines this as Y: 23.17, x: 0.3666, and y: 0.2161.
In the Hunter Lab color space, this color is represented as L: 55.24, a: 63.63, and b: -40.24. Similarly, in the CIE-Lab color space, it is represented as L: 55.24, a: 63.63, and b: -40.24.
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 #D14DCC
Triadic colors are three colors evenly spaced around the color wheel, including #D14DCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #D14DCC
Split complementary colors are two colors adjacent to the complementary color of #D14DCC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #D14DCC
Monochromatic colors are variations of #D14DCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D14DCC
The complementary color of #D14DCC 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 #D14DCC
/* Using HEX */ body { background-color: #d14dcc; }
/* Using RGB */ body { background-color: rgb(209, 77, 204); }
/* Using RGB with opacity */ body { background-color: rgba(209, 77, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(302, 59%, 56%); }
/* Text color */ p { color: #d14dcc; }
/* Box shadow */ div { box-shadow: 4px 4px #d14dcc; }
/* Border color */ .box { border: 4px solid #d14dcc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d14dcc; }
/* Background with text */ div { background: #d14dcc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D14DCC
<!-- Using HEX --> <div style="background-color: #d14dcc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(209, 77, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(209, 77, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(302, 59%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d14dcc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d14dcc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d14dcc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d14dcc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d14dcc; color: #fff; padding: 16px; border-radius: 8px;"> #D14DCC </div>
Related Colors of #D14DCC
These colors are similar to #D14DCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.