Color: #DB907B

#DB907B Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 36.96, x: 0.4479, and y: 0.3724.

Color Code #DB907B

#DB907Brgb(219, 144, 123)
HEX
#DB907B
RGB
rgb(219, 144, 123)
HSL
hsl(13, 57%, 67%)
HSV
hsv(13, 44%, 86%)
CMYK
0%, 34%, 44%, 14%
XYZ
X: 44.46, Y: 36.96, Z: 17.84
Lab
L: 67.24, a: 27.48, b: 23.49
Name

Shades of Color #DB907B

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

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

#DB907Brgb(219, 144, 123)

About #DB907B Color Code

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

  • HEX: #DB907B
  • RGB: rgb(219, 144, 123)
  • HSL: hsl(13, 57%, 67%)
  • HSV: hsv(13, 44%, 86%)
  • CMYK: 0.00% cyan, 34.00% magenta, 44.00% yellow, 14.00% black
  • XYZ: 44.46, 36.96, 17.84
  • Yxy: 36.96, 0.4479, 0.3724
  • Hunter Lab: 67.24, 27.48, 23.49
  • CIE-Lab: 67.24, 27.48, 23.49

In the XYZ color space, this color is represented as X: 44.46, Y: 36.96, Z: 17.84. The Yxy representation further refines this as Y: 36.96, x: 0.4479, and y: 0.3724.

In the Hunter Lab color space, this color is represented as L: 67.24, a: 27.48, and b: 23.49. Similarly, in the CIE-Lab color space, it is represented as L: 67.24, a: 27.48, and b: 23.49.

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

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

Analogous Colors of #DB907B

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

Split Complementary Colors of #DB907B

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

Tetradic Colors of #DB907B

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

Monochromatic Colors of #DB907B

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

Complementary Color of #DB907B

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

/* Using HEX */
body {
  background-color: #db907b;
}
/* Using RGB */
body {
  background-color: rgb(219, 144, 123);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 144, 123, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(13, 57%, 67%);
}
/* Text color */
p {
  color: #db907b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db907b;
}
/* Border color */
.box {
  border: 4px solid #db907b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #db907b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #db907b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DB907B
On Black Background
#DB907B
On White Background
#DB907B

HTML Examples of #DB907B

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

Related Colors of #DB907B

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