Color: #D5315C

#D5315C Color Information

#D5315C is a dark color. The closest websafe version is #D5315C. A complement of this color would be #30D5A9, perceived brightness is 0.40, and the grayscale version is #838383.

In the HSL color space, this color has a hue angle of 344°,a saturation of 66%, and a lightness of 51%.The HSV representation shows a hue of 344°, a saturation of 77%, and a value of 84%.

In a RGB color space, #D5315C is composed of 84% red, 19% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 77% magenta, 57% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 17.66, x: 0.5446, and y: 0.3031.

Color Code #D5315C

#D5315Crgb(213, 49, 92)
HEX
#D5315C
RGB
rgb(213, 49, 92)
HSL
hsl(344, 66%, 51%)
HSV
hsv(344, 77%, 84%)
CMYK
0%, 77%, 57%, 16%
XYZ
X: 31.73, Y: 17.66, Z: 8.87
Lab
L: 49.08, a: 64.70, b: 17.11
Name

Shades of Color #D5315C

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

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

#D5315Crgb(213, 49, 92)

About #D5315C Color Code

In the HSL color space, this color has a hue angle of 344°, a saturation of 66%, and a lightness of 51%. The HSV representation shows a hue of 344°, a saturation of 77%, and a value of 84%.

  • HEX: #D5315C
  • RGB: rgb(213, 49, 92)
  • HSL: hsl(344, 66%, 51%)
  • HSV: hsv(344, 77%, 84%)
  • CMYK: 0.00% cyan, 77.00% magenta, 57.00% yellow, 16.00% black
  • XYZ: 31.73, 17.66, 8.87
  • Yxy: 17.66, 0.5446, 0.3031
  • Hunter Lab: 49.08, 64.70, 17.11
  • CIE-Lab: 49.08, 64.70, 17.11

In the XYZ color space, this color is represented as X: 31.73, Y: 17.66, Z: 8.87. The Yxy representation further refines this as Y: 17.66, x: 0.5446, and y: 0.3031.

In the Hunter Lab color space, this color is represented as L: 49.08, a: 64.70, and b: 17.11. Similarly, in the CIE-Lab color space, it is represented as L: 49.08, a: 64.70, and b: 17.11.

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

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

Analogous Colors of #D5315C

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

Split Complementary Colors of #D5315C

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

Tetradic Colors of #D5315C

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

Monochromatic Colors of #D5315C

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

Complementary Color of #D5315C

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

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

HTML Examples of #D5315C

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

Related Colors of #D5315C

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