Color: #DE739C

#DE739C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 30.56, x: 0.4312, and y: 0.3050.

Color Code #DE739C

#DE739Crgb(222, 115, 156)
HEX
#DE739C
RGB
rgb(222, 115, 156)
HSL
hsl(337, 62%, 66%)
HSV
hsv(337, 48%, 87%)
CMYK
0%, 48%, 30%, 13%
XYZ
X: 43.21, Y: 30.56, Z: 26.43
Lab
L: 62.13, a: 45.85, b: -2.12
Name

Shades of Color #DE739C

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

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

#DE739Crgb(222, 115, 156)

About #DE739C Color Code

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

  • HEX: #DE739C
  • RGB: rgb(222, 115, 156)
  • HSL: hsl(337, 62%, 66%)
  • HSV: hsv(337, 48%, 87%)
  • CMYK: 0.00% cyan, 48.00% magenta, 30.00% yellow, 13.00% black
  • XYZ: 43.21, 30.56, 26.43
  • Yxy: 30.56, 0.4312, 0.3050
  • Hunter Lab: 62.13, 45.85, -2.12
  • CIE-Lab: 62.13, 45.85, -2.12

In the XYZ color space, this color is represented as X: 43.21, Y: 30.56, Z: 26.43. The Yxy representation further refines this as Y: 30.56, x: 0.4312, and y: 0.3050.

In the Hunter Lab color space, this color is represented as L: 62.13, a: 45.85, and b: -2.12. Similarly, in the CIE-Lab color space, it is represented as L: 62.13, a: 45.85, and b: -2.12.

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

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

Analogous Colors of #DE739C

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

Monochromatic Colors of #DE739C

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

Complementary Color of #DE739C

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

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

HTML Examples of #DE739C

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

Related Colors of #DE739C

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