Color: #D03BBC

#D03BBC Color Information

#D03BBC is a dark color. The closest websafe version is #D03BBC. A complement of this color would be #3ACF4E, perceived brightness is 0.46, and the grayscale version is #868686.

In the HSL color space, this color has a hue angle of 308°,a saturation of 61%, and a lightness of 52%.The HSV representation shows a hue of 308°, a saturation of 72%, and a value of 82%.

In a RGB color space, #D03BBC is composed of 82% red, 23% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 72% magenta, 10% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 20.22, x: 0.3878, and y: 0.2155.

Color Code #D03BBC

#D03BBCrgb(208, 59, 188)
HEX
#D03BBC
RGB
rgb(208, 59, 188)
HSL
hsl(308, 61%, 52%)
HSV
hsv(308, 72%, 82%)
CMYK
0%, 72%, 10%, 18%
XYZ
X: 36.39, Y: 20.22, Z: 37.22
Lab
L: 52.08, a: 67.85, b: -35.99
Name

Shades of Color #D03BBC

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

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

#D03BBCrgb(208, 59, 188)

About #D03BBC Color Code

In the HSL color space, this color has a hue angle of 308°, a saturation of 61%, and a lightness of 52%. The HSV representation shows a hue of 308°, a saturation of 72%, and a value of 82%.

  • HEX: #D03BBC
  • RGB: rgb(208, 59, 188)
  • HSL: hsl(308, 61%, 52%)
  • HSV: hsv(308, 72%, 82%)
  • CMYK: 0.00% cyan, 72.00% magenta, 10.00% yellow, 18.00% black
  • XYZ: 36.39, 20.22, 37.22
  • Yxy: 20.22, 0.3878, 0.2155
  • Hunter Lab: 52.08, 67.85, -35.99
  • CIE-Lab: 52.08, 67.85, -35.99

In the XYZ color space, this color is represented as X: 36.39, Y: 20.22, Z: 37.22. The Yxy representation further refines this as Y: 20.22, x: 0.3878, and y: 0.2155.

In the Hunter Lab color space, this color is represented as L: 52.08, a: 67.85, and b: -35.99. Similarly, in the CIE-Lab color space, it is represented as L: 52.08, a: 67.85, and b: -35.99.

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

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

Analogous Colors of #D03BBC

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

Split Complementary Colors of #D03BBC

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

Tetradic Colors of #D03BBC

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

Monochromatic Colors of #D03BBC

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

Complementary Color of #D03BBC

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

/* Using HEX */
body {
  background-color: #d03bbc;
}
/* Using RGB */
body {
  background-color: rgb(208, 59, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(208, 59, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(308, 61%, 52%);
}
/* Text color */
p {
  color: #d03bbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d03bbc;
}
/* Border color */
.box {
  border: 4px solid #d03bbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d03bbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d03bbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D03BBC
On Black Background
#D03BBC
On White Background
#D03BBC

HTML Examples of #D03BBC

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

Related Colors of #D03BBC

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