Color: #DB758A

#DB758A Color Information

#DB758A is a light color. The closest websafe version is #DB758A. A complement of this color would be #75DBC7, perceived brightness is 0.59, and the grayscale version is #A8A8A8.

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

In a RGB color space, #DB758A is composed of 86% red, 46% green and 54% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 37% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 30.05, x: 0.4483, and y: 0.3256.

Color Code #DB758A

#DB758Argb(219, 117, 138)
HEX
#DB758A
RGB
rgb(219, 117, 138)
HSL
hsl(348, 59%, 66%)
HSV
hsv(348, 47%, 86%)
CMYK
0%, 47%, 37%, 14%
XYZ
X: 41.38, Y: 30.05, Z: 20.87
Lab
L: 61.70, a: 42.22, b: 7.50
Name

Shades of Color #DB758A

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

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

#DB758Argb(219, 117, 138)

About #DB758A Color Code

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

  • HEX: #DB758A
  • RGB: rgb(219, 117, 138)
  • HSL: hsl(348, 59%, 66%)
  • HSV: hsv(348, 47%, 86%)
  • CMYK: 0.00% cyan, 47.00% magenta, 37.00% yellow, 14.00% black
  • XYZ: 41.38, 30.05, 20.87
  • Yxy: 30.05, 0.4483, 0.3256
  • Hunter Lab: 61.70, 42.22, 7.50
  • CIE-Lab: 61.70, 42.22, 7.50

In the XYZ color space, this color is represented as X: 41.38, Y: 30.05, Z: 20.87. The Yxy representation further refines this as Y: 30.05, x: 0.4483, and y: 0.3256.

In the Hunter Lab color space, this color is represented as L: 61.70, a: 42.22, and b: 7.50. Similarly, in the CIE-Lab color space, it is represented as L: 61.70, a: 42.22, and b: 7.50.

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

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

Analogous Colors of #DB758A

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

Split Complementary Colors of #DB758A

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

Tetradic Colors of #DB758A

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

Monochromatic Colors of #DB758A

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

Complementary Color of #DB758A

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

/* Using HEX */
body {
  background-color: #db758a;
}
/* Using RGB */
body {
  background-color: rgb(219, 117, 138);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 117, 138, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(348, 59%, 66%);
}
/* Text color */
p {
  color: #db758a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db758a;
}
/* Border color */
.box {
  border: 4px solid #db758a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #db758a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #db758a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DB758A
On Black Background
#DB758A
On White Background
#DB758A

HTML Examples of #DB758A

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

Related Colors of #DB758A

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