Color: #DF96CC

#DF96CC Color Information

#DF96CC is a light color. The closest websafe version is #DF96CC. A complement of this color would be #96DFA9, perceived brightness is 0.70, and the grayscale version is #BBBBBB.

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

In a RGB color space, #DF96CC is composed of 87% red, 59% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 9% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 41.94, x: 0.3712, and y: 0.2962.

Color Code #DF96CC

HEX
#DF96CC
RGB
rgb(223, 150, 204)
HSL
hsl(316, 53%, 73%)
HSV
hsv(316, 33%, 87%)
CMYK
0%, 33%, 9%, 13%
XYZ
X: 52.56, Y: 41.94, Z: 47.11
Lab
L: 70.83, a: 34.17, b: -16.21
Name

Shades of Color #DF96CC

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

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

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

  • HEX: #DF96CC
  • RGB: rgb(223, 150, 204)
  • HSL: hsl(316, 53%, 73%)
  • HSV: hsv(316, 33%, 87%)
  • CMYK: 0.00% cyan, 33.00% magenta, 9.00% yellow, 13.00% black
  • XYZ: 52.56, 41.94, 47.11
  • Yxy: 41.94, 0.3712, 0.2962
  • Hunter Lab: 70.83, 34.17, -16.21
  • CIE-Lab: 70.83, 34.17, -16.21

In the XYZ color space, this color is represented as X: 52.56, Y: 41.94, Z: 47.11. The Yxy representation further refines this as Y: 41.94, x: 0.3712, and y: 0.2962.

In the Hunter Lab color space, this color is represented as L: 70.83, a: 34.17, and b: -16.21. Similarly, in the CIE-Lab color space, it is represented as L: 70.83, a: 34.17, and b: -16.21.

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

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

Analogous Colors of #DF96CC

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

Monochromatic Colors of #DF96CC

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

Complementary Color of #DF96CC

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

/* Using HEX */
body {
  background-color: #df96cc;
}
/* Using RGB */
body {
  background-color: rgb(223, 150, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 150, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(316, 53%, 73%);
}
/* Text color */
p {
  color: #df96cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #df96cc;
}

HTML Examples of #DF96CC

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

Related Colors of #DF96CC

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