Color: #DF5EBC

#DF5EBC Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 27.49, x: 0.4000, and y: 0.2517.

Color Code #DF5EBC

HEX
#DF5EBC
RGB
rgb(223, 94, 188)
HSL
hsl(316, 67%, 62%)
HSV
hsv(316, 58%, 87%)
CMYK
0%, 58%, 16%, 13%
XYZ
X: 43.68, Y: 27.49, Z: 38.03
Lab
L: 59.43, a: 58.90, b: -24.44
Name

Shades of Color #DF5EBC

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

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

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

  • HEX: #DF5EBC
  • RGB: rgb(223, 94, 188)
  • HSL: hsl(316, 67%, 62%)
  • HSV: hsv(316, 58%, 87%)
  • CMYK: 0.00% cyan, 58.00% magenta, 16.00% yellow, 13.00% black
  • XYZ: 43.68, 27.49, 38.03
  • Yxy: 27.49, 0.4000, 0.2517
  • Hunter Lab: 59.43, 58.90, -24.44
  • CIE-Lab: 59.43, 58.90, -24.44

In the XYZ color space, this color is represented as X: 43.68, Y: 27.49, Z: 38.03. The Yxy representation further refines this as Y: 27.49, x: 0.4000, and y: 0.2517.

In the Hunter Lab color space, this color is represented as L: 59.43, a: 58.90, and b: -24.44. Similarly, in the CIE-Lab color space, it is represented as L: 59.43, a: 58.90, and b: -24.44.

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

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

Analogous Colors of #DF5EBC

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

Monochromatic Colors of #DF5EBC

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

Complementary Color of #DF5EBC

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

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

HTML Examples of #DF5EBC

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

Related Colors of #DF5EBC

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