Color: #DB71FC

#DB71FC Color Information

#DB71FC is a light color. The closest websafe version is #DB71FC. A complement of this color would be #93FC73, perceived brightness is 0.63, and the grayscale version is #B6B6B6.

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

In a RGB color space, #DB71FC is composed of 86% red, 44% green and 99% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 55% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 33.50, x: 0.3264, and y: 0.2137.

Color Code #DB71FC

#DB71FCrgb(219, 113, 252)
HEX
#DB71FC
RGB
rgb(219, 113, 252)
HSL
hsl(286, 96%, 72%)
HSV
hsv(286, 55%, 99%)
CMYK
13%, 55%, 0%, 1%
XYZ
X: 51.18, Y: 33.50, Z: 72.11
Lab
L: 64.56, a: 57.57, b: -52.31
Name

Shades of Color #DB71FC

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

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

#DB71FCrgb(219, 113, 252)

About #DB71FC Color Code

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

  • HEX: #DB71FC
  • RGB: rgb(219, 113, 252)
  • HSL: hsl(286, 96%, 72%)
  • HSV: hsv(286, 55%, 99%)
  • CMYK: 13.00% cyan, 55.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 51.18, 33.50, 72.11
  • Yxy: 33.50, 0.3264, 0.2137
  • Hunter Lab: 64.56, 57.57, -52.31
  • CIE-Lab: 64.56, 57.57, -52.31

In the XYZ color space, this color is represented as X: 51.18, Y: 33.50, Z: 72.11. The Yxy representation further refines this as Y: 33.50, x: 0.3264, and y: 0.2137.

In the Hunter Lab color space, this color is represented as L: 64.56, a: 57.57, and b: -52.31. Similarly, in the CIE-Lab color space, it is represented as L: 64.56, a: 57.57, and b: -52.31.

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

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

Analogous Colors of #DB71FC

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

Split Complementary Colors of #DB71FC

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

Tetradic Colors of #DB71FC

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

Monochromatic Colors of #DB71FC

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

Complementary Color of #DB71FC

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

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

HTML Examples of #DB71FC

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

Related Colors of #DB71FC

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