Color: #D37E7A

#D37E7A Color Information

#D37E7A is a light color. The closest websafe version is #D37E7A. A complement of this color would be #79CED2, perceived brightness is 0.59, and the grayscale version is #A7A7A7.

In the HSL color space, this color has a hue angle of 3°,a saturation of 50%, and a lightness of 65%.The HSV representation shows a hue of 3°, a saturation of 100%, and a value of 100%.

In a RGB color space, #D37E7A is composed of 83% red, 49% green and 48% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 42% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 30.63, x: 0.4525, and y: 0.3534.

Color Code #D37E7A

HEX
#D37E7A
RGB
rgb(211, 126, 122)
HSL
hsl(3, 50%, 65%)
HSV
hsv(3, 42%, 83%)
CMYK
0%, 40%, 42%, 17%
XYZ
X: 39.22, Y: 30.63, Z: 16.83
Lab
L: 62.19, a: 33.43, b: 17.09
Name

Shades of Color #D37E7A

Shades are created by darkening the original color #D37E7A 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 #D37E7A

Tints are created by lightening the original color #D37E7A 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 #D37E7A Color Code

In the HSL color space, this color has a hue angle of 3°, a saturation of 50%, and a lightness of 65%. The HSV representation shows a hue of 3°, a saturation of 42%, and a value of 83%.

  • HEX: #D37E7A
  • RGB: rgb(211, 126, 122)
  • HSL: hsl(3, 50%, 65%)
  • HSV: hsv(3, 42%, 83%)
  • CMYK: 0.00% cyan, 40.00% magenta, 42.00% yellow, 17.00% black
  • XYZ: 39.22, 30.63, 16.83
  • Yxy: 30.63, 0.4525, 0.3534
  • Hunter Lab: 62.19, 33.43, 17.09
  • CIE-Lab: 62.19, 33.43, 17.09

In the XYZ color space, this color is represented as X: 39.22, Y: 30.63, Z: 16.83. The Yxy representation further refines this as Y: 30.63, x: 0.4525, and y: 0.3534.

In the Hunter Lab color space, this color is represented as L: 62.19, a: 33.43, and b: 17.09. Similarly, in the CIE-Lab color space, it is represented as L: 62.19, a: 33.43, and b: 17.09.

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 #D37E7A

Triadic colors are three colors evenly spaced around the color wheel, including #D37E7A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #D37E7A

Analogous colors are adjacent to #D37E7A on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #D37E7A

Monochromatic colors are variations of #D37E7A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #D37E7A

The complementary color of #D37E7A 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 #D37E7A

/* Using HEX */
body {
  background-color: #d37e7a;
}
/* Using RGB */
body {
  background-color: rgb(211, 126, 122);
}
/* Using RGB with opacity */
body {
  background-color: rgba(211, 126, 122, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(3, 50%, 65%);
}
/* Text color */
p {
  color: #d37e7a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d37e7a;
}

HTML Examples of #D37E7A

<!-- Using HEX -->
<div style="background-color: #d37e7a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(211, 126, 122); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(211, 126, 122, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(3, 50%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d37e7a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d37e7a; width: 100px; height: 100px;"></div>

Related Colors of #D37E7A

These colors are similar to #D37E7A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.