Color: #DB59FC

#DB59FC Color Information

#DB59FC is a light color. The closest websafe version is #DB59FC. A complement of this color would be #7AFC5A, perceived brightness is 0.57, and the grayscale version is #ABABAB.

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

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

In the Yxy color space, this color is represented as Y: 28.82, x: 0.3267, and y: 0.1935.

Color Code #DB59FC

#DB59FCrgb(219, 89, 252)
HEX
#DB59FC
RGB
rgb(219, 89, 252)
HSL
hsl(288, 96%, 67%)
HSV
hsv(288, 65%, 99%)
CMYK
13%, 65%, 0%, 1%
XYZ
X: 48.67, Y: 28.82, Z: 71.48
Lab
L: 60.63, a: 67.81, b: -58.53
Name

Shades of Color #DB59FC

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

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

#DB59FCrgb(219, 89, 252)

About #DB59FC Color Code

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

  • HEX: #DB59FC
  • RGB: rgb(219, 89, 252)
  • HSL: hsl(288, 96%, 67%)
  • HSV: hsv(288, 65%, 99%)
  • CMYK: 13.00% cyan, 65.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 48.67, 28.82, 71.48
  • Yxy: 28.82, 0.3267, 0.1935
  • Hunter Lab: 60.63, 67.81, -58.53
  • CIE-Lab: 60.63, 67.81, -58.53

In the XYZ color space, this color is represented as X: 48.67, Y: 28.82, Z: 71.48. The Yxy representation further refines this as Y: 28.82, x: 0.3267, and y: 0.1935.

In the Hunter Lab color space, this color is represented as L: 60.63, a: 67.81, and b: -58.53. Similarly, in the CIE-Lab color space, it is represented as L: 60.63, a: 67.81, and b: -58.53.

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

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

Analogous Colors of #DB59FC

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

Split Complementary Colors of #DB59FC

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

Tetradic Colors of #DB59FC

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

Monochromatic Colors of #DB59FC

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

Complementary Color of #DB59FC

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

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

HTML Examples of #DB59FC

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

Related Colors of #DB59FC

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