Color: #DF8CDC

#DF8CDC Color Information

#DF8CDC is a light color. The closest websafe version is #DF8CDC. A complement of this color would be #8CDE8E, perceived brightness is 0.68, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 302°,a saturation of 56%, and a lightness of 71%.The HSV representation shows a hue of 302°, a saturation of 37%, and a value of 87%.

In a RGB color space, #DF8CDC is composed of 87% red, 55% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 37% magenta, 1% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 39.56, x: 0.3578, and y: 0.2695.

Color Code #DF8CDC

#DF8CDCrgb(223, 140, 220)
HEX
#DF8CDC
RGB
rgb(223, 140, 220)
HSL
hsl(302, 56%, 71%)
HSV
hsv(302, 37%, 87%)
CMYK
0%, 37%, 1%, 13%
XYZ
X: 52.52, Y: 39.56, Z: 54.69
Lab
L: 69.15, a: 41.29, b: -27.55
Name

Shades of Color #DF8CDC

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

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

#DF8CDCrgb(223, 140, 220)

About #DF8CDC Color Code

In the HSL color space, this color has a hue angle of 302°, a saturation of 56%, and a lightness of 71%. The HSV representation shows a hue of 302°, a saturation of 37%, and a value of 87%.

  • HEX: #DF8CDC
  • RGB: rgb(223, 140, 220)
  • HSL: hsl(302, 56%, 71%)
  • HSV: hsv(302, 37%, 87%)
  • CMYK: 0.00% cyan, 37.00% magenta, 100.00% yellow, 13.00% black
  • XYZ: 52.52, 39.56, 54.69
  • Yxy: 39.56, 0.3578, 0.2695
  • Hunter Lab: 69.15, 41.29, -27.55
  • CIE-Lab: 69.15, 41.29, -27.55

In the XYZ color space, this color is represented as X: 52.52, Y: 39.56, Z: 54.69. The Yxy representation further refines this as Y: 39.56, x: 0.3578, and y: 0.2695.

In the Hunter Lab color space, this color is represented as L: 69.15, a: 41.29, and b: -27.55. Similarly, in the CIE-Lab color space, it is represented as L: 69.15, a: 41.29, and b: -27.55.

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

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

Analogous Colors of #DF8CDC

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

Split Complementary Colors of #DF8CDC

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

Tetradic Colors of #DF8CDC

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

Monochromatic Colors of #DF8CDC

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

Complementary Color of #DF8CDC

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

/* Using HEX */
body {
  background-color: #df8cdc;
}
/* Using RGB */
body {
  background-color: rgb(223, 140, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 140, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(302, 56%, 71%);
}
/* Text color */
p {
  color: #df8cdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #df8cdc;
}
/* Border color */
.box {
  border: 4px solid #df8cdc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #df8cdc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #df8cdc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DF8CDC
On Black Background
#DF8CDC
On White Background
#DF8CDC

HTML Examples of #DF8CDC

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

Related Colors of #DF8CDC

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