Color: #DF3BFC

#DF3BFC Color Information

#DF3BFC is a light color. The closest websafe version is #DF3BFC. A complement of this color would be #58FC3B, perceived brightness is 0.51, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 291°,a saturation of 97%, and a lightness of 61%.The HSV representation shows a hue of 291°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 25.45, x: 0.3314, and y: 0.1765.

Color Code #DF3BFC

HEX
#DF3BFC
RGB
rgb(223, 59, 252)
HSL
hsl(291, 97%, 61%)
HSV
hsv(291, 77%, 99%)
CMYK
12%, 77%, 0%, 1%
XYZ
X: 47.79, Y: 25.45, Z: 70.97
Lab
L: 57.52, a: 78.81, b: -63.45
Name

Shades of Color #DF3BFC

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

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

About #DF3BFC Color Code

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

  • HEX: #DF3BFC
  • RGB: rgb(223, 59, 252)
  • HSL: hsl(291, 97%, 61%)
  • HSV: hsv(291, 77%, 99%)
  • CMYK: 12.00% cyan, 77.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 47.79, 25.45, 70.97
  • Yxy: 25.45, 0.3314, 0.1765
  • Hunter Lab: 57.52, 78.81, -63.45
  • CIE-Lab: 57.52, 78.81, -63.45

In the XYZ color space, this color is represented as X: 47.79, Y: 25.45, Z: 70.97. The Yxy representation further refines this as Y: 25.45, x: 0.3314, and y: 0.1765.

In the Hunter Lab color space, this color is represented as L: 57.52, a: 78.81, and b: -63.45. Similarly, in the CIE-Lab color space, it is represented as L: 57.52, a: 78.81, and b: -63.45.

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

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

Analogous Colors of #DF3BFC

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

Monochromatic Colors of #DF3BFC

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

Complementary Color of #DF3BFC

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

/* Using HEX */
body {
  background-color: #df3bfc;
}
/* Using RGB */
body {
  background-color: rgb(223, 59, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 59, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(291, 97%, 61%);
}
/* Text color */
p {
  color: #df3bfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #df3bfc;
}

HTML Examples of #DF3BFC

<!-- Using HEX -->
<div style="background-color: #df3bfc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(223, 59, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(223, 59, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(291, 97%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #df3bfc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #df3bfc; width: 100px; height: 100px;"></div>

Related Colors of #DF3BFC

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