Color: #DB6572

#DB6572 Color Information

#DB6572 is a light color. The closest websafe version is #DB6572. A complement of this color would be #66DBCD, perceived brightness is 0.54, and the grayscale version is #A0A0A0.

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

In a RGB color space, #DB6572 is composed of 86% red, 40% green and 45% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 54% magenta, 48% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 26.11, x: 0.4868, and y: 0.3318.

Color Code #DB6572

HEX
#DB6572
RGB
rgb(219, 101, 114)
HSL
hsl(353, 62%, 63%)
HSV
hsv(353, 54%, 86%)
CMYK
0%, 54%, 48%, 14%
XYZ
X: 38.31, Y: 26.11, Z: 14.27
Lab
L: 58.14, a: 48.00, b: 16.41
Name

Shades of Color #DB6572

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

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

In the HSL color space, this color has a hue angle of 353°, a saturation of 62%, and a lightness of 63%. The HSV representation shows a hue of 353°, a saturation of 54%, and a value of 86%.

  • HEX: #DB6572
  • RGB: rgb(219, 101, 114)
  • HSL: hsl(353, 62%, 63%)
  • HSV: hsv(353, 54%, 86%)
  • CMYK: 0.00% cyan, 54.00% magenta, 48.00% yellow, 14.00% black
  • XYZ: 38.31, 26.11, 14.27
  • Yxy: 26.11, 0.4868, 0.3318
  • Hunter Lab: 58.14, 48.00, 16.41
  • CIE-Lab: 58.14, 48.00, 16.41

In the XYZ color space, this color is represented as X: 38.31, Y: 26.11, Z: 14.27. The Yxy representation further refines this as Y: 26.11, x: 0.4868, and y: 0.3318.

In the Hunter Lab color space, this color is represented as L: 58.14, a: 48.00, and b: 16.41. Similarly, in the CIE-Lab color space, it is represented as L: 58.14, a: 48.00, and b: 16.41.

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

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

Analogous Colors of #DB6572

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

Monochromatic Colors of #DB6572

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

Complementary Color of #DB6572

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

/* Using HEX */
body {
  background-color: #db6572;
}
/* Using RGB */
body {
  background-color: rgb(219, 101, 114);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 101, 114, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(353, 62%, 63%);
}
/* Text color */
p {
  color: #db6572;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db6572;
}

HTML Examples of #DB6572

<!-- Using HEX -->
<div style="background-color: #db6572; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 101, 114); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 101, 114, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(353, 62%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #db6572;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #db6572; width: 100px; height: 100px;"></div>

Related Colors of #DB6572

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