Color: #DC779C

#DC779C Color Information

#DC779C is a light color. The closest websafe version is #DC779C. A complement of this color would be #75DBB6, perceived brightness is 0.60, and the grayscale version is #AAAAAA.

In the HSL color space, this color has a hue angle of 338°,a saturation of 59%, and a lightness of 66%.The HSV representation shows a hue of 338°, a saturation of 46%, and a value of 86%.

In a RGB color space, #DC779C is composed of 86% red, 47% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 46% magenta, 29% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 31.16, x: 0.4275, and y: 0.3092.

Color Code #DC779C

#DC779Crgb(220, 119, 156)
HEX
#DC779C
RGB
rgb(220, 119, 156)
HSL
hsl(338, 59%, 66%)
HSV
hsv(338, 46%, 86%)
CMYK
0%, 46%, 29%, 14%
XYZ
X: 43.07, Y: 31.16, Z: 26.53
Lab
L: 62.65, a: 43.22, b: -1.42
Name

Shades of Color #DC779C

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

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

#DC779Crgb(220, 119, 156)

About #DC779C Color Code

In the HSL color space, this color has a hue angle of 338°, a saturation of 59%, and a lightness of 66%. The HSV representation shows a hue of 338°, a saturation of 46%, and a value of 86%.

  • HEX: #DC779C
  • RGB: rgb(220, 119, 156)
  • HSL: hsl(338, 59%, 66%)
  • HSV: hsv(338, 46%, 86%)
  • CMYK: 0.00% cyan, 46.00% magenta, 29.00% yellow, 14.00% black
  • XYZ: 43.07, 31.16, 26.53
  • Yxy: 31.16, 0.4275, 0.3092
  • Hunter Lab: 62.65, 43.22, -1.42
  • CIE-Lab: 62.65, 43.22, -1.42

In the XYZ color space, this color is represented as X: 43.07, Y: 31.16, Z: 26.53. The Yxy representation further refines this as Y: 31.16, x: 0.4275, and y: 0.3092.

In the Hunter Lab color space, this color is represented as L: 62.65, a: 43.22, and b: -1.42. Similarly, in the CIE-Lab color space, it is represented as L: 62.65, a: 43.22, and b: -1.42.

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

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

Analogous Colors of #DC779C

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

Split Complementary Colors of #DC779C

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

Tetradic Colors of #DC779C

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

Monochromatic Colors of #DC779C

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

Complementary Color of #DC779C

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

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

HTML Examples of #DC779C

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

Related Colors of #DC779C

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