Color: #DC9ADF

#DC9ADF Color Information

#DC9ADF is a light color. The closest websafe version is #DC9ADF. A complement of this color would be #9EDF9A, perceived brightness is 0.71, and the grayscale version is #BDBDBD.

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

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

In the Yxy color space, this color is represented as Y: 43.56, x: 0.3506, and y: 0.2818.

Color Code #DC9ADF

HEX
#DC9ADF
RGB
rgb(220, 154, 223)
HSL
hsl(297, 52%, 74%)
HSV
hsv(297, 31%, 87%)
CMYK
1%, 31%, 0%, 13%
XYZ
X: 54.21, Y: 43.56, Z: 56.83
Lab
L: 71.94, a: 33.64, b: -25.01
Name

Shades of Color #DC9ADF

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

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

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

  • HEX: #DC9ADF
  • RGB: rgb(220, 154, 223)
  • HSL: hsl(297, 52%, 74%)
  • HSV: hsv(297, 31%, 87%)
  • CMYK: 100.00% cyan, 31.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 54.21, 43.56, 56.83
  • Yxy: 43.56, 0.3506, 0.2818
  • Hunter Lab: 71.94, 33.64, -25.01
  • CIE-Lab: 71.94, 33.64, -25.01

In the XYZ color space, this color is represented as X: 54.21, Y: 43.56, Z: 56.83. The Yxy representation further refines this as Y: 43.56, x: 0.3506, and y: 0.2818.

In the Hunter Lab color space, this color is represented as L: 71.94, a: 33.64, and b: -25.01. Similarly, in the CIE-Lab color space, it is represented as L: 71.94, a: 33.64, and b: -25.01.

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

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

Analogous Colors of #DC9ADF

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

Monochromatic Colors of #DC9ADF

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

Complementary Color of #DC9ADF

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

/* Using HEX */
body {
  background-color: #dc9adf;
}
/* Using RGB */
body {
  background-color: rgb(220, 154, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 154, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(297, 52%, 74%);
}
/* Text color */
p {
  color: #dc9adf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dc9adf;
}

HTML Examples of #DC9ADF

<!-- Using HEX -->
<div style="background-color: #dc9adf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(220, 154, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(220, 154, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(297, 52%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dc9adf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dc9adf; width: 100px; height: 100px;"></div>

Related Colors of #DC9ADF

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