Color: #DB2FFE

#DB2FFE Color Information

#DB2FFE is a dark color. The closest websafe version is #DB2FFE. A complement of this color would be #51FE2F, perceived brightness is 0.48, and the grayscale version is #979797.

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

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

In the Yxy color space, this color is represented as Y: 23.81, x: 0.3251, and y: 0.1677.

Color Code #DB2FFE

#DB2FFErgb(219, 47, 254)
HEX
#DB2FFE
RGB
rgb(219, 47, 254)
HSL
hsl(290, 99%, 59%)
HSV
hsv(290, 81%, 100%)
CMYK
14%, 81%, 0%, 0%
XYZ
X: 46.17, Y: 23.81, Z: 72.04
Lab
L: 55.89, a: 81.27, b: -67.20
Name

Shades of Color #DB2FFE

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

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

#DB2FFErgb(219, 47, 254)

About #DB2FFE Color Code

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

  • HEX: #DB2FFE
  • RGB: rgb(219, 47, 254)
  • HSL: hsl(290, 99%, 59%)
  • HSV: hsv(290, 81%, 100%)
  • CMYK: 14.00% cyan, 81.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 46.17, 23.81, 72.04
  • Yxy: 23.81, 0.3251, 0.1677
  • Hunter Lab: 55.89, 81.27, -67.20
  • CIE-Lab: 55.89, 81.27, -67.20

In the XYZ color space, this color is represented as X: 46.17, Y: 23.81, Z: 72.04. The Yxy representation further refines this as Y: 23.81, x: 0.3251, and y: 0.1677.

In the Hunter Lab color space, this color is represented as L: 55.89, a: 81.27, and b: -67.20. Similarly, in the CIE-Lab color space, it is represented as L: 55.89, a: 81.27, and b: -67.20.

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

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

Analogous Colors of #DB2FFE

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

Monochromatic Colors of #DB2FFE

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

Complementary Color of #DB2FFE

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

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

HTML Examples of #DB2FFE

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

Related Colors of #DB2FFE

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