Color: #D874CC

#D874CC Color Information

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

In the HSL color space, this color has a hue angle of 307°,a saturation of 56%, and a lightness of 65%.The HSV representation shows a hue of 307°, a saturation of 46%, and a value of 85%.

In a RGB color space, #D874CC is composed of 85% red, 45% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 46% magenta, 6% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 31.46, x: 0.3697, and y: 0.2567.

Color Code #D874CC

#D874CCrgb(216, 116, 204)
HEX
#D874CC
RGB
rgb(216, 116, 204)
HSL
hsl(307, 56%, 65%)
HSV
hsv(307, 46%, 85%)
CMYK
0%, 46%, 6%, 15%
XYZ
X: 45.31, Y: 31.46, Z: 45.78
Lab
L: 62.89, a: 48.66, b: -28.31
Name

Shades of Color #D874CC

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

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

#D874CCrgb(216, 116, 204)

About #D874CC Color Code

In the HSL color space, this color has a hue angle of 307°, a saturation of 56%, and a lightness of 65%. The HSV representation shows a hue of 307°, a saturation of 46%, and a value of 85%.

  • HEX: #D874CC
  • RGB: rgb(216, 116, 204)
  • HSL: hsl(307, 56%, 65%)
  • HSV: hsv(307, 46%, 85%)
  • CMYK: 0.00% cyan, 46.00% magenta, 6.00% yellow, 15.00% black
  • XYZ: 45.31, 31.46, 45.78
  • Yxy: 31.46, 0.3697, 0.2567
  • Hunter Lab: 62.89, 48.66, -28.31
  • CIE-Lab: 62.89, 48.66, -28.31

In the XYZ color space, this color is represented as X: 45.31, Y: 31.46, Z: 45.78. The Yxy representation further refines this as Y: 31.46, x: 0.3697, and y: 0.2567.

In the Hunter Lab color space, this color is represented as L: 62.89, a: 48.66, and b: -28.31. Similarly, in the CIE-Lab color space, it is represented as L: 62.89, a: 48.66, and b: -28.31.

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

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

Analogous Colors of #D874CC

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

Split Complementary Colors of #D874CC

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

Tetradic Colors of #D874CC

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

Monochromatic Colors of #D874CC

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

Complementary Color of #D874CC

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

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

HTML Examples of #D874CC

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

Related Colors of #D874CC

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