Color: #DB8DEC

#DB8DEC Color Information

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

In the HSL color space, this color has a hue angle of 289°,a saturation of 71%, and a lightness of 74%.The HSV representation shows a hue of 289°, a saturation of 40%, and a value of 93%.

In a RGB color space, #DB8DEC is composed of 86% red, 55% green and 93% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 40% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 39.94, x: 0.3395, and y: 0.2551.

Color Code #DB8DEC

#DB8DECrgb(219, 141, 236)
HEX
#DB8DEC
RGB
rgb(219, 141, 236)
HSL
hsl(289, 71%, 74%)
HSV
hsv(289, 40%, 93%)
CMYK
7%, 40%, 0%, 7%
XYZ
X: 53.15, Y: 39.94, Z: 63.48
Lab
L: 69.43, a: 41.74, b: -35.96
Name

Shades of Color #DB8DEC

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

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

#DB8DECrgb(219, 141, 236)

About #DB8DEC Color Code

In the HSL color space, this color has a hue angle of 289°, a saturation of 71%, and a lightness of 74%. The HSV representation shows a hue of 289°, a saturation of 40%, and a value of 93%.

  • HEX: #DB8DEC
  • RGB: rgb(219, 141, 236)
  • HSL: hsl(289, 71%, 74%)
  • HSV: hsv(289, 40%, 93%)
  • CMYK: 7.00% cyan, 40.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 53.15, 39.94, 63.48
  • Yxy: 39.94, 0.3395, 0.2551
  • Hunter Lab: 69.43, 41.74, -35.96
  • CIE-Lab: 69.43, 41.74, -35.96

In the XYZ color space, this color is represented as X: 53.15, Y: 39.94, Z: 63.48. The Yxy representation further refines this as Y: 39.94, x: 0.3395, and y: 0.2551.

In the Hunter Lab color space, this color is represented as L: 69.43, a: 41.74, and b: -35.96. Similarly, in the CIE-Lab color space, it is represented as L: 69.43, a: 41.74, and b: -35.96.

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

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

Analogous Colors of #DB8DEC

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

Split Complementary Colors of #DB8DEC

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

Tetradic Colors of #DB8DEC

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

Monochromatic Colors of #DB8DEC

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

Complementary Color of #DB8DEC

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

/* Using HEX */
body {
  background-color: #db8dec;
}
/* Using RGB */
body {
  background-color: rgb(219, 141, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 141, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(289, 71%, 74%);
}
/* Text color */
p {
  color: #db8dec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db8dec;
}
/* Border color */
.box {
  border: 4px solid #db8dec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #db8dec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #db8dec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DB8DEC
On Black Background
#DB8DEC
On White Background
#DB8DEC

HTML Examples of #DB8DEC

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

Related Colors of #DB8DEC

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