Color: #DD54FC

#DD54FC Color Information

#DD54FC is a light color. The closest websafe version is #DD54FC. A complement of this color would be #73FC54, perceived brightness is 0.57, and the grayscale version is #A8A8A8.

In the HSL color space, this color has a hue angle of 289°,a saturation of 97%, and a lightness of 66%.The HSV representation shows a hue of 289°, a saturation of 67%, and a value of 99%.

In a RGB color space, #DD54FC is composed of 87% red, 33% green and 99% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 67% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 28.34, x: 0.3289, and y: 0.1907.

Color Code #DD54FC

#DD54FCrgb(221, 84, 252)
HEX
#DD54FC
RGB
rgb(221, 84, 252)
HSL
hsl(289, 97%, 66%)
HSV
hsv(289, 67%, 99%)
CMYK
12%, 67%, 0%, 1%
XYZ
X: 48.87, Y: 28.34, Z: 71.39
Lab
L: 60.20, a: 70.21, b: -59.19
Name

Shades of Color #DD54FC

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

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

#DD54FCrgb(221, 84, 252)

About #DD54FC Color Code

In the HSL color space, this color has a hue angle of 289°, a saturation of 97%, and a lightness of 66%. The HSV representation shows a hue of 289°, a saturation of 67%, and a value of 99%.

  • HEX: #DD54FC
  • RGB: rgb(221, 84, 252)
  • HSL: hsl(289, 97%, 66%)
  • HSV: hsv(289, 67%, 99%)
  • CMYK: 12.00% cyan, 67.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 48.87, 28.34, 71.39
  • Yxy: 28.34, 0.3289, 0.1907
  • Hunter Lab: 60.20, 70.21, -59.19
  • CIE-Lab: 60.20, 70.21, -59.19

In the XYZ color space, this color is represented as X: 48.87, Y: 28.34, Z: 71.39. The Yxy representation further refines this as Y: 28.34, x: 0.3289, and y: 0.1907.

In the Hunter Lab color space, this color is represented as L: 60.20, a: 70.21, and b: -59.19. Similarly, in the CIE-Lab color space, it is represented as L: 60.20, a: 70.21, and b: -59.19.

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

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

Analogous Colors of #DD54FC

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

Split Complementary Colors of #DD54FC

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

Tetradic Colors of #DD54FC

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

Monochromatic Colors of #DD54FC

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

Complementary Color of #DD54FC

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

/* Using HEX */
body {
  background-color: #dd54fc;
}
/* Using RGB */
body {
  background-color: rgb(221, 84, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 84, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(289, 97%, 66%);
}
/* Text color */
p {
  color: #dd54fc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dd54fc;
}
/* Border color */
.box {
  border: 4px solid #dd54fc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dd54fc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dd54fc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DD54FC
On Black Background
#DD54FC
On White Background
#DD54FC

HTML Examples of #DD54FC

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

Related Colors of #DD54FC

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