Color: #DA9990

#DA9990 Color Information

#DA9990 is a light color. The closest websafe version is #DA9990. A complement of this color would be #90D1DA, perceived brightness is 0.67, and the grayscale version is #B5B5B5.

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

In a RGB color space, #DA9990 is composed of 85% red, 60% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 34% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 40.13, x: 0.4221, and y: 0.3617.

Color Code #DA9990

HEX
#DA9990
RGB
rgb(218, 153, 144)
HSL
hsl(7, 50%, 71%)
HSV
hsv(7, 34%, 85%)
CMYK
0%, 30%, 34%, 15%
XYZ
X: 46.83, Y: 40.13, Z: 23.99
Lab
L: 69.56, a: 24.23, b: 15.03
Name

Shades of Color #DA9990

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

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

In the HSL color space, this color has a hue angle of 7°, a saturation of 50%, and a lightness of 71%. The HSV representation shows a hue of 7°, a saturation of 34%, and a value of 85%.

  • HEX: #DA9990
  • RGB: rgb(218, 153, 144)
  • HSL: hsl(7, 50%, 71%)
  • HSV: hsv(7, 34%, 85%)
  • CMYK: 0.00% cyan, 30.00% magenta, 34.00% yellow, 15.00% black
  • XYZ: 46.83, 40.13, 23.99
  • Yxy: 40.13, 0.4221, 0.3617
  • Hunter Lab: 69.56, 24.23, 15.03
  • CIE-Lab: 69.56, 24.23, 15.03

In the XYZ color space, this color is represented as X: 46.83, Y: 40.13, Z: 23.99. The Yxy representation further refines this as Y: 40.13, x: 0.4221, and y: 0.3617.

In the Hunter Lab color space, this color is represented as L: 69.56, a: 24.23, and b: 15.03. Similarly, in the CIE-Lab color space, it is represented as L: 69.56, a: 24.23, and b: 15.03.

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

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

Analogous Colors of #DA9990

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

Monochromatic Colors of #DA9990

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

Complementary Color of #DA9990

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

/* Using HEX */
body {
  background-color: #da9990;
}
/* Using RGB */
body {
  background-color: rgb(218, 153, 144);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 153, 144, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(7, 50%, 71%);
}
/* Text color */
p {
  color: #da9990;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #da9990;
}

HTML Examples of #DA9990

<!-- Using HEX -->
<div style="background-color: #da9990; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(218, 153, 144); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(218, 153, 144, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(7, 50%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #da9990;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #da9990; width: 100px; height: 100px;"></div>

Related Colors of #DA9990

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