Color: #DF045C

#DF045C Color Information

#DF045C is a dark color. The closest websafe version is #DF045C. A complement of this color would be #05E189, perceived brightness is 0.31, and the grayscale version is #727272.

In the HSL color space, this color has a hue angle of 336°,a saturation of 96%, and a lightness of 45%.The HSV representation shows a hue of 336°, a saturation of 98%, and a value of 87%.

In a RGB color space, #DF045C is composed of 87% red, 2% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 98% magenta, 59% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 17.15, x: 0.5665, and y: 0.2878.

Color Code #DF045C

#DF045Crgb(223, 4, 92)
HEX
#DF045C
RGB
rgb(223, 4, 92)
HSL
hsl(336, 96%, 45%)
HSV
hsv(336, 98%, 87%)
CMYK
0%, 98%, 59%, 13%
XYZ
X: 33.76, Y: 17.15, Z: 8.68
Lab
L: 48.45, a: 74.58, b: 16.71
Name

Shades of Color #DF045C

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

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

#DF045Crgb(223, 4, 92)

About #DF045C Color Code

In the HSL color space, this color has a hue angle of 336°, a saturation of 96%, and a lightness of 45%. The HSV representation shows a hue of 336°, a saturation of 98%, and a value of 87%.

  • HEX: #DF045C
  • RGB: rgb(223, 4, 92)
  • HSL: hsl(336, 96%, 45%)
  • HSV: hsv(336, 98%, 87%)
  • CMYK: 0.00% cyan, 98.00% magenta, 59.00% yellow, 13.00% black
  • XYZ: 33.76, 17.15, 8.68
  • Yxy: 17.15, 0.5665, 0.2878
  • Hunter Lab: 48.45, 74.58, 16.71
  • CIE-Lab: 48.45, 74.58, 16.71

In the XYZ color space, this color is represented as X: 33.76, Y: 17.15, Z: 8.68. The Yxy representation further refines this as Y: 17.15, x: 0.5665, and y: 0.2878.

In the Hunter Lab color space, this color is represented as L: 48.45, a: 74.58, and b: 16.71. Similarly, in the CIE-Lab color space, it is represented as L: 48.45, a: 74.58, and b: 16.71.

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

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

Analogous Colors of #DF045C

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

Split Complementary Colors of #DF045C

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

Tetradic Colors of #DF045C

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

Monochromatic Colors of #DF045C

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

Complementary Color of #DF045C

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

/* Using HEX */
body {
  background-color: #df045c;
}
/* Using RGB */
body {
  background-color: rgb(223, 4, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 4, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(336, 96%, 45%);
}
/* Text color */
p {
  color: #df045c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #df045c;
}
/* Border color */
.box {
  border: 4px solid #df045c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #df045c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #df045c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DF045C
On Black Background
#DF045C
On White Background
#DF045C

HTML Examples of #DF045C

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

Related Colors of #DF045C

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