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