Color: #DA707D

#DA707D Color Information

#DA707D is a light color. The closest websafe version is #DA707D. A complement of this color would be #71DACE, perceived brightness is 0.57, and the grayscale version is #A5A5A5.

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

In a RGB color space, #DA707D is composed of 85% red, 44% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 43% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 28.46, x: 0.4654, and y: 0.3332.

Color Code #DA707D

#DA707Drgb(218, 112, 125)
HEX
#DA707D
RGB
rgb(218, 112, 125)
HSL
hsl(353, 59%, 65%)
HSV
hsv(353, 49%, 85%)
CMYK
0%, 49%, 43%, 15%
XYZ
X: 39.75, Y: 28.46, Z: 17.20
Lab
L: 60.30, a: 43.23, b: 12.98
Name

Shades of Color #DA707D

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

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

#DA707Drgb(218, 112, 125)

About #DA707D Color Code

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

  • HEX: #DA707D
  • RGB: rgb(218, 112, 125)
  • HSL: hsl(353, 59%, 65%)
  • HSV: hsv(353, 49%, 85%)
  • CMYK: 0.00% cyan, 49.00% magenta, 43.00% yellow, 15.00% black
  • XYZ: 39.75, 28.46, 17.20
  • Yxy: 28.46, 0.4654, 0.3332
  • Hunter Lab: 60.30, 43.23, 12.98
  • CIE-Lab: 60.30, 43.23, 12.98

In the XYZ color space, this color is represented as X: 39.75, Y: 28.46, Z: 17.20. The Yxy representation further refines this as Y: 28.46, x: 0.4654, and y: 0.3332.

In the Hunter Lab color space, this color is represented as L: 60.30, a: 43.23, and b: 12.98. Similarly, in the CIE-Lab color space, it is represented as L: 60.30, a: 43.23, and b: 12.98.

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

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

Analogous Colors of #DA707D

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

Split Complementary Colors of #DA707D

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

Tetradic Colors of #DA707D

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

Monochromatic Colors of #DA707D

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

Complementary Color of #DA707D

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

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

HTML Examples of #DA707D

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

Related Colors of #DA707D

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