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