Color: #DB48D6

#DB48D6 Color Information

#DB48D6 is a light color. The closest websafe version is #DB48D6. A complement of this color would be #48DB4D, perceived brightness is 0.52, and the grayscale version is #929292.

In the HSL color space, this color has a hue angle of 302°,a saturation of 67%, and a lightness of 57%.The HSV representation shows a hue of 302°, a saturation of 100%, and a value of 100%.

In a RGB color space, #DB48D6 is composed of 86% red, 28% green and 84% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 67% magenta, 2% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 24.48, x: 0.3672, and y: 0.2090.

Color Code #DB48D6

HEX
#DB48D6
RGB
rgb(219, 72, 214)
HSL
hsl(302, 67%, 57%)
HSV
hsv(302, 67%, 86%)
CMYK
0%, 67%, 2%, 14%
XYZ
X: 43.01, Y: 24.48, Z: 49.64
Lab
L: 56.57, a: 69.23, b: -43.71
Name

Shades of Color #DB48D6

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

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

About #DB48D6 Color Code

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

  • HEX: #DB48D6
  • RGB: rgb(219, 72, 214)
  • HSL: hsl(302, 67%, 57%)
  • HSV: hsv(302, 67%, 86%)
  • CMYK: 0.00% cyan, 67.00% magenta, 2.00% yellow, 14.00% black
  • XYZ: 43.01, 24.48, 49.64
  • Yxy: 24.48, 0.3672, 0.2090
  • Hunter Lab: 56.57, 69.23, -43.71
  • CIE-Lab: 56.57, 69.23, -43.71

In the XYZ color space, this color is represented as X: 43.01, Y: 24.48, Z: 49.64. The Yxy representation further refines this as Y: 24.48, x: 0.3672, and y: 0.2090.

In the Hunter Lab color space, this color is represented as L: 56.57, a: 69.23, and b: -43.71. Similarly, in the CIE-Lab color space, it is represented as L: 56.57, a: 69.23, and b: -43.71.

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

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

Analogous Colors of #DB48D6

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

Monochromatic Colors of #DB48D6

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

Complementary Color of #DB48D6

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

/* Using HEX */
body {
  background-color: #db48d6;
}
/* Using RGB */
body {
  background-color: rgb(219, 72, 214);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 72, 214, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(302, 67%, 57%);
}
/* Text color */
p {
  color: #db48d6;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db48d6;
}

HTML Examples of #DB48D6

<!-- Using HEX -->
<div style="background-color: #db48d6; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 72, 214); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 72, 214, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(302, 67%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #db48d6;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #db48d6; width: 100px; height: 100px;"></div>

Related Colors of #DB48D6

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