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