Color: #DA1BCC

#DA1BCC Color Information

#DA1BCC is a dark color. The closest websafe version is #DA1BCC. A complement of this color would be #1BDA28, perceived brightness is 0.41, and the grayscale version is #7B7B7B.

In the HSL color space, this color has a hue angle of 304°,a saturation of 78%, and a lightness of 48%.The HSV representation shows a hue of 304°, a saturation of 88%, and a value of 85%.

In a RGB color space, #DA1BCC is composed of 85% red, 11% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 88% magenta, 6% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 20.05, x: 0.3815, and y: 0.1930.

Color Code #DA1BCC

#DA1BCCrgb(218, 27, 204)
HEX
#DA1BCC
RGB
rgb(218, 27, 204)
HSL
hsl(304, 78%, 48%)
HSV
hsv(304, 88%, 85%)
CMYK
0%, 88%, 6%, 15%
XYZ
X: 39.63, Y: 20.05, Z: 44.21
Lab
L: 51.89, a: 79.14, b: -45.38
Name

Shades of Color #DA1BCC

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

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

#DA1BCCrgb(218, 27, 204)

About #DA1BCC Color Code

In the HSL color space, this color has a hue angle of 304°, a saturation of 78%, and a lightness of 48%. The HSV representation shows a hue of 304°, a saturation of 88%, and a value of 85%.

  • HEX: #DA1BCC
  • RGB: rgb(218, 27, 204)
  • HSL: hsl(304, 78%, 48%)
  • HSV: hsv(304, 88%, 85%)
  • CMYK: 0.00% cyan, 88.00% magenta, 6.00% yellow, 15.00% black
  • XYZ: 39.63, 20.05, 44.21
  • Yxy: 20.05, 0.3815, 0.1930
  • Hunter Lab: 51.89, 79.14, -45.38
  • CIE-Lab: 51.89, 79.14, -45.38

In the XYZ color space, this color is represented as X: 39.63, Y: 20.05, Z: 44.21. The Yxy representation further refines this as Y: 20.05, x: 0.3815, and y: 0.1930.

In the Hunter Lab color space, this color is represented as L: 51.89, a: 79.14, and b: -45.38. Similarly, in the CIE-Lab color space, it is represented as L: 51.89, a: 79.14, and b: -45.38.

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

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

Analogous Colors of #DA1BCC

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

Split Complementary Colors of #DA1BCC

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

Tetradic Colors of #DA1BCC

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

Monochromatic Colors of #DA1BCC

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

Complementary Color of #DA1BCC

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

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

HTML Examples of #DA1BCC

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

Related Colors of #DA1BCC

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