Color: #DA61AA

#DA61AA Color Information

#DA61AA is a light color. The closest websafe version is #DA61AA. A complement of this color would be #62DA92, perceived brightness is 0.55, and the grayscale version is #9E9E9E.

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

In a RGB color space, #DA61AA is composed of 85% red, 38% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 56% magenta, 22% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 26.61, x: 0.4160, and y: 0.2705.

Color Code #DA61AA

#DA61AArgb(218, 97, 170)
HEX
#DA61AA
RGB
rgb(218, 97, 170)
HSL
hsl(324, 62%, 62%)
HSV
hsv(324, 56%, 85%)
CMYK
0%, 56%, 22%, 15%
XYZ
X: 40.93, Y: 26.61, Z: 30.85
Lab
L: 58.61, a: 54.18, b: -15.44
Name

Shades of Color #DA61AA

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

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

#DA61AArgb(218, 97, 170)

About #DA61AA Color Code

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

  • HEX: #DA61AA
  • RGB: rgb(218, 97, 170)
  • HSL: hsl(324, 62%, 62%)
  • HSV: hsv(324, 56%, 85%)
  • CMYK: 0.00% cyan, 56.00% magenta, 22.00% yellow, 15.00% black
  • XYZ: 40.93, 26.61, 30.85
  • Yxy: 26.61, 0.4160, 0.2705
  • Hunter Lab: 58.61, 54.18, -15.44
  • CIE-Lab: 58.61, 54.18, -15.44

In the XYZ color space, this color is represented as X: 40.93, Y: 26.61, Z: 30.85. The Yxy representation further refines this as Y: 26.61, x: 0.4160, and y: 0.2705.

In the Hunter Lab color space, this color is represented as L: 58.61, a: 54.18, and b: -15.44. Similarly, in the CIE-Lab color space, it is represented as L: 58.61, a: 54.18, and b: -15.44.

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

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

Analogous Colors of #DA61AA

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

Split Complementary Colors of #DA61AA

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

Tetradic Colors of #DA61AA

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

Monochromatic Colors of #DA61AA

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

Complementary Color of #DA61AA

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

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

HTML Examples of #DA61AA

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

Related Colors of #DA61AA

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