Color: #DF1BDD

#DF1BDD Color Information

#DF1BDD is a dark color. The closest websafe version is #DF1BDD. A complement of this color would be #1BDE1F, perceived brightness is 0.42, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 301°,a saturation of 78%, and a lightness of 49%.The HSV representation shows a hue of 301°, a saturation of 88%, and a value of 87%.

In a RGB color space, #DF1BDD is composed of 87% red, 11% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 88% magenta, 1% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 21.59, x: 0.3661, and y: 0.1840.

Color Code #DF1BDD

#DF1BDDrgb(223, 27, 221)
HEX
#DF1BDD
RGB
rgb(223, 27, 221)
HSL
hsl(301, 78%, 49%)
HSV
hsv(301, 88%, 87%)
CMYK
0%, 88%, 1%, 13%
XYZ
X: 42.95, Y: 21.59, Z: 52.77
Lab
L: 53.59, a: 81.90, b: -52.33
Name

Shades of Color #DF1BDD

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

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

#DF1BDDrgb(223, 27, 221)

About #DF1BDD Color Code

In the HSL color space, this color has a hue angle of 301°, a saturation of 78%, and a lightness of 49%. The HSV representation shows a hue of 301°, a saturation of 88%, and a value of 87%.

  • HEX: #DF1BDD
  • RGB: rgb(223, 27, 221)
  • HSL: hsl(301, 78%, 49%)
  • HSV: hsv(301, 88%, 87%)
  • CMYK: 0.00% cyan, 88.00% magenta, 100.00% yellow, 13.00% black
  • XYZ: 42.95, 21.59, 52.77
  • Yxy: 21.59, 0.3661, 0.1840
  • Hunter Lab: 53.59, 81.90, -52.33
  • CIE-Lab: 53.59, 81.90, -52.33

In the XYZ color space, this color is represented as X: 42.95, Y: 21.59, Z: 52.77. The Yxy representation further refines this as Y: 21.59, x: 0.3661, and y: 0.1840.

In the Hunter Lab color space, this color is represented as L: 53.59, a: 81.90, and b: -52.33. Similarly, in the CIE-Lab color space, it is represented as L: 53.59, a: 81.90, and b: -52.33.

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

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

Analogous Colors of #DF1BDD

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

Split Complementary Colors of #DF1BDD

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

Tetradic Colors of #DF1BDD

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

Monochromatic Colors of #DF1BDD

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

Complementary Color of #DF1BDD

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

/* Using HEX */
body {
  background-color: #df1bdd;
}
/* Using RGB */
body {
  background-color: rgb(223, 27, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 27, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(301, 78%, 49%);
}
/* Text color */
p {
  color: #df1bdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #df1bdd;
}
/* Border color */
.box {
  border: 4px solid #df1bdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #df1bdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #df1bdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DF1BDD
On Black Background
#DF1BDD
On White Background
#DF1BDD

HTML Examples of #DF1BDD

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

Related Colors of #DF1BDD

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