Color: #DF9CDC

#DF9CDC Color Information

#DF9CDC is a light color. The closest websafe version is #DF9CDC. A complement of this color would be #9BDF9E, perceived brightness is 0.72, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 303°,a saturation of 51%, and a lightness of 74%.The HSV representation shows a hue of 303°, a saturation of 30%, and a value of 87%.

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

In the Yxy color space, this color is represented as Y: 44.59, x: 0.3558, and y: 0.2873.

Color Code #DF9CDC

#DF9CDCrgb(223, 156, 220)
HEX
#DF9CDC
RGB
rgb(223, 156, 220)
HSL
hsl(303, 51%, 74%)
HSV
hsv(303, 30%, 87%)
CMYK
0%, 30%, 1%, 13%
XYZ
X: 55.22, Y: 44.59, Z: 55.37
Lab
L: 72.62, a: 33.23, b: -22.30
Name

Shades of Color #DF9CDC

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

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

#DF9CDCrgb(223, 156, 220)

About #DF9CDC Color Code

In the HSL color space, this color has a hue angle of 303°, a saturation of 51%, and a lightness of 74%. The HSV representation shows a hue of 303°, a saturation of 30%, and a value of 87%.

  • HEX: #DF9CDC
  • RGB: rgb(223, 156, 220)
  • HSL: hsl(303, 51%, 74%)
  • HSV: hsv(303, 30%, 87%)
  • CMYK: 0.00% cyan, 30.00% magenta, 100.00% yellow, 13.00% black
  • XYZ: 55.22, 44.59, 55.37
  • Yxy: 44.59, 0.3558, 0.2873
  • Hunter Lab: 72.62, 33.23, -22.30
  • CIE-Lab: 72.62, 33.23, -22.30

In the XYZ color space, this color is represented as X: 55.22, Y: 44.59, Z: 55.37. The Yxy representation further refines this as Y: 44.59, x: 0.3558, and y: 0.2873.

In the Hunter Lab color space, this color is represented as L: 72.62, a: 33.23, and b: -22.30. Similarly, in the CIE-Lab color space, it is represented as L: 72.62, a: 33.23, and b: -22.30.

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

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

Analogous Colors of #DF9CDC

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

Monochromatic Colors of #DF9CDC

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

Complementary Color of #DF9CDC

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

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

HTML Examples of #DF9CDC

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

Related Colors of #DF9CDC

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