Color: #DA8FCC

#DA8FCC Color Information

#DA8FCC is a light color. The closest websafe version is #DA8FCC. A complement of this color would be #90DA9E, perceived brightness is 0.68, and the grayscale version is #B4B4B4.

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

In a RGB color space, #DA8FCC is composed of 85% red, 56% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 6% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 38.95, x: 0.3674, and y: 0.2874.

Color Code #DA8FCC

HEX
#DA8FCC
RGB
rgb(218, 143, 204)
HSL
hsl(311, 50%, 71%)
HSV
hsv(311, 34%, 85%)
CMYK
0%, 34%, 6%, 15%
XYZ
X: 49.79, Y: 38.95, Z: 46.77
Lab
L: 68.72, a: 35.98, b: -19.45
Name

Shades of Color #DA8FCC

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

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

In the HSL color space, this color has a hue angle of 311°, a saturation of 50%, and a lightness of 71%. The HSV representation shows a hue of 311°, a saturation of 34%, and a value of 85%.

  • HEX: #DA8FCC
  • RGB: rgb(218, 143, 204)
  • HSL: hsl(311, 50%, 71%)
  • HSV: hsv(311, 34%, 85%)
  • CMYK: 0.00% cyan, 34.00% magenta, 6.00% yellow, 15.00% black
  • XYZ: 49.79, 38.95, 46.77
  • Yxy: 38.95, 0.3674, 0.2874
  • Hunter Lab: 68.72, 35.98, -19.45
  • CIE-Lab: 68.72, 35.98, -19.45

In the XYZ color space, this color is represented as X: 49.79, Y: 38.95, Z: 46.77. The Yxy representation further refines this as Y: 38.95, x: 0.3674, and y: 0.2874.

In the Hunter Lab color space, this color is represented as L: 68.72, a: 35.98, and b: -19.45. Similarly, in the CIE-Lab color space, it is represented as L: 68.72, a: 35.98, and b: -19.45.

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

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

Analogous Colors of #DA8FCC

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

Monochromatic Colors of #DA8FCC

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

Complementary Color of #DA8FCC

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

/* Using HEX */
body {
  background-color: #da8fcc;
}
/* Using RGB */
body {
  background-color: rgb(218, 143, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 143, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(311, 50%, 71%);
}
/* Text color */
p {
  color: #da8fcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #da8fcc;
}

HTML Examples of #DA8FCC

<!-- Using HEX -->
<div style="background-color: #da8fcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(218, 143, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(218, 143, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(311, 50%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #da8fcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #da8fcc; width: 100px; height: 100px;"></div>

Related Colors of #DA8FCC

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