Color: #DB177C

#DB177C Color Information

#DB177C is a dark color. The closest websafe version is #DB177C. A complement of this color would be #17D975, perceived brightness is 0.37, and the grayscale version is #797979.

In the HSL color space, this color has a hue angle of 329°,a saturation of 81%, and a lightness of 47%.The HSV representation shows a hue of 329°, a saturation of 89%, and a value of 86%.

In a RGB color space, #DB177C is composed of 86% red, 9% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 89% magenta, 43% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 17.60, x: 0.5077, and y: 0.2621.

Color Code #DB177C

#DB177Crgb(219, 23, 124)
HEX
#DB177C
RGB
rgb(219, 23, 124)
HSL
hsl(329, 81%, 47%)
HSV
hsv(329, 89%, 86%)
CMYK
0%, 89%, 43%, 14%
XYZ
X: 34.10, Y: 17.60, Z: 15.46
Lab
L: 49.00, a: 73.41, b: -2.38
Name

Shades of Color #DB177C

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

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

#DB177Crgb(219, 23, 124)

About #DB177C Color Code

In the HSL color space, this color has a hue angle of 329°, a saturation of 81%, and a lightness of 47%. The HSV representation shows a hue of 329°, a saturation of 89%, and a value of 86%.

  • HEX: #DB177C
  • RGB: rgb(219, 23, 124)
  • HSL: hsl(329, 81%, 47%)
  • HSV: hsv(329, 89%, 86%)
  • CMYK: 0.00% cyan, 89.00% magenta, 43.00% yellow, 14.00% black
  • XYZ: 34.10, 17.60, 15.46
  • Yxy: 17.60, 0.5077, 0.2621
  • Hunter Lab: 49.00, 73.41, -2.38
  • CIE-Lab: 49.00, 73.41, -2.38

In the XYZ color space, this color is represented as X: 34.10, Y: 17.60, Z: 15.46. The Yxy representation further refines this as Y: 17.60, x: 0.5077, and y: 0.2621.

In the Hunter Lab color space, this color is represented as L: 49.00, a: 73.41, and b: -2.38. Similarly, in the CIE-Lab color space, it is represented as L: 49.00, a: 73.41, and b: -2.38.

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

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

Analogous Colors of #DB177C

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

Split Complementary Colors of #DB177C

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

Tetradic Colors of #DB177C

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

Monochromatic Colors of #DB177C

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

Complementary Color of #DB177C

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

/* Using HEX */
body {
  background-color: #db177c;
}
/* Using RGB */
body {
  background-color: rgb(219, 23, 124);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 23, 124, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(329, 81%, 47%);
}
/* Text color */
p {
  color: #db177c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db177c;
}
/* Border color */
.box {
  border: 4px solid #db177c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #db177c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #db177c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DB177C
On Black Background
#DB177C
On White Background
#DB177C

HTML Examples of #DB177C

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

Related Colors of #DB177C

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