Color: #DC4FCC

#DC4FCC Color Information

#DC4FCC is a light color. The closest websafe version is #DC4FCC. A complement of this color would be #50DC61, perceived brightness is 0.53, and the grayscale version is #969696.

In the HSL color space, this color has a hue angle of 307°,a saturation of 67%, and a lightness of 59%.The HSV representation shows a hue of 307°, a saturation of 100%, and a value of 100%.

In a RGB color space, #DC4FCC is composed of 86% red, 31% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 64% magenta, 7% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 25.19, x: 0.3795, and y: 0.2231.

Color Code #DC4FCC

HEX
#DC4FCC
RGB
rgb(220, 79, 204)
HSL
hsl(307, 67%, 59%)
HSV
hsv(307, 64%, 86%)
CMYK
0%, 64%, 7%, 14%
XYZ
X: 42.86, Y: 25.19, Z: 44.88
Lab
L: 57.26, a: 65.81, b: -36.94
Name

Shades of Color #DC4FCC

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

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

About #DC4FCC Color Code

In the HSL color space, this color has a hue angle of 307°, a saturation of 67%, and a lightness of 59%. The HSV representation shows a hue of 307°, a saturation of 64%, and a value of 86%.

  • HEX: #DC4FCC
  • RGB: rgb(220, 79, 204)
  • HSL: hsl(307, 67%, 59%)
  • HSV: hsv(307, 64%, 86%)
  • CMYK: 0.00% cyan, 64.00% magenta, 7.00% yellow, 14.00% black
  • XYZ: 42.86, 25.19, 44.88
  • Yxy: 25.19, 0.3795, 0.2231
  • Hunter Lab: 57.26, 65.81, -36.94
  • CIE-Lab: 57.26, 65.81, -36.94

In the XYZ color space, this color is represented as X: 42.86, Y: 25.19, Z: 44.88. The Yxy representation further refines this as Y: 25.19, x: 0.3795, and y: 0.2231.

In the Hunter Lab color space, this color is represented as L: 57.26, a: 65.81, and b: -36.94. Similarly, in the CIE-Lab color space, it is represented as L: 57.26, a: 65.81, and b: -36.94.

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

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

Analogous Colors of #DC4FCC

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

Monochromatic Colors of #DC4FCC

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

Complementary Color of #DC4FCC

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

/* Using HEX */
body {
  background-color: #dc4fcc;
}
/* Using RGB */
body {
  background-color: rgb(220, 79, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 79, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(307, 67%, 59%);
}
/* Text color */
p {
  color: #dc4fcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dc4fcc;
}

HTML Examples of #DC4FCC

<!-- Using HEX -->
<div style="background-color: #dc4fcc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(220, 79, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(220, 79, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(307, 67%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dc4fcc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dc4fcc; width: 100px; height: 100px;"></div>

Related Colors of #DC4FCC

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