Color: #D152DA

#D152DA Color Information

#D152DA is a light color. The closest websafe version is #D152DA. A complement of this color would be #5CDA52, perceived brightness is 0.53, and the grayscale version is #969696.

In the HSL color space, this color has a hue angle of 296°,a saturation of 65%, and a lightness of 59%.The HSV representation shows a hue of 296°, a saturation of 62%, and a value of 85%.

In a RGB color space, #D152DA is composed of 82% red, 32% green and 85% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 62% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 24.49, x: 0.3501, and y: 0.2087.

Color Code #D152DA

#D152DArgb(209, 82, 218)
HEX
#D152DA
RGB
rgb(209, 82, 218)
HSL
hsl(296, 65%, 59%)
HSV
hsv(296, 62%, 85%)
CMYK
4%, 62%, 0%, 15%
XYZ
X: 41.08, Y: 24.49, Z: 51.78
Lab
L: 56.57, a: 63.44, b: -46.10
Name

Shades of Color #D152DA

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

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

#D152DArgb(209, 82, 218)

About #D152DA Color Code

In the HSL color space, this color has a hue angle of 296°, a saturation of 65%, and a lightness of 59%. The HSV representation shows a hue of 296°, a saturation of 62%, and a value of 85%.

  • HEX: #D152DA
  • RGB: rgb(209, 82, 218)
  • HSL: hsl(296, 65%, 59%)
  • HSV: hsv(296, 62%, 85%)
  • CMYK: 4.00% cyan, 62.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 41.08, 24.49, 51.78
  • Yxy: 24.49, 0.3501, 0.2087
  • Hunter Lab: 56.57, 63.44, -46.10
  • CIE-Lab: 56.57, 63.44, -46.10

In the XYZ color space, this color is represented as X: 41.08, Y: 24.49, Z: 51.78. The Yxy representation further refines this as Y: 24.49, x: 0.3501, and y: 0.2087.

In the Hunter Lab color space, this color is represented as L: 56.57, a: 63.44, and b: -46.10. Similarly, in the CIE-Lab color space, it is represented as L: 56.57, a: 63.44, and b: -46.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 #D152DA

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

Analogous Colors of #D152DA

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

Split Complementary Colors of #D152DA

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

Tetradic Colors of #D152DA

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

Monochromatic Colors of #D152DA

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

Complementary Color of #D152DA

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

/* Using HEX */
body {
  background-color: #d152da;
}
/* Using RGB */
body {
  background-color: rgb(209, 82, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(209, 82, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(296, 65%, 59%);
}
/* Text color */
p {
  color: #d152da;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d152da;
}
/* Border color */
.box {
  border: 4px solid #d152da;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d152da;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d152da;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D152DA
On Black Background
#D152DA
On White Background
#D152DA

HTML Examples of #D152DA

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

Related Colors of #D152DA

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