Color: #D49BBE

#D49BBE Color Information

#D49BBE is a light color. The closest websafe version is #D49BBE. A complement of this color would be #9BD4B1, perceived brightness is 0.69, and the grayscale version is #B8B8B8.

In the HSL color space, this color has a hue angle of 323°,a saturation of 40%, and a lightness of 72%.The HSV representation shows a hue of 323°, a saturation of 27%, and a value of 83%.

In a RGB color space, #D49BBE is composed of 83% red, 61% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 10% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 41.27, x: 0.3722, and y: 0.3154.

Color Code #D49BBE

#D49BBErgb(212, 155, 190)
HEX
#D49BBE
RGB
rgb(212, 155, 190)
HSL
hsl(323, 40%, 72%)
HSV
hsv(323, 27%, 83%)
CMYK
0%, 27%, 10%, 17%
XYZ
X: 48.70, Y: 41.27, Z: 40.87
Lab
L: 70.36, a: 25.93, b: -9.34
Name

Shades of Color #D49BBE

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

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

#D49BBErgb(212, 155, 190)

About #D49BBE Color Code

In the HSL color space, this color has a hue angle of 323°, a saturation of 40%, and a lightness of 72%. The HSV representation shows a hue of 323°, a saturation of 27%, and a value of 83%.

  • HEX: #D49BBE
  • RGB: rgb(212, 155, 190)
  • HSL: hsl(323, 40%, 72%)
  • HSV: hsv(323, 27%, 83%)
  • CMYK: 0.00% cyan, 27.00% magenta, 10.00% yellow, 17.00% black
  • XYZ: 48.70, 41.27, 40.87
  • Yxy: 41.27, 0.3722, 0.3154
  • Hunter Lab: 70.36, 25.93, -9.34
  • CIE-Lab: 70.36, 25.93, -9.34

In the XYZ color space, this color is represented as X: 48.70, Y: 41.27, Z: 40.87. The Yxy representation further refines this as Y: 41.27, x: 0.3722, and y: 0.3154.

In the Hunter Lab color space, this color is represented as L: 70.36, a: 25.93, and b: -9.34. Similarly, in the CIE-Lab color space, it is represented as L: 70.36, a: 25.93, and b: -9.34.

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

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

Analogous Colors of #D49BBE

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

Monochromatic Colors of #D49BBE

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

Complementary Color of #D49BBE

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

/* Using HEX */
body {
  background-color: #d49bbe;
}
/* Using RGB */
body {
  background-color: rgb(212, 155, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(212, 155, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(323, 40%, 72%);
}
/* Text color */
p {
  color: #d49bbe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d49bbe;
}
/* Border color */
.box {
  border: 4px solid #d49bbe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d49bbe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d49bbe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D49BBE
On Black Background
#D49BBE
On White Background
#D49BBE

HTML Examples of #D49BBE

<!-- Using HEX -->
<div style="background-color: #d49bbe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(212, 155, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(212, 155, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(323, 40%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d49bbe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d49bbe; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #d49bbe; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #d49bbe;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #d49bbe; color: #fff; padding: 16px; border-radius: 8px;">
  #D49BBE
</div>
#D49BBE
On Black Background
#D49BBE
On White Background
#D49BBE

Related Colors of #D49BBE

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