Color: #D35CDB

#D35CDB Color Information

#D35CDB is a light color. The closest websafe version is #D35CDB. A complement of this color would be #64DB5C, perceived brightness is 0.56, and the grayscale version is #9B9B9B.

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

In a RGB color space, #D35CDB is composed of 83% red, 36% green and 86% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 58% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 26.46, x: 0.3506, and y: 0.2175.

Color Code #D35CDB

#D35CDBrgb(211, 92, 219)
HEX
#D35CDB
RGB
rgb(211, 92, 219)
HSL
hsl(296, 64%, 61%)
HSV
hsv(296, 58%, 86%)
CMYK
4%, 58%, 0%, 14%
XYZ
X: 42.66, Y: 26.46, Z: 52.54
Lab
L: 58.47, a: 60.00, b: -43.65
Name

Shades of Color #D35CDB

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

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

#D35CDBrgb(211, 92, 219)

About #D35CDB Color Code

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

  • HEX: #D35CDB
  • RGB: rgb(211, 92, 219)
  • HSL: hsl(296, 64%, 61%)
  • HSV: hsv(296, 58%, 86%)
  • CMYK: 4.00% cyan, 58.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 42.66, 26.46, 52.54
  • Yxy: 26.46, 0.3506, 0.2175
  • Hunter Lab: 58.47, 60.00, -43.65
  • CIE-Lab: 58.47, 60.00, -43.65

In the XYZ color space, this color is represented as X: 42.66, Y: 26.46, Z: 52.54. The Yxy representation further refines this as Y: 26.46, x: 0.3506, and y: 0.2175.

In the Hunter Lab color space, this color is represented as L: 58.47, a: 60.00, and b: -43.65. Similarly, in the CIE-Lab color space, it is represented as L: 58.47, a: 60.00, and b: -43.65.

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

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

Analogous Colors of #D35CDB

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

Monochromatic Colors of #D35CDB

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

Complementary Color of #D35CDB

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

/* Using HEX */
body {
  background-color: #d35cdb;
}
/* Using RGB */
body {
  background-color: rgb(211, 92, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(211, 92, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(296, 64%, 61%);
}
/* Text color */
p {
  color: #d35cdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d35cdb;
}
/* Border color */
.box {
  border: 4px solid #d35cdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d35cdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d35cdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D35CDB
On Black Background
#D35CDB
On White Background
#D35CDB

HTML Examples of #D35CDB

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

Related Colors of #D35CDB

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