Color: #D77CEC

#D77CEC Color Information

#D77CEC is a light color. The closest websafe version is #D77CEC. A complement of this color would be #92ED7E, perceived brightness is 0.64, and the grayscale version is #B4B4B4.

In the HSL color space, this color has a hue angle of 289°,a saturation of 75%, and a lightness of 71%.The HSV representation shows a hue of 289°, a saturation of 47%, and a value of 93%.

In a RGB color space, #D77CEC is composed of 84% red, 49% green and 93% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 47% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 34.65, x: 0.3364, and y: 0.2359.

Color Code #D77CEC

#D77CECrgb(215, 124, 236)
HEX
#D77CEC
RGB
rgb(215, 124, 236)
HSL
hsl(289, 75%, 71%)
HSV
hsv(289, 47%, 93%)
CMYK
9%, 47%, 0%, 7%
XYZ
X: 49.40, Y: 34.65, Z: 62.81
Lab
L: 65.48, a: 48.88, b: -42.13
Name

Shades of Color #D77CEC

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

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

#D77CECrgb(215, 124, 236)

About #D77CEC Color Code

In the HSL color space, this color has a hue angle of 289°, a saturation of 75%, and a lightness of 71%. The HSV representation shows a hue of 289°, a saturation of 47%, and a value of 93%.

  • HEX: #D77CEC
  • RGB: rgb(215, 124, 236)
  • HSL: hsl(289, 75%, 71%)
  • HSV: hsv(289, 47%, 93%)
  • CMYK: 9.00% cyan, 47.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 49.40, 34.65, 62.81
  • Yxy: 34.65, 0.3364, 0.2359
  • Hunter Lab: 65.48, 48.88, -42.13
  • CIE-Lab: 65.48, 48.88, -42.13

In the XYZ color space, this color is represented as X: 49.40, Y: 34.65, Z: 62.81. The Yxy representation further refines this as Y: 34.65, x: 0.3364, and y: 0.2359.

In the Hunter Lab color space, this color is represented as L: 65.48, a: 48.88, and b: -42.13. Similarly, in the CIE-Lab color space, it is represented as L: 65.48, a: 48.88, and b: -42.13.

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

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

Analogous Colors of #D77CEC

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

Monochromatic Colors of #D77CEC

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

Complementary Color of #D77CEC

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

/* Using HEX */
body {
  background-color: #d77cec;
}
/* Using RGB */
body {
  background-color: rgb(215, 124, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(215, 124, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(289, 75%, 71%);
}
/* Text color */
p {
  color: #d77cec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d77cec;
}
/* Border color */
.box {
  border: 4px solid #d77cec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d77cec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d77cec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D77CEC
On Black Background
#D77CEC
On White Background
#D77CEC

HTML Examples of #D77CEC

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

Related Colors of #D77CEC

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