Color: #D04B8C

#D04B8C Color Information

#D04B8C is a dark color. The closest websafe version is #D04B8C. A complement of this color would be #49D08F, perceived brightness is 0.48, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 331°,a saturation of 59%, and a lightness of 55%.The HSV representation shows a hue of 331°, a saturation of 64%, and a value of 82%.

In a RGB color space, #D04B8C is composed of 82% red, 29% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 64% magenta, 33% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 20.67, x: 0.4534, and y: 0.2759.

Color Code #D04B8C

#D04B8Crgb(208, 75, 140)
HEX
#D04B8C
RGB
rgb(208, 75, 140)
HSL
hsl(331, 59%, 55%)
HSV
hsv(331, 64%, 82%)
CMYK
0%, 64%, 33%, 18%
XYZ
X: 33.97, Y: 20.67, Z: 20.29
Lab
L: 52.58, a: 57.50, b: -7.05
Name

Shades of Color #D04B8C

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

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

#D04B8Crgb(208, 75, 140)

About #D04B8C Color Code

In the HSL color space, this color has a hue angle of 331°, a saturation of 59%, and a lightness of 55%. The HSV representation shows a hue of 331°, a saturation of 64%, and a value of 82%.

  • HEX: #D04B8C
  • RGB: rgb(208, 75, 140)
  • HSL: hsl(331, 59%, 55%)
  • HSV: hsv(331, 64%, 82%)
  • CMYK: 0.00% cyan, 64.00% magenta, 33.00% yellow, 18.00% black
  • XYZ: 33.97, 20.67, 20.29
  • Yxy: 20.67, 0.4534, 0.2759
  • Hunter Lab: 52.58, 57.50, -7.05
  • CIE-Lab: 52.58, 57.50, -7.05

In the XYZ color space, this color is represented as X: 33.97, Y: 20.67, Z: 20.29. The Yxy representation further refines this as Y: 20.67, x: 0.4534, and y: 0.2759.

In the Hunter Lab color space, this color is represented as L: 52.58, a: 57.50, and b: -7.05. Similarly, in the CIE-Lab color space, it is represented as L: 52.58, a: 57.50, and b: -7.05.

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

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

Analogous Colors of #D04B8C

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

Split Complementary Colors of #D04B8C

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

Tetradic Colors of #D04B8C

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

Monochromatic Colors of #D04B8C

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

Complementary Color of #D04B8C

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

/* Using HEX */
body {
  background-color: #d04b8c;
}
/* Using RGB */
body {
  background-color: rgb(208, 75, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(208, 75, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(331, 59%, 55%);
}
/* Text color */
p {
  color: #d04b8c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d04b8c;
}
/* Border color */
.box {
  border: 4px solid #d04b8c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d04b8c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d04b8c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D04B8C
On Black Background
#D04B8C
On White Background
#D04B8C

HTML Examples of #D04B8C

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

Related Colors of #D04B8C

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