Color: #DD738D

#DD738D Color Information

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

In the HSL color space, this color has a hue angle of 345°,a saturation of 61%, and a lightness of 66%.The HSV representation shows a hue of 345°, a saturation of 48%, and a value of 87%.

In a RGB color space, #DD738D is composed of 87% red, 45% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 36% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 29.99, x: 0.4480, and y: 0.3203.

Color Code #DD738D

#DD738Drgb(221, 115, 141)
HEX
#DD738D
RGB
rgb(221, 115, 141)
HSL
hsl(345, 61%, 66%)
HSV
hsv(345, 48%, 87%)
CMYK
0%, 48%, 36%, 13%
XYZ
X: 41.94, Y: 29.99, Z: 21.69
Lab
L: 61.65, a: 44.16, b: 5.75
Name

Shades of Color #DD738D

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

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

#DD738Drgb(221, 115, 141)

About #DD738D Color Code

In the HSL color space, this color has a hue angle of 345°, a saturation of 61%, and a lightness of 66%. The HSV representation shows a hue of 345°, a saturation of 48%, and a value of 87%.

  • HEX: #DD738D
  • RGB: rgb(221, 115, 141)
  • HSL: hsl(345, 61%, 66%)
  • HSV: hsv(345, 48%, 87%)
  • CMYK: 0.00% cyan, 48.00% magenta, 36.00% yellow, 13.00% black
  • XYZ: 41.94, 29.99, 21.69
  • Yxy: 29.99, 0.4480, 0.3203
  • Hunter Lab: 61.65, 44.16, 5.75
  • CIE-Lab: 61.65, 44.16, 5.75

In the XYZ color space, this color is represented as X: 41.94, Y: 29.99, Z: 21.69. The Yxy representation further refines this as Y: 29.99, x: 0.4480, and y: 0.3203.

In the Hunter Lab color space, this color is represented as L: 61.65, a: 44.16, and b: 5.75. Similarly, in the CIE-Lab color space, it is represented as L: 61.65, a: 44.16, and b: 5.75.

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

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

Analogous Colors of #DD738D

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

Split Complementary Colors of #DD738D

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

Tetradic Colors of #DD738D

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

Monochromatic Colors of #DD738D

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

Complementary Color of #DD738D

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

/* Using HEX */
body {
  background-color: #dd738d;
}
/* Using RGB */
body {
  background-color: rgb(221, 115, 141);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 115, 141, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(345, 61%, 66%);
}
/* Text color */
p {
  color: #dd738d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dd738d;
}
/* Border color */
.box {
  border: 4px solid #dd738d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dd738d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dd738d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DD738D
On Black Background
#DD738D
On White Background
#DD738D

HTML Examples of #DD738D

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

Related Colors of #DD738D

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