Color: #DA9BC0

#DA9BC0 Color Information

#DA9BC0 is a light color. The closest websafe version is #DA9BC0. A complement of this color would be #9ADAB5, perceived brightness is 0.70, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 325°,a saturation of 46%, and a lightness of 73%.The HSV representation shows a hue of 325°, a saturation of 29%, and a value of 85%.

In a RGB color space, #DA9BC0 is composed of 85% red, 61% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 12% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 42.29, x: 0.3763, and y: 0.3137.

Color Code #DA9BC0

#DA9BC0rgb(218, 155, 192)
HEX
#DA9BC0
RGB
rgb(218, 155, 192)
HSL
hsl(325, 46%, 73%)
HSV
hsv(325, 29%, 85%)
CMYK
0%, 29%, 12%, 15%
XYZ
X: 50.74, Y: 42.29, Z: 41.80
Lab
L: 71.07, a: 28.35, b: -9.31
Name

Shades of Color #DA9BC0

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

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

#DA9BC0rgb(218, 155, 192)

About #DA9BC0 Color Code

In the HSL color space, this color has a hue angle of 325°, a saturation of 46%, and a lightness of 73%. The HSV representation shows a hue of 325°, a saturation of 29%, and a value of 85%.

  • HEX: #DA9BC0
  • RGB: rgb(218, 155, 192)
  • HSL: hsl(325, 46%, 73%)
  • HSV: hsv(325, 29%, 85%)
  • CMYK: 0.00% cyan, 29.00% magenta, 12.00% yellow, 15.00% black
  • XYZ: 50.74, 42.29, 41.80
  • Yxy: 42.29, 0.3763, 0.3137
  • Hunter Lab: 71.07, 28.35, -9.31
  • CIE-Lab: 71.07, 28.35, -9.31

In the XYZ color space, this color is represented as X: 50.74, Y: 42.29, Z: 41.80. The Yxy representation further refines this as Y: 42.29, x: 0.3763, and y: 0.3137.

In the Hunter Lab color space, this color is represented as L: 71.07, a: 28.35, and b: -9.31. Similarly, in the CIE-Lab color space, it is represented as L: 71.07, a: 28.35, and b: -9.31.

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

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

Analogous Colors of #DA9BC0

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

Split Complementary Colors of #DA9BC0

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

Tetradic Colors of #DA9BC0

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

Monochromatic Colors of #DA9BC0

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

Complementary Color of #DA9BC0

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

/* Using HEX */
body {
  background-color: #da9bc0;
}
/* Using RGB */
body {
  background-color: rgb(218, 155, 192);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 155, 192, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 46%, 73%);
}
/* Text color */
p {
  color: #da9bc0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #da9bc0;
}
/* Border color */
.box {
  border: 4px solid #da9bc0;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #da9bc0;
}
Text Shadow Preview
/* Background with text */
div {
  background: #da9bc0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DA9BC0
On Black Background
#DA9BC0
On White Background
#DA9BC0

HTML Examples of #DA9BC0

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

Related Colors of #DA9BC0

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