Color: #DA5A6C

#DA5A6C Color Information

#DA5A6C is a light color. The closest websafe version is #DA5A6C. A complement of this color would be #59D9C8, perceived brightness is 0.51, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 352°,a saturation of 63%, and a lightness of 60%.The HSV representation shows a hue of 352°, a saturation of 59%, and a value of 85%.

In a RGB color space, #DA5A6C is composed of 85% red, 35% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 59% magenta, 50% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 23.84, x: 0.5010, and y: 0.3258.

Color Code #DA5A6C

#DA5A6Crgb(218, 90, 108)
HEX
#DA5A6C
RGB
rgb(218, 90, 108)
HSL
hsl(352, 63%, 60%)
HSV
hsv(352, 59%, 85%)
CMYK
0%, 59%, 50%, 15%
XYZ
X: 36.66, Y: 23.84, Z: 12.68
Lab
L: 55.93, a: 52.18, b: 16.89
Name

Shades of Color #DA5A6C

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

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

#DA5A6Crgb(218, 90, 108)

About #DA5A6C Color Code

In the HSL color space, this color has a hue angle of 352°, a saturation of 63%, and a lightness of 60%. The HSV representation shows a hue of 352°, a saturation of 59%, and a value of 85%.

  • HEX: #DA5A6C
  • RGB: rgb(218, 90, 108)
  • HSL: hsl(352, 63%, 60%)
  • HSV: hsv(352, 59%, 85%)
  • CMYK: 0.00% cyan, 59.00% magenta, 50.00% yellow, 15.00% black
  • XYZ: 36.66, 23.84, 12.68
  • Yxy: 23.84, 0.5010, 0.3258
  • Hunter Lab: 55.93, 52.18, 16.89
  • CIE-Lab: 55.93, 52.18, 16.89

In the XYZ color space, this color is represented as X: 36.66, Y: 23.84, Z: 12.68. The Yxy representation further refines this as Y: 23.84, x: 0.5010, and y: 0.3258.

In the Hunter Lab color space, this color is represented as L: 55.93, a: 52.18, and b: 16.89. Similarly, in the CIE-Lab color space, it is represented as L: 55.93, a: 52.18, and b: 16.89.

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

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

Analogous Colors of #DA5A6C

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

Split Complementary Colors of #DA5A6C

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

Tetradic Colors of #DA5A6C

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

Monochromatic Colors of #DA5A6C

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

Complementary Color of #DA5A6C

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

/* Using HEX */
body {
  background-color: #da5a6c;
}
/* Using RGB */
body {
  background-color: rgb(218, 90, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 90, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(352, 63%, 60%);
}
/* Text color */
p {
  color: #da5a6c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #da5a6c;
}
/* Border color */
.box {
  border: 4px solid #da5a6c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #da5a6c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #da5a6c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DA5A6C
On Black Background
#DA5A6C
On White Background
#DA5A6C

HTML Examples of #DA5A6C

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

Related Colors of #DA5A6C

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