Color: #D39199

#D39199 Color Information

#D39199 is a light color. The closest websafe version is #D39199. A complement of this color would be #92D3CC, perceived brightness is 0.65, and the grayscale version is #B2B2B2.

In the HSL color space, this color has a hue angle of 353°,a saturation of 43%, and a lightness of 70%.The HSV representation shows a hue of 353°, a saturation of 31%, and a value of 83%.

In a RGB color space, #D39199 is composed of 83% red, 57% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 27% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 36.72, x: 0.4100, and y: 0.3432.

Color Code #D39199

#D39199rgb(211, 145, 153)
HEX
#D39199
RGB
rgb(211, 145, 153)
HSL
hsl(353, 43%, 70%)
HSV
hsv(353, 31%, 83%)
CMYK
0%, 31%, 27%, 17%
XYZ
X: 43.87, Y: 36.72, Z: 26.41
Lab
L: 67.07, a: 26.50, b: 6.42
Name

Shades of Color #D39199

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

Tints are created by lightening the original color #D39199 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.

#D39199rgb(211, 145, 153)

About #D39199 Color Code

In the HSL color space, this color has a hue angle of 353°, a saturation of 43%, and a lightness of 70%. The HSV representation shows a hue of 353°, a saturation of 31%, and a value of 83%.

  • HEX: #D39199
  • RGB: rgb(211, 145, 153)
  • HSL: hsl(353, 43%, 70%)
  • HSV: hsv(353, 31%, 83%)
  • CMYK: 0.00% cyan, 31.00% magenta, 27.00% yellow, 17.00% black
  • XYZ: 43.87, 36.72, 26.41
  • Yxy: 36.72, 0.4100, 0.3432
  • Hunter Lab: 67.07, 26.50, 6.42
  • CIE-Lab: 67.07, 26.50, 6.42

In the XYZ color space, this color is represented as X: 43.87, Y: 36.72, Z: 26.41. The Yxy representation further refines this as Y: 36.72, x: 0.4100, and y: 0.3432.

In the Hunter Lab color space, this color is represented as L: 67.07, a: 26.50, and b: 6.42. Similarly, in the CIE-Lab color space, it is represented as L: 67.07, a: 26.50, and b: 6.42.

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

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

Analogous Colors of #D39199

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

Split Complementary Colors of #D39199

Split complementary colors are two colors adjacent to the complementary color of #D39199. They create a balanced and visually appealing color scheme.

Tetradic Colors of #D39199

Tetradic colors form a rectangle on the color wheel, including #D39199. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #D39199

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

Complementary Color of #D39199

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

/* Using HEX */
body {
  background-color: #d39199;
}
/* Using RGB */
body {
  background-color: rgb(211, 145, 153);
}
/* Using RGB with opacity */
body {
  background-color: rgba(211, 145, 153, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(353, 43%, 70%);
}
/* Text color */
p {
  color: #d39199;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d39199;
}
/* Border color */
.box {
  border: 4px solid #d39199;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d39199;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d39199;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D39199
On Black Background
#D39199
On White Background
#D39199

HTML Examples of #D39199

<!-- Using HEX -->
<div style="background-color: #d39199; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(211, 145, 153); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(211, 145, 153, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(353, 43%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d39199;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d39199; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #d39199; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #d39199;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #d39199; color: #fff; padding: 16px; border-radius: 8px;">
  #D39199
</div>
#D39199
On Black Background
#D39199
On White Background
#D39199

Related Colors of #D39199

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