Color: #DD679C

#DD679C Color Information

#DD679C is a light color. The closest websafe version is #DD679C. A complement of this color would be #69DDA9, perceived brightness is 0.57, and the grayscale version is #A2A2A2.

In the HSL color space, this color has a hue angle of 333°,a saturation of 63%, and a lightness of 64%.The HSV representation shows a hue of 333°, a saturation of 53%, and a value of 87%.

In a RGB color space, #DD679C is composed of 87% red, 40% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 53% magenta, 29% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 27.83, x: 0.4351, and y: 0.2917.

Color Code #DD679C

#DD679Crgb(221, 103, 156)
HEX
#DD679C
RGB
rgb(221, 103, 156)
HSL
hsl(333, 63%, 64%)
HSV
hsv(333, 53%, 87%)
CMYK
0%, 53%, 29%, 13%
XYZ
X: 41.51, Y: 27.83, Z: 26.07
Lab
L: 59.73, a: 51.11, b: -5.64
Name

Shades of Color #DD679C

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

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

#DD679Crgb(221, 103, 156)

About #DD679C Color Code

In the HSL color space, this color has a hue angle of 333°, a saturation of 63%, and a lightness of 64%. The HSV representation shows a hue of 333°, a saturation of 53%, and a value of 87%.

  • HEX: #DD679C
  • RGB: rgb(221, 103, 156)
  • HSL: hsl(333, 63%, 64%)
  • HSV: hsv(333, 53%, 87%)
  • CMYK: 0.00% cyan, 53.00% magenta, 29.00% yellow, 13.00% black
  • XYZ: 41.51, 27.83, 26.07
  • Yxy: 27.83, 0.4351, 0.2917
  • Hunter Lab: 59.73, 51.11, -5.64
  • CIE-Lab: 59.73, 51.11, -5.64

In the XYZ color space, this color is represented as X: 41.51, Y: 27.83, Z: 26.07. The Yxy representation further refines this as Y: 27.83, x: 0.4351, and y: 0.2917.

In the Hunter Lab color space, this color is represented as L: 59.73, a: 51.11, and b: -5.64. Similarly, in the CIE-Lab color space, it is represented as L: 59.73, a: 51.11, and b: -5.64.

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

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

Analogous Colors of #DD679C

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

Monochromatic Colors of #DD679C

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

Complementary Color of #DD679C

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

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

HTML Examples of #DD679C

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

Related Colors of #DD679C

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