Color: #DB71AB

#DB71AB Color Information

#DB71AB is a light color. The closest websafe version is #DB71AB. A complement of this color would be #70DBA0, perceived brightness is 0.59, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 327°,a saturation of 60%, and a lightness of 65%.The HSV representation shows a hue of 327°, a saturation of 48%, and a value of 86%.

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

In the Yxy color space, this color is represented as Y: 30.07, x: 0.4110, and y: 0.2869.

Color Code #DB71AB

#DB71ABrgb(219, 113, 171)
HEX
#DB71AB
RGB
rgb(219, 113, 171)
HSL
hsl(327, 60%, 65%)
HSV
hsv(327, 48%, 86%)
CMYK
0%, 48%, 22%, 14%
XYZ
X: 43.08, Y: 30.07, Z: 31.67
Lab
L: 61.71, a: 47.26, b: -11.36
Name

Shades of Color #DB71AB

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

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

#DB71ABrgb(219, 113, 171)

About #DB71AB Color Code

In the HSL color space, this color has a hue angle of 327°, a saturation of 60%, and a lightness of 65%. The HSV representation shows a hue of 327°, a saturation of 48%, and a value of 86%.

  • HEX: #DB71AB
  • RGB: rgb(219, 113, 171)
  • HSL: hsl(327, 60%, 65%)
  • HSV: hsv(327, 48%, 86%)
  • CMYK: 0.00% cyan, 48.00% magenta, 22.00% yellow, 14.00% black
  • XYZ: 43.08, 30.07, 31.67
  • Yxy: 30.07, 0.4110, 0.2869
  • Hunter Lab: 61.71, 47.26, -11.36
  • CIE-Lab: 61.71, 47.26, -11.36

In the XYZ color space, this color is represented as X: 43.08, Y: 30.07, Z: 31.67. The Yxy representation further refines this as Y: 30.07, x: 0.4110, and y: 0.2869.

In the Hunter Lab color space, this color is represented as L: 61.71, a: 47.26, and b: -11.36. Similarly, in the CIE-Lab color space, it is represented as L: 61.71, a: 47.26, and b: -11.36.

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

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

Analogous Colors of #DB71AB

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

Monochromatic Colors of #DB71AB

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

Complementary Color of #DB71AB

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

/* Using HEX */
body {
  background-color: #db71ab;
}
/* Using RGB */
body {
  background-color: rgb(219, 113, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 113, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(327, 60%, 65%);
}
/* Text color */
p {
  color: #db71ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db71ab;
}
/* Border color */
.box {
  border: 4px solid #db71ab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #db71ab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #db71ab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DB71AB
On Black Background
#DB71AB
On White Background
#DB71AB

HTML Examples of #DB71AB

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

Related Colors of #DB71AB

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