Color: #DC22CC

#DC22CC Color Information

#DC22CC is a dark color. The closest websafe version is #DC22CC. A complement of this color would be #22DD32, perceived brightness is 0.43, and the grayscale version is #7F7F7F.

In the HSL color space, this color has a hue angle of 305°,a saturation of 73%, and a lightness of 50%.The HSV representation shows a hue of 305°, a saturation of 85%, and a value of 86%.

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

In the Yxy color space, this color is represented as Y: 20.73, x: 0.3837, and y: 0.1965.

Color Code #DC22CC

#DC22CCrgb(220, 34, 204)
HEX
#DC22CC
RGB
rgb(220, 34, 204)
HSL
hsl(305, 73%, 50%)
HSV
hsv(305, 85%, 86%)
CMYK
0%, 85%, 7%, 14%
XYZ
X: 40.47, Y: 20.73, Z: 44.28
Lab
L: 52.65, a: 78.42, b: -44.15
Name

Shades of Color #DC22CC

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

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

#DC22CCrgb(220, 34, 204)

About #DC22CC Color Code

In the HSL color space, this color has a hue angle of 305°, a saturation of 73%, and a lightness of 50%. The HSV representation shows a hue of 305°, a saturation of 85%, and a value of 86%.

  • HEX: #DC22CC
  • RGB: rgb(220, 34, 204)
  • HSL: hsl(305, 73%, 50%)
  • HSV: hsv(305, 85%, 86%)
  • CMYK: 0.00% cyan, 85.00% magenta, 7.00% yellow, 14.00% black
  • XYZ: 40.47, 20.73, 44.28
  • Yxy: 20.73, 0.3837, 0.1965
  • Hunter Lab: 52.65, 78.42, -44.15
  • CIE-Lab: 52.65, 78.42, -44.15

In the XYZ color space, this color is represented as X: 40.47, Y: 20.73, Z: 44.28. The Yxy representation further refines this as Y: 20.73, x: 0.3837, and y: 0.1965.

In the Hunter Lab color space, this color is represented as L: 52.65, a: 78.42, and b: -44.15. Similarly, in the CIE-Lab color space, it is represented as L: 52.65, a: 78.42, and b: -44.15.

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

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

Analogous Colors of #DC22CC

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

Split Complementary Colors of #DC22CC

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

Tetradic Colors of #DC22CC

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

Monochromatic Colors of #DC22CC

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

Complementary Color of #DC22CC

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

/* Using HEX */
body {
  background-color: #dc22cc;
}
/* Using RGB */
body {
  background-color: rgb(220, 34, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 34, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(305, 73%, 50%);
}
/* Text color */
p {
  color: #dc22cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dc22cc;
}
/* Border color */
.box {
  border: 4px solid #dc22cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dc22cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dc22cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DC22CC
On Black Background
#DC22CC
On White Background
#DC22CC

HTML Examples of #DC22CC

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

Related Colors of #DC22CC

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