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