Color: #DB4BCC

#DB4BCC Color Information

#DB4BCC is a light color. The closest websafe version is #DB4BCC. A complement of this color would be #4CDC5A, perceived brightness is 0.52, and the grayscale version is #939393.

In the HSL color space, this color has a hue angle of 306°,a saturation of 67%, and a lightness of 58%.The HSV representation shows a hue of 306°, a saturation of 66%, and a value of 86%.

In a RGB color space, #DB4BCC is composed of 86% red, 29% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 66% magenta, 7% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 24.47, x: 0.3788, and y: 0.2195.

Color Code #DB4BCC

#DB4BCCrgb(219, 75, 204)
HEX
#DB4BCC
RGB
rgb(219, 75, 204)
HSL
hsl(306, 67%, 58%)
HSV
hsv(306, 66%, 86%)
CMYK
0%, 66%, 7%, 14%
XYZ
X: 42.24, Y: 24.47, Z: 44.79
Lab
L: 56.55, a: 67.02, b: -38.06
Name

Shades of Color #DB4BCC

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

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

#DB4BCCrgb(219, 75, 204)

About #DB4BCC Color Code

In the HSL color space, this color has a hue angle of 306°, a saturation of 67%, and a lightness of 58%. The HSV representation shows a hue of 306°, a saturation of 66%, and a value of 86%.

  • HEX: #DB4BCC
  • RGB: rgb(219, 75, 204)
  • HSL: hsl(306, 67%, 58%)
  • HSV: hsv(306, 66%, 86%)
  • CMYK: 0.00% cyan, 66.00% magenta, 7.00% yellow, 14.00% black
  • XYZ: 42.24, 24.47, 44.79
  • Yxy: 24.47, 0.3788, 0.2195
  • Hunter Lab: 56.55, 67.02, -38.06
  • CIE-Lab: 56.55, 67.02, -38.06

In the XYZ color space, this color is represented as X: 42.24, Y: 24.47, Z: 44.79. The Yxy representation further refines this as Y: 24.47, x: 0.3788, and y: 0.2195.

In the Hunter Lab color space, this color is represented as L: 56.55, a: 67.02, and b: -38.06. Similarly, in the CIE-Lab color space, it is represented as L: 56.55, a: 67.02, and b: -38.06.

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

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

Analogous Colors of #DB4BCC

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

Split Complementary Colors of #DB4BCC

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

Tetradic Colors of #DB4BCC

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

Monochromatic Colors of #DB4BCC

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

Complementary Color of #DB4BCC

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

/* Using HEX */
body {
  background-color: #db4bcc;
}
/* Using RGB */
body {
  background-color: rgb(219, 75, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 75, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(306, 67%, 58%);
}
/* Text color */
p {
  color: #db4bcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db4bcc;
}
/* Border color */
.box {
  border: 4px solid #db4bcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #db4bcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #db4bcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DB4BCC
On Black Background
#DB4BCC
On White Background
#DB4BCC

HTML Examples of #DB4BCC

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

Related Colors of #DB4BCC

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