Color: #D85EBC

#D85EBC Color Information

#D85EBC is a light color. The closest websafe version is #D85EBC. A complement of this color would be #5FD87B, perceived brightness is 0.55, and the grayscale version is #9B9B9B.

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

In a RGB color space, #D85EBC is composed of 85% red, 37% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 56% magenta, 13% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 26.35, x: 0.3919, and y: 0.2491.

Color Code #D85EBC

#D85EBCrgb(216, 94, 188)
HEX
#D85EBC
RGB
rgb(216, 94, 188)
HSL
hsl(314, 61%, 61%)
HSV
hsv(314, 56%, 85%)
CMYK
0%, 56%, 13%, 15%
XYZ
X: 41.45, Y: 26.35, Z: 37.96
Lab
L: 58.37, a: 56.80, b: -26.16
Name

Shades of Color #D85EBC

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

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

#D85EBCrgb(216, 94, 188)

About #D85EBC Color Code

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

  • HEX: #D85EBC
  • RGB: rgb(216, 94, 188)
  • HSL: hsl(314, 61%, 61%)
  • HSV: hsv(314, 56%, 85%)
  • CMYK: 0.00% cyan, 56.00% magenta, 13.00% yellow, 15.00% black
  • XYZ: 41.45, 26.35, 37.96
  • Yxy: 26.35, 0.3919, 0.2491
  • Hunter Lab: 58.37, 56.80, -26.16
  • CIE-Lab: 58.37, 56.80, -26.16

In the XYZ color space, this color is represented as X: 41.45, Y: 26.35, Z: 37.96. The Yxy representation further refines this as Y: 26.35, x: 0.3919, and y: 0.2491.

In the Hunter Lab color space, this color is represented as L: 58.37, a: 56.80, and b: -26.16. Similarly, in the CIE-Lab color space, it is represented as L: 58.37, a: 56.80, and b: -26.16.

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

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

Analogous Colors of #D85EBC

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

Split Complementary Colors of #D85EBC

Split complementary colors are two colors adjacent to the complementary color of #D85EBC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #D85EBC

Tetradic colors form a rectangle on the color wheel, including #D85EBC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #D85EBC

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

Complementary Color of #D85EBC

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

/* Using HEX */
body {
  background-color: #d85ebc;
}
/* Using RGB */
body {
  background-color: rgb(216, 94, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(216, 94, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(314, 61%, 61%);
}
/* Text color */
p {
  color: #d85ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d85ebc;
}
/* Border color */
.box {
  border: 4px solid #d85ebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d85ebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d85ebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D85EBC
On Black Background
#D85EBC
On White Background
#D85EBC

HTML Examples of #D85EBC

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

Related Colors of #D85EBC

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