Color: #DF549C

#DF549C Color Information

#DF549C is a light color. The closest websafe version is #DF549C. A complement of this color would be #54DE97, perceived brightness is 0.52, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 329°,a saturation of 68%, and a lightness of 60%.The HSV representation shows a hue of 329°, a saturation of 62%, and a value of 87%.

In a RGB color space, #DF549C is composed of 87% red, 33% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 62% magenta, 30% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 24.79, x: 0.4445, and y: 0.2731.

Color Code #DF549C

#DF549Crgb(223, 84, 156)
HEX
#DF549C
RGB
rgb(223, 84, 156)
HSL
hsl(329, 68%, 60%)
HSV
hsv(329, 62%, 87%)
CMYK
0%, 62%, 30%, 13%
XYZ
X: 40.35, Y: 24.79, Z: 25.63
Lab
L: 56.87, a: 59.89, b: -9.81
Name

Shades of Color #DF549C

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

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

#DF549Crgb(223, 84, 156)

About #DF549C Color Code

In the HSL color space, this color has a hue angle of 329°, a saturation of 68%, and a lightness of 60%. The HSV representation shows a hue of 329°, a saturation of 62%, and a value of 87%.

  • HEX: #DF549C
  • RGB: rgb(223, 84, 156)
  • HSL: hsl(329, 68%, 60%)
  • HSV: hsv(329, 62%, 87%)
  • CMYK: 0.00% cyan, 62.00% magenta, 30.00% yellow, 13.00% black
  • XYZ: 40.35, 24.79, 25.63
  • Yxy: 24.79, 0.4445, 0.2731
  • Hunter Lab: 56.87, 59.89, -9.81
  • CIE-Lab: 56.87, 59.89, -9.81

In the XYZ color space, this color is represented as X: 40.35, Y: 24.79, Z: 25.63. The Yxy representation further refines this as Y: 24.79, x: 0.4445, and y: 0.2731.

In the Hunter Lab color space, this color is represented as L: 56.87, a: 59.89, and b: -9.81. Similarly, in the CIE-Lab color space, it is represented as L: 56.87, a: 59.89, and b: -9.81.

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

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

Analogous Colors of #DF549C

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

Split Complementary Colors of #DF549C

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

Tetradic Colors of #DF549C

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

Monochromatic Colors of #DF549C

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

Complementary Color of #DF549C

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

/* Using HEX */
body {
  background-color: #df549c;
}
/* Using RGB */
body {
  background-color: rgb(223, 84, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 84, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(329, 68%, 60%);
}
/* Text color */
p {
  color: #df549c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #df549c;
}
/* Border color */
.box {
  border: 4px solid #df549c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #df549c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #df549c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DF549C
On Black Background
#DF549C
On White Background
#DF549C

HTML Examples of #DF549C

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

Related Colors of #DF549C

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