Color: #D43548

#D43548 Color Information

#D43548 is a dark color. The closest websafe version is #D43548. A complement of this color would be #35D4C2, perceived brightness is 0.40, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 353°,a saturation of 65%, and a lightness of 52%.The HSV representation shows a hue of 353°, a saturation of 75%, and a value of 83%.

In a RGB color space, #D43548 is composed of 83% red, 21% green and 28% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 75% magenta, 66% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 17.59, x: 0.5691, and y: 0.3228.

Color Code #D43548

#D43548rgb(212, 53, 72)
HEX
#D43548
RGB
rgb(212, 53, 72)
HSL
hsl(353, 65%, 52%)
HSV
hsv(353, 75%, 83%)
CMYK
0%, 75%, 66%, 17%
XYZ
X: 31.01, Y: 17.59, Z: 5.89
Lab
L: 49.00, a: 62.39, b: 29.10
Name

Shades of Color #D43548

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

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

#D43548rgb(212, 53, 72)

About #D43548 Color Code

In the HSL color space, this color has a hue angle of 353°, a saturation of 65%, and a lightness of 52%. The HSV representation shows a hue of 353°, a saturation of 75%, and a value of 83%.

  • HEX: #D43548
  • RGB: rgb(212, 53, 72)
  • HSL: hsl(353, 65%, 52%)
  • HSV: hsv(353, 75%, 83%)
  • CMYK: 0.00% cyan, 75.00% magenta, 66.00% yellow, 17.00% black
  • XYZ: 31.01, 17.59, 5.89
  • Yxy: 17.59, 0.5691, 0.3228
  • Hunter Lab: 49.00, 62.39, 29.10
  • CIE-Lab: 49.00, 62.39, 29.10

In the XYZ color space, this color is represented as X: 31.01, Y: 17.59, Z: 5.89. The Yxy representation further refines this as Y: 17.59, x: 0.5691, and y: 0.3228.

In the Hunter Lab color space, this color is represented as L: 49.00, a: 62.39, and b: 29.10. Similarly, in the CIE-Lab color space, it is represented as L: 49.00, a: 62.39, and b: 29.10.

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

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

Analogous Colors of #D43548

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

Split Complementary Colors of #D43548

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

Tetradic Colors of #D43548

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

Monochromatic Colors of #D43548

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

Complementary Color of #D43548

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

/* Using HEX */
body {
  background-color: #d43548;
}
/* Using RGB */
body {
  background-color: rgb(212, 53, 72);
}
/* Using RGB with opacity */
body {
  background-color: rgba(212, 53, 72, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(353, 65%, 52%);
}
/* Text color */
p {
  color: #d43548;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d43548;
}
/* Border color */
.box {
  border: 4px solid #d43548;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d43548;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d43548;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D43548
On Black Background
#D43548
On White Background
#D43548

HTML Examples of #D43548

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

Related Colors of #D43548

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