Color: #DB72E7

#DB72E7 Color Information

#DB72E7 is a light color. The closest websafe version is #DB72E7. A complement of this color would be #7FE773, perceived brightness is 0.62, and the grayscale version is #ADADAD.

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

In a RGB color space, #DB72E7 is composed of 86% red, 45% green and 91% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 51% magenta, 0% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 32.67, x: 0.3457, and y: 0.2314.

Color Code #DB72E7

HEX
#DB72E7
RGB
rgb(219, 114, 231)
HSL
hsl(294, 71%, 68%)
HSV
hsv(294, 51%, 91%)
CMYK
5%, 51%, 0%, 9%
XYZ
X: 48.80, Y: 32.67, Z: 59.69
Lab
L: 63.89, a: 54.11, b: -41.79
Name

Shades of Color #DB72E7

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

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

In the HSL color space, this color has a hue angle of 294°, a saturation of 71%, and a lightness of 68%. The HSV representation shows a hue of 294°, a saturation of 51%, and a value of 91%.

  • HEX: #DB72E7
  • RGB: rgb(219, 114, 231)
  • HSL: hsl(294, 71%, 68%)
  • HSV: hsv(294, 51%, 91%)
  • CMYK: 5.00% cyan, 51.00% magenta, 0.00% yellow, 9.00% black
  • XYZ: 48.80, 32.67, 59.69
  • Yxy: 32.67, 0.3457, 0.2314
  • Hunter Lab: 63.89, 54.11, -41.79
  • CIE-Lab: 63.89, 54.11, -41.79

In the XYZ color space, this color is represented as X: 48.80, Y: 32.67, Z: 59.69. The Yxy representation further refines this as Y: 32.67, x: 0.3457, and y: 0.2314.

In the Hunter Lab color space, this color is represented as L: 63.89, a: 54.11, and b: -41.79. Similarly, in the CIE-Lab color space, it is represented as L: 63.89, a: 54.11, and b: -41.79.

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

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

Analogous Colors of #DB72E7

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

Monochromatic Colors of #DB72E7

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

Complementary Color of #DB72E7

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

/* Using HEX */
body {
  background-color: #db72e7;
}
/* Using RGB */
body {
  background-color: rgb(219, 114, 231);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 114, 231, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(294, 71%, 68%);
}
/* Text color */
p {
  color: #db72e7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db72e7;
}

HTML Examples of #DB72E7

<!-- Using HEX -->
<div style="background-color: #db72e7; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 114, 231); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 114, 231, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(294, 71%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #db72e7;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #db72e7; width: 100px; height: 100px;"></div>

Related Colors of #DB72E7

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