Color: #D652EF

#D652EF Color Information

#D652EF is a light color. The closest websafe version is #D652EF. A complement of this color would be #6CEF52, perceived brightness is 0.55, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 290°,a saturation of 83%, and a lightness of 63%.The HSV representation shows a hue of 290°, a saturation of 66%, and a value of 94%.

In a RGB color space, #D652EF is composed of 84% red, 32% green and 94% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 66% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 26.24, x: 0.3338, and y: 0.1950.

Color Code #D652EF

#D652EFrgb(214, 82, 239)
HEX
#D652EF
RGB
rgb(214, 82, 239)
HSL
hsl(290, 83%, 63%)
HSV
hsv(290, 66%, 94%)
CMYK
10%, 66%, 0%, 6%
XYZ
X: 44.92, Y: 26.24, Z: 63.40
Lab
L: 58.27, a: 67.50, b: -55.13
Name

Shades of Color #D652EF

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

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

#D652EFrgb(214, 82, 239)

About #D652EF Color Code

In the HSL color space, this color has a hue angle of 290°, a saturation of 83%, and a lightness of 63%. The HSV representation shows a hue of 290°, a saturation of 66%, and a value of 94%.

  • HEX: #D652EF
  • RGB: rgb(214, 82, 239)
  • HSL: hsl(290, 83%, 63%)
  • HSV: hsv(290, 66%, 94%)
  • CMYK: 10.00% cyan, 66.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 44.92, 26.24, 63.40
  • Yxy: 26.24, 0.3338, 0.1950
  • Hunter Lab: 58.27, 67.50, -55.13
  • CIE-Lab: 58.27, 67.50, -55.13

In the XYZ color space, this color is represented as X: 44.92, Y: 26.24, Z: 63.40. The Yxy representation further refines this as Y: 26.24, x: 0.3338, and y: 0.1950.

In the Hunter Lab color space, this color is represented as L: 58.27, a: 67.50, and b: -55.13. Similarly, in the CIE-Lab color space, it is represented as L: 58.27, a: 67.50, and b: -55.13.

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

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

Analogous Colors of #D652EF

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

Split Complementary Colors of #D652EF

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

Tetradic Colors of #D652EF

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

Monochromatic Colors of #D652EF

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

Complementary Color of #D652EF

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

/* Using HEX */
body {
  background-color: #d652ef;
}
/* Using RGB */
body {
  background-color: rgb(214, 82, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(214, 82, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 83%, 63%);
}
/* Text color */
p {
  color: #d652ef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d652ef;
}
/* Border color */
.box {
  border: 4px solid #d652ef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d652ef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d652ef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D652EF
On Black Background
#D652EF
On White Background
#D652EF

HTML Examples of #D652EF

<!-- Using HEX -->
<div style="background-color: #d652ef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(214, 82, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(214, 82, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(290, 83%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d652ef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d652ef; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #d652ef; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #d652ef;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #d652ef; color: #fff; padding: 16px; border-radius: 8px;">
  #D652EF
</div>
#D652EF
On Black Background
#D652EF
On White Background
#D652EF

Related Colors of #D652EF

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