Color: #DB71FE

#DB71FE Color Information

#DB71FE is a light color. The closest websafe version is #DB71FE. A complement of this color would be #94FE71, perceived brightness is 0.63, and the grayscale version is #B7B7B7.

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

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

In the Yxy color space, this color is represented as Y: 33.61, x: 0.3247, and y: 0.2122.

Color Code #DB71FE

HEX
#DB71FE
RGB
rgb(219, 113, 254)
HSL
hsl(285, 99%, 72%)
HSV
hsv(285, 56%, 100%)
CMYK
14%, 56%, 0%, 0%
XYZ
X: 51.43, Y: 33.61, Z: 73.37
Lab
L: 64.65, a: 57.86, b: -53.27
Name

Shades of Color #DB71FE

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

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

In the HSL color space, this color has a hue angle of 285°, a saturation of 99%, and a lightness of 72%. The HSV representation shows a hue of 285°, a saturation of 56%, and a value of 100%.

  • HEX: #DB71FE
  • RGB: rgb(219, 113, 254)
  • HSL: hsl(285, 99%, 72%)
  • HSV: hsv(285, 56%, 100%)
  • CMYK: 14.00% cyan, 56.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 51.43, 33.61, 73.37
  • Yxy: 33.61, 0.3247, 0.2122
  • Hunter Lab: 64.65, 57.86, -53.27
  • CIE-Lab: 64.65, 57.86, -53.27

In the XYZ color space, this color is represented as X: 51.43, Y: 33.61, Z: 73.37. The Yxy representation further refines this as Y: 33.61, x: 0.3247, and y: 0.2122.

In the Hunter Lab color space, this color is represented as L: 64.65, a: 57.86, and b: -53.27. Similarly, in the CIE-Lab color space, it is represented as L: 64.65, a: 57.86, and b: -53.27.

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

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

Analogous Colors of #DB71FE

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

Monochromatic Colors of #DB71FE

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

Complementary Color of #DB71FE

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

/* Using HEX */
body {
  background-color: #db71fe;
}
/* Using RGB */
body {
  background-color: rgb(219, 113, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 113, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(285, 99%, 72%);
}
/* Text color */
p {
  color: #db71fe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db71fe;
}

HTML Examples of #DB71FE

<!-- Using HEX -->
<div style="background-color: #db71fe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 113, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 113, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(285, 99%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #db71fe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #db71fe; width: 100px; height: 100px;"></div>

Related Colors of #DB71FE

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