Color: #DB66FC

#DB66FC Color Information

#DB66FC is a light color. The closest websafe version is #DB66FC. A complement of this color would be #85FC64, perceived brightness is 0.60, and the grayscale version is #B1B1B1.

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

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

In the Yxy color space, this color is represented as Y: 31.19, x: 0.3265, and y: 0.2040.

Color Code #DB66FC

#DB66FCrgb(219, 102, 252)
HEX
#DB66FC
RGB
rgb(219, 102, 252)
HSL
hsl(287, 96%, 69%)
HSV
hsv(287, 60%, 99%)
CMYK
13%, 60%, 0%, 1%
XYZ
X: 49.93, Y: 31.19, Z: 71.80
Lab
L: 62.67, a: 62.45, b: -55.30
Name

Shades of Color #DB66FC

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

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

#DB66FCrgb(219, 102, 252)

About #DB66FC Color Code

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

  • HEX: #DB66FC
  • RGB: rgb(219, 102, 252)
  • HSL: hsl(287, 96%, 69%)
  • HSV: hsv(287, 60%, 99%)
  • CMYK: 13.00% cyan, 60.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 49.93, 31.19, 71.80
  • Yxy: 31.19, 0.3265, 0.2040
  • Hunter Lab: 62.67, 62.45, -55.30
  • CIE-Lab: 62.67, 62.45, -55.30

In the XYZ color space, this color is represented as X: 49.93, Y: 31.19, Z: 71.80. The Yxy representation further refines this as Y: 31.19, x: 0.3265, and y: 0.2040.

In the Hunter Lab color space, this color is represented as L: 62.67, a: 62.45, and b: -55.30. Similarly, in the CIE-Lab color space, it is represented as L: 62.67, a: 62.45, and b: -55.30.

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

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

Analogous Colors of #DB66FC

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

Split Complementary Colors of #DB66FC

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

Tetradic Colors of #DB66FC

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

Monochromatic Colors of #DB66FC

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

Complementary Color of #DB66FC

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

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

HTML Examples of #DB66FC

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

Related Colors of #DB66FC

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