Color: #DA99FA

#DA99FA Color Information

#DA99FA is a light color. The closest websafe version is #DA99FA. A complement of this color would be #B9FA99, perceived brightness is 0.72, and the grayscale version is #CACACA.

In the HSL color space, this color has a hue angle of 280°,a saturation of 91%, and a lightness of 79%.The HSV representation shows a hue of 280°, a saturation of 39%, and a value of 98%.

In a RGB color space, #DA99FA is composed of 85% red, 60% green and 98% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 39% magenta, 0% yellow and 2% black.

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

Color Code #DA99FA

#DA99FArgb(218, 153, 250)
HEX
#DA99FA
RGB
rgb(218, 153, 250)
HSL
hsl(280, 91%, 79%)
HSV
hsv(280, 39%, 98%)
CMYK
13%, 39%, 0%, 2%
XYZ
X: 56.52, Y: 44.23, Z: 72.34
Lab
L: 72.38, a: 37.49, b: -39.03
Name

Shades of Color #DA99FA

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

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

#DA99FArgb(218, 153, 250)

About #DA99FA Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 91%, and a lightness of 79%. The HSV representation shows a hue of 280°, a saturation of 39%, and a value of 98%.

  • HEX: #DA99FA
  • RGB: rgb(218, 153, 250)
  • HSL: hsl(280, 91%, 79%)
  • HSV: hsv(280, 39%, 98%)
  • CMYK: 13.00% cyan, 39.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 56.52, 44.23, 72.34
  • Yxy: 44.23, 0.3265, 0.2555
  • Hunter Lab: 72.38, 37.49, -39.03
  • CIE-Lab: 72.38, 37.49, -39.03

In the XYZ color space, this color is represented as X: 56.52, Y: 44.23, Z: 72.34. The Yxy representation further refines this as Y: 44.23, x: 0.3265, and y: 0.2555.

In the Hunter Lab color space, this color is represented as L: 72.38, a: 37.49, and b: -39.03. Similarly, in the CIE-Lab color space, it is represented as L: 72.38, a: 37.49, and b: -39.03.

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

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

Analogous Colors of #DA99FA

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

Monochromatic Colors of #DA99FA

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

Complementary Color of #DA99FA

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

/* Using HEX */
body {
  background-color: #da99fa;
}
/* Using RGB */
body {
  background-color: rgb(218, 153, 250);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 153, 250, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(280, 91%, 79%);
}
/* Text color */
p {
  color: #da99fa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #da99fa;
}
/* Border color */
.box {
  border: 4px solid #da99fa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #da99fa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #da99fa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DA99FA
On Black Background
#DA99FA
On White Background
#DA99FA

HTML Examples of #DA99FA

<!-- Using HEX -->
<div style="background-color: #da99fa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(218, 153, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(218, 153, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(280, 91%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #da99fa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #da99fa; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #da99fa; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #da99fa;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #da99fa; color: #fff; padding: 16px; border-radius: 8px;">
  #DA99FA
</div>
#DA99FA
On Black Background
#DA99FA
On White Background
#DA99FA

Related Colors of #DA99FA

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