Color: #D9767D

#D9767D Color Information

#D9767D is a light color. The closest websafe version is #D9767D. A complement of this color would be #77DAD3, perceived brightness is 0.58, and the grayscale version is #A8A8A8.

In the HSL color space, this color has a hue angle of 356°,a saturation of 57%, and a lightness of 66%.The HSV representation shows a hue of 356°, a saturation of 46%, and a value of 85%.

In a RGB color space, #D9767D is composed of 85% red, 46% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 46% magenta, 42% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 29.67, x: 0.4606, and y: 0.3402.

Color Code #D9767D

#D9767Drgb(217, 118, 125)
HEX
#D9767D
RGB
rgb(217, 118, 125)
HSL
hsl(356, 57%, 66%)
HSV
hsv(356, 46%, 85%)
CMYK
0%, 46%, 42%, 15%
XYZ
X: 40.17, Y: 29.67, Z: 17.37
Lab
L: 61.37, a: 39.94, b: 14.42
Name

Shades of Color #D9767D

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

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

#D9767Drgb(217, 118, 125)

About #D9767D Color Code

In the HSL color space, this color has a hue angle of 356°, a saturation of 57%, and a lightness of 66%. The HSV representation shows a hue of 356°, a saturation of 46%, and a value of 85%.

  • HEX: #D9767D
  • RGB: rgb(217, 118, 125)
  • HSL: hsl(356, 57%, 66%)
  • HSV: hsv(356, 46%, 85%)
  • CMYK: 0.00% cyan, 46.00% magenta, 42.00% yellow, 15.00% black
  • XYZ: 40.17, 29.67, 17.37
  • Yxy: 29.67, 0.4606, 0.3402
  • Hunter Lab: 61.37, 39.94, 14.42
  • CIE-Lab: 61.37, 39.94, 14.42

In the XYZ color space, this color is represented as X: 40.17, Y: 29.67, Z: 17.37. The Yxy representation further refines this as Y: 29.67, x: 0.4606, and y: 0.3402.

In the Hunter Lab color space, this color is represented as L: 61.37, a: 39.94, and b: 14.42. Similarly, in the CIE-Lab color space, it is represented as L: 61.37, a: 39.94, and b: 14.42.

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

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

Analogous Colors of #D9767D

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

Split Complementary Colors of #D9767D

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

Tetradic Colors of #D9767D

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

Monochromatic Colors of #D9767D

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

Complementary Color of #D9767D

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

/* Using HEX */
body {
  background-color: #d9767d;
}
/* Using RGB */
body {
  background-color: rgb(217, 118, 125);
}
/* Using RGB with opacity */
body {
  background-color: rgba(217, 118, 125, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(356, 57%, 66%);
}
/* Text color */
p {
  color: #d9767d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d9767d;
}
/* Border color */
.box {
  border: 4px solid #d9767d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d9767d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d9767d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D9767D
On Black Background
#D9767D
On White Background
#D9767D

HTML Examples of #D9767D

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

Related Colors of #D9767D

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