Color: #DF5E6B

#DF5E6B Color Information

#DF5E6B is a light color. The closest websafe version is #DF5E6B. A complement of this color would be #5DDFD2, perceived brightness is 0.53, and the grayscale version is #9F9F9F.

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

In a RGB color space, #DF5E6B is composed of 87% red, 37% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 58% magenta, 52% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 25.33, x: 0.5042, and y: 0.3309.

Color Code #DF5E6B

HEX
#DF5E6B
RGB
rgb(223, 94, 107)
HSL
hsl(354, 67%, 62%)
HSV
hsv(354, 58%, 87%)
CMYK
0%, 58%, 52%, 13%
XYZ
X: 38.59, Y: 25.33, Z: 12.62
Lab
L: 57.40, a: 52.10, b: 19.61
Name

Shades of Color #DF5E6B

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

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

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

  • HEX: #DF5E6B
  • RGB: rgb(223, 94, 107)
  • HSL: hsl(354, 67%, 62%)
  • HSV: hsv(354, 58%, 87%)
  • CMYK: 0.00% cyan, 58.00% magenta, 52.00% yellow, 13.00% black
  • XYZ: 38.59, 25.33, 12.62
  • Yxy: 25.33, 0.5042, 0.3309
  • Hunter Lab: 57.40, 52.10, 19.61
  • CIE-Lab: 57.40, 52.10, 19.61

In the XYZ color space, this color is represented as X: 38.59, Y: 25.33, Z: 12.62. The Yxy representation further refines this as Y: 25.33, x: 0.5042, and y: 0.3309.

In the Hunter Lab color space, this color is represented as L: 57.40, a: 52.10, and b: 19.61. Similarly, in the CIE-Lab color space, it is represented as L: 57.40, a: 52.10, and b: 19.61.

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

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

Analogous Colors of #DF5E6B

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

Monochromatic Colors of #DF5E6B

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

Complementary Color of #DF5E6B

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

/* Using HEX */
body {
  background-color: #df5e6b;
}
/* Using RGB */
body {
  background-color: rgb(223, 94, 107);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 94, 107, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(354, 67%, 62%);
}
/* Text color */
p {
  color: #df5e6b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #df5e6b;
}

HTML Examples of #DF5E6B

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

Related Colors of #DF5E6B

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