Color: #DC3F4C

#DC3F4C Color Information

#DC3F4C is a dark color. The closest websafe version is #DC3F4C. A complement of this color would be #3DDBCE, perceived brightness is 0.44, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 355°,a saturation of 69%, and a lightness of 55%.The HSV representation shows a hue of 355°, a saturation of 71%, and a value of 86%.

In a RGB color space, #DC3F4C is composed of 86% red, 25% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 71% magenta, 65% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 19.93, x: 0.5625, and y: 0.3282.

Color Code #DC3F4C

#DC3F4Crgb(220, 63, 76)
HEX
#DC3F4C
RGB
rgb(220, 63, 76)
HSL
hsl(355, 69%, 55%)
HSV
hsv(355, 71%, 86%)
CMYK
0%, 71%, 65%, 14%
XYZ
X: 34.16, Y: 19.93, Z: 6.64
Lab
L: 51.75, a: 61.75, b: 30.47
Name

Shades of Color #DC3F4C

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

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

#DC3F4Crgb(220, 63, 76)

About #DC3F4C Color Code

In the HSL color space, this color has a hue angle of 355°, a saturation of 69%, and a lightness of 55%. The HSV representation shows a hue of 355°, a saturation of 71%, and a value of 86%.

  • HEX: #DC3F4C
  • RGB: rgb(220, 63, 76)
  • HSL: hsl(355, 69%, 55%)
  • HSV: hsv(355, 71%, 86%)
  • CMYK: 0.00% cyan, 71.00% magenta, 65.00% yellow, 14.00% black
  • XYZ: 34.16, 19.93, 6.64
  • Yxy: 19.93, 0.5625, 0.3282
  • Hunter Lab: 51.75, 61.75, 30.47
  • CIE-Lab: 51.75, 61.75, 30.47

In the XYZ color space, this color is represented as X: 34.16, Y: 19.93, Z: 6.64. The Yxy representation further refines this as Y: 19.93, x: 0.5625, and y: 0.3282.

In the Hunter Lab color space, this color is represented as L: 51.75, a: 61.75, and b: 30.47. Similarly, in the CIE-Lab color space, it is represented as L: 51.75, a: 61.75, and b: 30.47.

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

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

Analogous Colors of #DC3F4C

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

Split Complementary Colors of #DC3F4C

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

Tetradic Colors of #DC3F4C

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

Monochromatic Colors of #DC3F4C

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

Complementary Color of #DC3F4C

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

/* Using HEX */
body {
  background-color: #dc3f4c;
}
/* Using RGB */
body {
  background-color: rgb(220, 63, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 63, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(355, 69%, 55%);
}
/* Text color */
p {
  color: #dc3f4c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dc3f4c;
}
/* Border color */
.box {
  border: 4px solid #dc3f4c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dc3f4c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dc3f4c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DC3F4C
On Black Background
#DC3F4C
On White Background
#DC3F4C

HTML Examples of #DC3F4C

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

Related Colors of #DC3F4C

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