Color: #D676CC

#D676CC Color Information

#D676CC is a light color. The closest websafe version is #D676CC. A complement of this color would be #76D67F, perceived brightness is 0.61, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 306°,a saturation of 54%, and a lightness of 65%.The HSV representation shows a hue of 306°, a saturation of 45%, and a value of 84%.

In a RGB color space, #D676CC is composed of 84% red, 46% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 45% magenta, 5% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 31.61, x: 0.3672, and y: 0.2583.

Color Code #D676CC

#D676CCrgb(214, 118, 204)
HEX
#D676CC
RGB
rgb(214, 118, 204)
HSL
hsl(306, 54%, 65%)
HSV
hsv(306, 45%, 84%)
CMYK
0%, 45%, 5%, 16%
XYZ
X: 44.94, Y: 31.61, Z: 45.82
Lab
L: 63.02, a: 47.06, b: -28.14
Name

Shades of Color #D676CC

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

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

#D676CCrgb(214, 118, 204)

About #D676CC Color Code

In the HSL color space, this color has a hue angle of 306°, a saturation of 54%, and a lightness of 65%. The HSV representation shows a hue of 306°, a saturation of 45%, and a value of 84%.

  • HEX: #D676CC
  • RGB: rgb(214, 118, 204)
  • HSL: hsl(306, 54%, 65%)
  • HSV: hsv(306, 45%, 84%)
  • CMYK: 0.00% cyan, 45.00% magenta, 5.00% yellow, 16.00% black
  • XYZ: 44.94, 31.61, 45.82
  • Yxy: 31.61, 0.3672, 0.2583
  • Hunter Lab: 63.02, 47.06, -28.14
  • CIE-Lab: 63.02, 47.06, -28.14

In the XYZ color space, this color is represented as X: 44.94, Y: 31.61, Z: 45.82. The Yxy representation further refines this as Y: 31.61, x: 0.3672, and y: 0.2583.

In the Hunter Lab color space, this color is represented as L: 63.02, a: 47.06, and b: -28.14. Similarly, in the CIE-Lab color space, it is represented as L: 63.02, a: 47.06, and b: -28.14.

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

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

Analogous Colors of #D676CC

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

Monochromatic Colors of #D676CC

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

Complementary Color of #D676CC

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

/* Using HEX */
body {
  background-color: #d676cc;
}
/* Using RGB */
body {
  background-color: rgb(214, 118, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(214, 118, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(306, 54%, 65%);
}
/* Text color */
p {
  color: #d676cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d676cc;
}
/* Border color */
.box {
  border: 4px solid #d676cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d676cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d676cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D676CC
On Black Background
#D676CC
On White Background
#D676CC

HTML Examples of #D676CC

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

Related Colors of #D676CC

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