Color: #DB7B80

#DB7B80 Color Information

#DB7B80 is a light color. The closest websafe version is #DB7B80. A complement of this color would be #7BDBD6, perceived brightness is 0.60, and the grayscale version is #ABABAB.

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

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

In the Yxy color space, this color is represented as Y: 31.27, x: 0.4562, and y: 0.3428.

Color Code #DB7B80

HEX
#DB7B80
RGB
rgb(219, 123, 128)
HSL
hsl(357, 57%, 67%)
HSV
hsv(357, 44%, 86%)
CMYK
0%, 44%, 42%, 14%
XYZ
X: 41.61, Y: 31.27, Z: 18.33
Lab
L: 62.73, a: 38.46, b: 14.63
Name

Shades of Color #DB7B80

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

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

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

  • HEX: #DB7B80
  • RGB: rgb(219, 123, 128)
  • HSL: hsl(357, 57%, 67%)
  • HSV: hsv(357, 44%, 86%)
  • CMYK: 0.00% cyan, 44.00% magenta, 42.00% yellow, 14.00% black
  • XYZ: 41.61, 31.27, 18.33
  • Yxy: 31.27, 0.4562, 0.3428
  • Hunter Lab: 62.73, 38.46, 14.63
  • CIE-Lab: 62.73, 38.46, 14.63

In the XYZ color space, this color is represented as X: 41.61, Y: 31.27, Z: 18.33. The Yxy representation further refines this as Y: 31.27, x: 0.4562, and y: 0.3428.

In the Hunter Lab color space, this color is represented as L: 62.73, a: 38.46, and b: 14.63. Similarly, in the CIE-Lab color space, it is represented as L: 62.73, a: 38.46, and b: 14.63.

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

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

Analogous Colors of #DB7B80

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

Monochromatic Colors of #DB7B80

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

Complementary Color of #DB7B80

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

/* Using HEX */
body {
  background-color: #db7b80;
}
/* Using RGB */
body {
  background-color: rgb(219, 123, 128);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 123, 128, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(357, 57%, 67%);
}
/* Text color */
p {
  color: #db7b80;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db7b80;
}

HTML Examples of #DB7B80

<!-- Using HEX -->
<div style="background-color: #db7b80; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 123, 128); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 123, 128, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(357, 57%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #db7b80;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #db7b80; width: 100px; height: 100px;"></div>

Related Colors of #DB7B80

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