Color: #DA5046

#DA5046 Color Information

#DA5046 is a dark color. The closest websafe version is #DA5046. A complement of this color would be #44D0DA, perceived brightness is 0.47, and the grayscale version is #909090.

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

In a RGB color space, #DA5046 is composed of 85% red, 31% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 63% magenta, 68% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 21.72, x: 0.5536, and y: 0.3481.

Color Code #DA5046

HEX
#DA5046
RGB
rgb(218, 80, 70)
HSL
hsl(4, 67%, 56%)
HSV
hsv(4, 68%, 85%)
CMYK
0%, 63%, 68%, 15%
XYZ
X: 34.54, Y: 21.72, Z: 6.13
Lab
L: 53.73, a: 54.53, b: 36.15
Name

Shades of Color #DA5046

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

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

In the HSL color space, this color has a hue angle of 4°, a saturation of 67%, and a lightness of 56%. The HSV representation shows a hue of 4°, a saturation of 68%, and a value of 85%.

  • HEX: #DA5046
  • RGB: rgb(218, 80, 70)
  • HSL: hsl(4, 67%, 56%)
  • HSV: hsv(4, 68%, 85%)
  • CMYK: 0.00% cyan, 63.00% magenta, 68.00% yellow, 15.00% black
  • XYZ: 34.54, 21.72, 6.13
  • Yxy: 21.72, 0.5536, 0.3481
  • Hunter Lab: 53.73, 54.53, 36.15
  • CIE-Lab: 53.73, 54.53, 36.15

In the XYZ color space, this color is represented as X: 34.54, Y: 21.72, Z: 6.13. The Yxy representation further refines this as Y: 21.72, x: 0.5536, and y: 0.3481.

In the Hunter Lab color space, this color is represented as L: 53.73, a: 54.53, and b: 36.15. Similarly, in the CIE-Lab color space, it is represented as L: 53.73, a: 54.53, and b: 36.15.

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

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

Analogous Colors of #DA5046

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

Monochromatic Colors of #DA5046

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

Complementary Color of #DA5046

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

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

HTML Examples of #DA5046

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

Related Colors of #DA5046

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