Color: #D17DAB

#D17DAB Color Information

#D17DAB is a light color. The closest websafe version is #D17DAB. A complement of this color would be #7BD1A1, perceived brightness is 0.61, and the grayscale version is #A7A7A7.

In the HSL color space, this color has a hue angle of 327°,a saturation of 48%, and a lightness of 65%.The HSV representation shows a hue of 327°, a saturation of 40%, and a value of 82%.

In a RGB color space, #D17DAB is composed of 82% red, 49% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 18% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 31.36, x: 0.3961, and y: 0.2991.

Color Code #D17DAB

#D17DABrgb(209, 125, 171)
HEX
#D17DAB
RGB
rgb(209, 125, 171)
HSL
hsl(327, 48%, 65%)
HSV
hsv(327, 40%, 82%)
CMYK
0%, 40%, 18%, 18%
XYZ
X: 41.53, Y: 31.36, Z: 31.96
Lab
L: 62.81, a: 37.90, b: -9.91
Name

Shades of Color #D17DAB

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

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

#D17DABrgb(209, 125, 171)

About #D17DAB Color Code

In the HSL color space, this color has a hue angle of 327°, a saturation of 48%, and a lightness of 65%. The HSV representation shows a hue of 327°, a saturation of 40%, and a value of 82%.

  • HEX: #D17DAB
  • RGB: rgb(209, 125, 171)
  • HSL: hsl(327, 48%, 65%)
  • HSV: hsv(327, 40%, 82%)
  • CMYK: 0.00% cyan, 40.00% magenta, 18.00% yellow, 18.00% black
  • XYZ: 41.53, 31.36, 31.96
  • Yxy: 31.36, 0.3961, 0.2991
  • Hunter Lab: 62.81, 37.90, -9.91
  • CIE-Lab: 62.81, 37.90, -9.91

In the XYZ color space, this color is represented as X: 41.53, Y: 31.36, Z: 31.96. The Yxy representation further refines this as Y: 31.36, x: 0.3961, and y: 0.2991.

In the Hunter Lab color space, this color is represented as L: 62.81, a: 37.90, and b: -9.91. Similarly, in the CIE-Lab color space, it is represented as L: 62.81, a: 37.90, and b: -9.91.

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

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

Analogous Colors of #D17DAB

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

Split Complementary Colors of #D17DAB

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

Tetradic Colors of #D17DAB

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

Monochromatic Colors of #D17DAB

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

Complementary Color of #D17DAB

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

/* Using HEX */
body {
  background-color: #d17dab;
}
/* Using RGB */
body {
  background-color: rgb(209, 125, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(209, 125, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(327, 48%, 65%);
}
/* Text color */
p {
  color: #d17dab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d17dab;
}
/* Border color */
.box {
  border: 4px solid #d17dab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d17dab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d17dab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D17DAB
On Black Background
#D17DAB
On White Background
#D17DAB

HTML Examples of #D17DAB

<!-- Using HEX -->
<div style="background-color: #d17dab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(209, 125, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(209, 125, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(327, 48%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d17dab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d17dab; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #d17dab; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #d17dab;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #d17dab; color: #fff; padding: 16px; border-radius: 8px;">
  #D17DAB
</div>
#D17DAB
On Black Background
#D17DAB
On White Background
#D17DAB

Related Colors of #D17DAB

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