Color: #D79FDB
#D79FDB Color Information
#D79FDB is a light color. The closest websafe version is #D79FDB. A complement of this color would be #A3DB9F, perceived brightness is 0.72, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 296°,a saturation of 45%, and a lightness of 74%.The HSV representation shows a hue of 296°, a saturation of 27%, and a value of 86%.
In a RGB color space, #D79FDB is composed of 84% red, 62% green and 86% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 27% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 44.27, x: 0.3488, and y: 0.2907.
Color Code #D79FDB
Shades of Color #D79FDB
Shades are created by darkening the original color #D79FDB 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 #D79FDB
Tints are created by lightening the original color #D79FDB 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 #D79FDB Color Code
In the HSL color space, this color has a hue angle of 296°, a saturation of 45%, and a lightness of 74%. The HSV representation shows a hue of 296°, a saturation of 27%, and a value of 86%.
- HEX: #D79FDB
- RGB: rgb(215, 159, 219)
- HSL: hsl(296, 45%, 74%)
- HSV: hsv(296, 27%, 86%)
- CMYK: 2.00% cyan, 27.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 53.12, 44.27, 54.90
- Yxy: 44.27, 0.3488, 0.2907
- Hunter Lab: 72.41, 28.82, -22.17
- CIE-Lab: 72.41, 28.82, -22.17
In the XYZ color space, this color is represented as X: 53.12, Y: 44.27, Z: 54.90. The Yxy representation further refines this as Y: 44.27, x: 0.3488, and y: 0.2907.
In the Hunter Lab color space, this color is represented as L: 72.41, a: 28.82, and b: -22.17. Similarly, in the CIE-Lab color space, it is represented as L: 72.41, a: 28.82, and b: -22.17.
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 #D79FDB
Triadic colors are three colors evenly spaced around the color wheel, including #D79FDB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D79FDB
Monochromatic colors are variations of #D79FDB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D79FDB
The complementary color of #D79FDB 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 #D79FDB
/* Using HEX */ body { background-color: #d79fdb; }
/* Using RGB */ body { background-color: rgb(215, 159, 219); }
/* Using RGB with opacity */ body { background-color: rgba(215, 159, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(296, 45%, 74%); }
/* Text color */ p { color: #d79fdb; }
/* Box shadow */ div { box-shadow: 4px 4px #d79fdb; }
/* Border color */ .box { border: 4px solid #d79fdb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d79fdb; }
/* Background with text */ div { background: #d79fdb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D79FDB
<!-- Using HEX --> <div style="background-color: #d79fdb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(215, 159, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(215, 159, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(296, 45%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d79fdb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d79fdb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d79fdb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d79fdb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d79fdb; color: #fff; padding: 16px; border-radius: 8px;"> #D79FDB </div>
Related Colors of #D79FDB
These colors are similar to #D79FDB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.