Color: #DC186C

#DC186C Color Information

#DC186C is a dark color. The closest websafe version is #DC186C. A complement of this color would be #18DC87, perceived brightness is 0.36, and the grayscale version is #7A7A7A.

In the HSL color space, this color has a hue angle of 334°,a saturation of 80%, and a lightness of 48%.The HSV representation shows a hue of 334°, a saturation of 89%, and a value of 86%.

In a RGB color space, #DC186C is composed of 86% red, 9% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 89% magenta, 51% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 17.49, x: 0.5351, and y: 0.2776.

Color Code #DC186C

#DC186Crgb(220, 24, 108)
HEX
#DC186C
RGB
rgb(220, 24, 108)
HSL
hsl(334, 80%, 48%)
HSV
hsv(334, 89%, 86%)
CMYK
0%, 89%, 51%, 14%
XYZ
X: 33.71, Y: 17.49, Z: 11.80
Lab
L: 48.87, a: 72.61, b: 7.27
Name

Shades of Color #DC186C

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

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

#DC186Crgb(220, 24, 108)

About #DC186C Color Code

In the HSL color space, this color has a hue angle of 334°, a saturation of 80%, and a lightness of 48%. The HSV representation shows a hue of 334°, a saturation of 89%, and a value of 86%.

  • HEX: #DC186C
  • RGB: rgb(220, 24, 108)
  • HSL: hsl(334, 80%, 48%)
  • HSV: hsv(334, 89%, 86%)
  • CMYK: 0.00% cyan, 89.00% magenta, 51.00% yellow, 14.00% black
  • XYZ: 33.71, 17.49, 11.80
  • Yxy: 17.49, 0.5351, 0.2776
  • Hunter Lab: 48.87, 72.61, 7.27
  • CIE-Lab: 48.87, 72.61, 7.27

In the XYZ color space, this color is represented as X: 33.71, Y: 17.49, Z: 11.80. The Yxy representation further refines this as Y: 17.49, x: 0.5351, and y: 0.2776.

In the Hunter Lab color space, this color is represented as L: 48.87, a: 72.61, and b: 7.27. Similarly, in the CIE-Lab color space, it is represented as L: 48.87, a: 72.61, and b: 7.27.

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

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

Analogous Colors of #DC186C

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

Split Complementary Colors of #DC186C

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

Tetradic Colors of #DC186C

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

Monochromatic Colors of #DC186C

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

Complementary Color of #DC186C

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

/* Using HEX */
body {
  background-color: #dc186c;
}
/* Using RGB */
body {
  background-color: rgb(220, 24, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 24, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(334, 80%, 48%);
}
/* Text color */
p {
  color: #dc186c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dc186c;
}
/* Border color */
.box {
  border: 4px solid #dc186c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dc186c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dc186c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DC186C
On Black Background
#DC186C
On White Background
#DC186C

HTML Examples of #DC186C

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

Related Colors of #DC186C

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