Color: #D46FFA

#D46FFA Color Information

#D46FFA is a light color. The closest websafe version is #D46FFA. A complement of this color would be #95FA70, perceived brightness is 0.62, and the grayscale version is #B4B4B4.

In the HSL color space, this color has a hue angle of 284°,a saturation of 93%, and a lightness of 71%.The HSV representation shows a hue of 284°, a saturation of 56%, and a value of 98%.

In a RGB color space, #D46FFA is composed of 83% red, 44% green and 98% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 56% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 31.84, x: 0.3211, and y: 0.2107.

Color Code #D46FFA

#D46FFArgb(212, 111, 250)
HEX
#D46FFA
RGB
rgb(212, 111, 250)
HSL
hsl(284, 93%, 71%)
HSV
hsv(284, 56%, 98%)
CMYK
15%, 56%, 0%, 2%
XYZ
X: 48.51, Y: 31.84, Z: 70.73
Lab
L: 63.21, a: 56.24, b: -53.42
Name

Shades of Color #D46FFA

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

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

#D46FFArgb(212, 111, 250)

About #D46FFA Color Code

In the HSL color space, this color has a hue angle of 284°, a saturation of 93%, and a lightness of 71%. The HSV representation shows a hue of 284°, a saturation of 56%, and a value of 98%.

  • HEX: #D46FFA
  • RGB: rgb(212, 111, 250)
  • HSL: hsl(284, 93%, 71%)
  • HSV: hsv(284, 56%, 98%)
  • CMYK: 15.00% cyan, 56.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 48.51, 31.84, 70.73
  • Yxy: 31.84, 0.3211, 0.2107
  • Hunter Lab: 63.21, 56.24, -53.42
  • CIE-Lab: 63.21, 56.24, -53.42

In the XYZ color space, this color is represented as X: 48.51, Y: 31.84, Z: 70.73. The Yxy representation further refines this as Y: 31.84, x: 0.3211, and y: 0.2107.

In the Hunter Lab color space, this color is represented as L: 63.21, a: 56.24, and b: -53.42. Similarly, in the CIE-Lab color space, it is represented as L: 63.21, a: 56.24, and b: -53.42.

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

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

Analogous Colors of #D46FFA

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

Split Complementary Colors of #D46FFA

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

Tetradic Colors of #D46FFA

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

Monochromatic Colors of #D46FFA

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

Complementary Color of #D46FFA

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

/* Using HEX */
body {
  background-color: #d46ffa;
}
/* Using RGB */
body {
  background-color: rgb(212, 111, 250);
}
/* Using RGB with opacity */
body {
  background-color: rgba(212, 111, 250, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(284, 93%, 71%);
}
/* Text color */
p {
  color: #d46ffa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d46ffa;
}
/* Border color */
.box {
  border: 4px solid #d46ffa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d46ffa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d46ffa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D46FFA
On Black Background
#D46FFA
On White Background
#D46FFA

HTML Examples of #D46FFA

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

Related Colors of #D46FFA

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