Color: #DB71DB

#DB71DB Color Information

#DB71DB is a light color. The closest websafe version is #DB71DB. A complement of this color would be #70DB70, perceived brightness is 0.61, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 300°,a saturation of 60%, and a lightness of 65%.The HSV representation shows a hue of 300°, a saturation of 48%, and a value of 86%.

In a RGB color space, #DB71DB is composed of 86% red, 44% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 31.89, x: 0.3577, and y: 0.2408.

Color Code #DB71DB

#DB71DBrgb(219, 113, 219)
HEX
#DB71DB
RGB
rgb(219, 113, 219)
HSL
hsl(300, 60%, 65%)
HSV
hsv(300, 48%, 86%)
CMYK
0%, 48%, 0%, 14%
XYZ
X: 47.38, Y: 31.89, Z: 53.18
Lab
L: 63.25, a: 52.95, b: -36.11
Name

Shades of Color #DB71DB

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

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

#DB71DBrgb(219, 113, 219)

About #DB71DB Color Code

In the HSL color space, this color has a hue angle of 300°, a saturation of 60%, and a lightness of 65%. The HSV representation shows a hue of 300°, a saturation of 48%, and a value of 86%.

  • HEX: #DB71DB
  • RGB: rgb(219, 113, 219)
  • HSL: hsl(300, 60%, 65%)
  • HSV: hsv(300, 48%, 86%)
  • CMYK: 0.00% cyan, 48.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 47.38, 31.89, 53.18
  • Yxy: 31.89, 0.3577, 0.2408
  • Hunter Lab: 63.25, 52.95, -36.11
  • CIE-Lab: 63.25, 52.95, -36.11

In the XYZ color space, this color is represented as X: 47.38, Y: 31.89, Z: 53.18. The Yxy representation further refines this as Y: 31.89, x: 0.3577, and y: 0.2408.

In the Hunter Lab color space, this color is represented as L: 63.25, a: 52.95, and b: -36.11. Similarly, in the CIE-Lab color space, it is represented as L: 63.25, a: 52.95, and b: -36.11.

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

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

Analogous Colors of #DB71DB

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

Monochromatic Colors of #DB71DB

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

Complementary Color of #DB71DB

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

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

HTML Examples of #DB71DB

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

Related Colors of #DB71DB

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