Color: #DF545C

#DF545C Color Information

#DF545C is a dark color. The closest websafe version is #DF545C. A complement of this color would be #54DED7, perceived brightness is 0.50, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 357°,a saturation of 68%, and a lightness of 60%.The HSV representation shows a hue of 357°, a saturation of 62%, and a value of 87%.

In a RGB color space, #DF545C is composed of 87% red, 33% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 62% magenta, 59% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 23.42, x: 0.5298, and y: 0.3342.

Color Code #DF545C

#DF545Crgb(223, 84, 92)
HEX
#DF545C
RGB
rgb(223, 84, 92)
HSL
hsl(357, 68%, 60%)
HSV
hsv(357, 62%, 87%)
CMYK
0%, 62%, 59%, 13%
XYZ
X: 37.12, Y: 23.42, Z: 9.53
Lab
L: 55.51, a: 55.53, b: 25.88
Name

Shades of Color #DF545C

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

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

#DF545Crgb(223, 84, 92)

About #DF545C Color Code

In the HSL color space, this color has a hue angle of 357°, a saturation of 68%, and a lightness of 60%. The HSV representation shows a hue of 357°, a saturation of 62%, and a value of 87%.

  • HEX: #DF545C
  • RGB: rgb(223, 84, 92)
  • HSL: hsl(357, 68%, 60%)
  • HSV: hsv(357, 62%, 87%)
  • CMYK: 0.00% cyan, 62.00% magenta, 59.00% yellow, 13.00% black
  • XYZ: 37.12, 23.42, 9.53
  • Yxy: 23.42, 0.5298, 0.3342
  • Hunter Lab: 55.51, 55.53, 25.88
  • CIE-Lab: 55.51, 55.53, 25.88

In the XYZ color space, this color is represented as X: 37.12, Y: 23.42, Z: 9.53. The Yxy representation further refines this as Y: 23.42, x: 0.5298, and y: 0.3342.

In the Hunter Lab color space, this color is represented as L: 55.51, a: 55.53, and b: 25.88. Similarly, in the CIE-Lab color space, it is represented as L: 55.51, a: 55.53, and b: 25.88.

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

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

Analogous Colors of #DF545C

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

Monochromatic Colors of #DF545C

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

Complementary Color of #DF545C

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

/* Using HEX */
body {
  background-color: #df545c;
}
/* Using RGB */
body {
  background-color: rgb(223, 84, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 84, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(357, 68%, 60%);
}
/* Text color */
p {
  color: #df545c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #df545c;
}
/* Border color */
.box {
  border: 4px solid #df545c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #df545c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #df545c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DF545C
On Black Background
#DF545C
On White Background
#DF545C

HTML Examples of #DF545C

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

Related Colors of #DF545C

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