Color: #DF779C

#DF779C Color Information

#DF779C is a light color. The closest websafe version is #DF779C. A complement of this color would be #77DFBB, perceived brightness is 0.61, and the grayscale version is #ABABAB.

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

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

In the Yxy color space, this color is represented as Y: 31.66, x: 0.4307, and y: 0.3096.

Color Code #DF779C

#DF779Crgb(223, 119, 156)
HEX
#DF779C
RGB
rgb(223, 119, 156)
HSL
hsl(339, 62%, 67%)
HSV
hsv(339, 47%, 87%)
CMYK
0%, 47%, 30%, 13%
XYZ
X: 44.04, Y: 31.66, Z: 26.56
Lab
L: 63.06, a: 44.28, b: -0.76
Name

Shades of Color #DF779C

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

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

#DF779Crgb(223, 119, 156)

About #DF779C Color Code

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

  • HEX: #DF779C
  • RGB: rgb(223, 119, 156)
  • HSL: hsl(339, 62%, 67%)
  • HSV: hsv(339, 47%, 87%)
  • CMYK: 0.00% cyan, 47.00% magenta, 30.00% yellow, 13.00% black
  • XYZ: 44.04, 31.66, 26.56
  • Yxy: 31.66, 0.4307, 0.3096
  • Hunter Lab: 63.06, 44.28, -0.76
  • CIE-Lab: 63.06, 44.28, -0.76

In the XYZ color space, this color is represented as X: 44.04, Y: 31.66, Z: 26.56. The Yxy representation further refines this as Y: 31.66, x: 0.4307, and y: 0.3096.

In the Hunter Lab color space, this color is represented as L: 63.06, a: 44.28, and b: -0.76. Similarly, in the CIE-Lab color space, it is represented as L: 63.06, a: 44.28, and b: -0.76.

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

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

Analogous Colors of #DF779C

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

Monochromatic Colors of #DF779C

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

Complementary Color of #DF779C

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

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

HTML Examples of #DF779C

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

Related Colors of #DF779C

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