Color: #D362EA

#D362EA Color Information

#D362EA is a light color. The closest websafe version is #D362EA. A complement of this color would be #79EA62, perceived brightness is 0.58, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 290°,a saturation of 76%, and a lightness of 65%.The HSV representation shows a hue of 290°, a saturation of 58%, and a value of 92%.

In a RGB color space, #D362EA is composed of 83% red, 38% green and 92% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 58% magenta, 0% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 28.24, x: 0.3350, and y: 0.2108.

Color Code #D362EA

#D362EArgb(211, 98, 234)
HEX
#D362EA
RGB
rgb(211, 98, 234)
HSL
hsl(290, 76%, 65%)
HSV
hsv(290, 58%, 92%)
CMYK
10%, 58%, 0%, 8%
XYZ
X: 44.88, Y: 28.24, Z: 60.85
Lab
L: 60.10, a: 59.47, b: -49.48
Name

Shades of Color #D362EA

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

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

#D362EArgb(211, 98, 234)

About #D362EA Color Code

In the HSL color space, this color has a hue angle of 290°, a saturation of 76%, and a lightness of 65%. The HSV representation shows a hue of 290°, a saturation of 58%, and a value of 92%.

  • HEX: #D362EA
  • RGB: rgb(211, 98, 234)
  • HSL: hsl(290, 76%, 65%)
  • HSV: hsv(290, 58%, 92%)
  • CMYK: 10.00% cyan, 58.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 44.88, 28.24, 60.85
  • Yxy: 28.24, 0.3350, 0.2108
  • Hunter Lab: 60.10, 59.47, -49.48
  • CIE-Lab: 60.10, 59.47, -49.48

In the XYZ color space, this color is represented as X: 44.88, Y: 28.24, Z: 60.85. The Yxy representation further refines this as Y: 28.24, x: 0.3350, and y: 0.2108.

In the Hunter Lab color space, this color is represented as L: 60.10, a: 59.47, and b: -49.48. Similarly, in the CIE-Lab color space, it is represented as L: 60.10, a: 59.47, and b: -49.48.

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

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

Analogous Colors of #D362EA

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

Split Complementary Colors of #D362EA

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

Tetradic Colors of #D362EA

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

Monochromatic Colors of #D362EA

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

Complementary Color of #D362EA

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

/* Using HEX */
body {
  background-color: #d362ea;
}
/* Using RGB */
body {
  background-color: rgb(211, 98, 234);
}
/* Using RGB with opacity */
body {
  background-color: rgba(211, 98, 234, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 76%, 65%);
}
/* Text color */
p {
  color: #d362ea;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d362ea;
}
/* Border color */
.box {
  border: 4px solid #d362ea;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d362ea;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d362ea;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D362EA
On Black Background
#D362EA
On White Background
#D362EA

HTML Examples of #D362EA

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

Related Colors of #D362EA

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