Color: #D28BCD
#D28BCD Color Information
#D28BCD is a light color. The closest websafe version is #D28BCD. A complement of this color would be #89D18E, perceived brightness is 0.66, and the grayscale version is #AFAFAF.
In the HSL color space, this color has a hue angle of 304°,a saturation of 44%, and a lightness of 68%.The HSV representation shows a hue of 304°, a saturation of 34%, and a value of 82%.
In a RGB color space, #D28BCD is composed of 82% red, 55% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 2% yellow and 18% black.
In the Yxy color space, this color is represented as Y: 36.55, x: 0.3589, and y: 0.2804.
Color Code #D28BCD
Shades of Color #D28BCD
Shades are created by darkening the original color #D28BCD 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 #D28BCD
Tints are created by lightening the original color #D28BCD 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 #D28BCD Color Code
In the HSL color space, this color has a hue angle of 304°, a saturation of 44%, and a lightness of 68%. The HSV representation shows a hue of 304°, a saturation of 34%, and a value of 82%.
- HEX: #D28BCD
- RGB: rgb(210, 139, 205)
- HSL: hsl(304, 44%, 68%)
- HSV: hsv(304, 34%, 82%)
- CMYK: 0.00% cyan, 34.00% magenta, 2.00% yellow, 18.00% black
- XYZ: 46.78, 36.55, 47.00
- Yxy: 36.55, 0.3589, 0.2804
- Hunter Lab: 66.94, 35.40, -22.79
- CIE-Lab: 66.94, 35.40, -22.79
In the XYZ color space, this color is represented as X: 46.78, Y: 36.55, Z: 47.00. The Yxy representation further refines this as Y: 36.55, x: 0.3589, and y: 0.2804.
In the Hunter Lab color space, this color is represented as L: 66.94, a: 35.40, and b: -22.79. Similarly, in the CIE-Lab color space, it is represented as L: 66.94, a: 35.40, and b: -22.79.
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 #D28BCD
Triadic colors are three colors evenly spaced around the color wheel, including #D28BCD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D28BCD
Monochromatic colors are variations of #D28BCD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D28BCD
The complementary color of #D28BCD 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 #D28BCD
/* Using HEX */ body { background-color: #d28bcd; }
/* Using RGB */ body { background-color: rgb(210, 139, 205); }
/* Using RGB with opacity */ body { background-color: rgba(210, 139, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(304, 44%, 68%); }
/* Text color */ p { color: #d28bcd; }
/* Box shadow */ div { box-shadow: 4px 4px #d28bcd; }
/* Border color */ .box { border: 4px solid #d28bcd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d28bcd; }
/* Background with text */ div { background: #d28bcd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D28BCD
<!-- Using HEX --> <div style="background-color: #d28bcd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(210, 139, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(210, 139, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(304, 44%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d28bcd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d28bcd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d28bcd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d28bcd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d28bcd; color: #fff; padding: 16px; border-radius: 8px;"> #D28BCD </div>
Related Colors of #D28BCD
These colors are similar to #D28BCD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.