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