Color: #DC7F94

#DC7F94 Color Information

#DC7F94 is a light color. The closest websafe version is #DC7F94. A complement of this color would be #7FDCC6, perceived brightness is 0.62, and the grayscale version is #AEAEAE.

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

In a RGB color space, #DC7F94 is composed of 86% red, 50% green and 58% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 42% magenta, 33% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 32.93, x: 0.4329, and y: 0.3268.

Color Code #DC7F94

HEX
#DC7F94
RGB
rgb(220, 127, 148)
HSL
hsl(346, 57%, 68%)
HSV
hsv(346, 42%, 86%)
CMYK
0%, 42%, 33%, 14%
XYZ
X: 43.62, Y: 32.93, Z: 24.21
Lab
L: 64.11, a: 38.54, b: 5.23
Name

Shades of Color #DC7F94

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

Tints are created by lightening the original color #DC7F94 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 #DC7F94 Color Code

In the HSL color space, this color has a hue angle of 346°, a saturation of 57%, and a lightness of 68%. The HSV representation shows a hue of 346°, a saturation of 42%, and a value of 86%.

  • HEX: #DC7F94
  • RGB: rgb(220, 127, 148)
  • HSL: hsl(346, 57%, 68%)
  • HSV: hsv(346, 42%, 86%)
  • CMYK: 0.00% cyan, 42.00% magenta, 33.00% yellow, 14.00% black
  • XYZ: 43.62, 32.93, 24.21
  • Yxy: 32.93, 0.4329, 0.3268
  • Hunter Lab: 64.11, 38.54, 5.23
  • CIE-Lab: 64.11, 38.54, 5.23

In the XYZ color space, this color is represented as X: 43.62, Y: 32.93, Z: 24.21. The Yxy representation further refines this as Y: 32.93, x: 0.4329, and y: 0.3268.

In the Hunter Lab color space, this color is represented as L: 64.11, a: 38.54, and b: 5.23. Similarly, in the CIE-Lab color space, it is represented as L: 64.11, a: 38.54, and b: 5.23.

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

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

Analogous Colors of #DC7F94

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

Monochromatic Colors of #DC7F94

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

Complementary Color of #DC7F94

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

/* Using HEX */
body {
  background-color: #dc7f94;
}
/* Using RGB */
body {
  background-color: rgb(220, 127, 148);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 127, 148, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(346, 57%, 68%);
}
/* Text color */
p {
  color: #dc7f94;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dc7f94;
}

HTML Examples of #DC7F94

<!-- Using HEX -->
<div style="background-color: #dc7f94; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(220, 127, 148); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(220, 127, 148, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(346, 57%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dc7f94;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dc7f94; width: 100px; height: 100px;"></div>

Related Colors of #DC7F94

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