Color: #DA948C

#DA948C Color Information

#DA948C is a light color. The closest websafe version is #DA948C. A complement of this color would be #8BD2DA, perceived brightness is 0.66, and the grayscale version is #B3B3B3.

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

In a RGB color space, #DA948C is composed of 85% red, 58% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 36% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 38.42, x: 0.4285, and y: 0.3600.

Color Code #DA948C

HEX
#DA948C
RGB
rgb(218, 148, 140)
HSL
hsl(6, 51%, 70%)
HSV
hsv(6, 36%, 85%)
CMYK
0%, 32%, 36%, 15%
XYZ
X: 45.73, Y: 38.42, Z: 22.58
Lab
L: 68.33, a: 26.44, b: 15.55
Name

Shades of Color #DA948C

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

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

In the HSL color space, this color has a hue angle of 6°, a saturation of 51%, and a lightness of 70%. The HSV representation shows a hue of 6°, a saturation of 36%, and a value of 85%.

  • HEX: #DA948C
  • RGB: rgb(218, 148, 140)
  • HSL: hsl(6, 51%, 70%)
  • HSV: hsv(6, 36%, 85%)
  • CMYK: 0.00% cyan, 32.00% magenta, 36.00% yellow, 15.00% black
  • XYZ: 45.73, 38.42, 22.58
  • Yxy: 38.42, 0.4285, 0.3600
  • Hunter Lab: 68.33, 26.44, 15.55
  • CIE-Lab: 68.33, 26.44, 15.55

In the XYZ color space, this color is represented as X: 45.73, Y: 38.42, Z: 22.58. The Yxy representation further refines this as Y: 38.42, x: 0.4285, and y: 0.3600.

In the Hunter Lab color space, this color is represented as L: 68.33, a: 26.44, and b: 15.55. Similarly, in the CIE-Lab color space, it is represented as L: 68.33, a: 26.44, and b: 15.55.

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

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

Analogous Colors of #DA948C

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

Monochromatic Colors of #DA948C

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

Complementary Color of #DA948C

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

/* Using HEX */
body {
  background-color: #da948c;
}
/* Using RGB */
body {
  background-color: rgb(218, 148, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 148, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(6, 51%, 70%);
}
/* Text color */
p {
  color: #da948c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #da948c;
}

HTML Examples of #DA948C

<!-- Using HEX -->
<div style="background-color: #da948c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(218, 148, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(218, 148, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(6, 51%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #da948c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #da948c; width: 100px; height: 100px;"></div>

Related Colors of #DA948C

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