Color: #D18CDD
#D18CDD Color Information
#D18CDD is a light color. The closest websafe version is #D18CDD. A complement of this color would be #99DD8D, perceived brightness is 0.67, and the grayscale version is #B5B5B5.
In the HSL color space, this color has a hue angle of 291°,a saturation of 54%, and a lightness of 71%.The HSV representation shows a hue of 291°, a saturation of 37%, and a value of 87%.
In a RGB color space, #D18CDD is composed of 82% red, 55% green and 87% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 37% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 37.37, x: 0.3430, and y: 0.2656.
Color Code #D18CDD
Shades of Color #D18CDD
Shades are created by darkening the original color #D18CDD 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 #D18CDD
Tints are created by lightening the original color #D18CDD 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 #D18CDD Color Code
In the HSL color space, this color has a hue angle of 291°, a saturation of 54%, and a lightness of 71%. The HSV representation shows a hue of 291°, a saturation of 37%, and a value of 87%.
- HEX: #D18CDD
- RGB: rgb(209, 140, 221)
- HSL: hsl(291, 54%, 71%)
- HSV: hsv(291, 37%, 87%)
- CMYK: 5.00% cyan, 37.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 48.25, 37.37, 55.07
- Yxy: 37.37, 0.3430, 0.2656
- Hunter Lab: 67.55, 36.81, -30.72
- CIE-Lab: 67.55, 36.81, -30.72
In the XYZ color space, this color is represented as X: 48.25, Y: 37.37, Z: 55.07. The Yxy representation further refines this as Y: 37.37, x: 0.3430, and y: 0.2656.
In the Hunter Lab color space, this color is represented as L: 67.55, a: 36.81, and b: -30.72. Similarly, in the CIE-Lab color space, it is represented as L: 67.55, a: 36.81, and b: -30.72.
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 #D18CDD
Triadic colors are three colors evenly spaced around the color wheel, including #D18CDD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #D18CDD
Split complementary colors are two colors adjacent to the complementary color of #D18CDD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #D18CDD
Monochromatic colors are variations of #D18CDD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D18CDD
The complementary color of #D18CDD 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 #D18CDD
/* Using HEX */ body { background-color: #d18cdd; }
/* Using RGB */ body { background-color: rgb(209, 140, 221); }
/* Using RGB with opacity */ body { background-color: rgba(209, 140, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(291, 54%, 71%); }
/* Text color */ p { color: #d18cdd; }
/* Box shadow */ div { box-shadow: 4px 4px #d18cdd; }
/* Border color */ .box { border: 4px solid #d18cdd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d18cdd; }
/* Background with text */ div { background: #d18cdd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D18CDD
<!-- Using HEX --> <div style="background-color: #d18cdd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(209, 140, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(209, 140, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(291, 54%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d18cdd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d18cdd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d18cdd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d18cdd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d18cdd; color: #fff; padding: 16px; border-radius: 8px;"> #D18CDD </div>
Related Colors of #D18CDD
These colors are similar to #D18CDD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.