Color: #D35DFB
#D35DFB Color Information
#D35DFB is a light color. The closest websafe version is #D35DFB. A complement of this color would be #83FB5B, perceived brightness is 0.57, and the grayscale version is #ACACAC.
In the HSL color space, this color has a hue angle of 285°,a saturation of 95%, and a lightness of 67%.The HSV representation shows a hue of 285°, a saturation of 63%, and a value of 98%.
In a RGB color space, #D35DFB is composed of 83% red, 36% green and 98% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 63% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 28.19, x: 0.3191, and y: 0.1938.
Color Code #D35DFB
Shades of Color #D35DFB
Shades are created by darkening the original color #D35DFB 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 #D35DFB
Tints are created by lightening the original color #D35DFB 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 #D35DFB Color Code
In the HSL color space, this color has a hue angle of 285°, a saturation of 95%, and a lightness of 67%. The HSV representation shows a hue of 285°, a saturation of 63%, and a value of 98%.
- HEX: #D35DFB
- RGB: rgb(211, 93, 251)
- HSL: hsl(285, 95%, 67%)
- HSV: hsv(285, 63%, 98%)
- CMYK: 16.00% cyan, 63.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 46.42, 28.19, 70.87
- Yxy: 28.19, 0.3191, 0.1938
- Hunter Lab: 60.06, 64.04, -58.97
- CIE-Lab: 60.06, 64.04, -58.97
In the XYZ color space, this color is represented as X: 46.42, Y: 28.19, Z: 70.87. The Yxy representation further refines this as Y: 28.19, x: 0.3191, and y: 0.1938.
In the Hunter Lab color space, this color is represented as L: 60.06, a: 64.04, and b: -58.97. Similarly, in the CIE-Lab color space, it is represented as L: 60.06, a: 64.04, and b: -58.97.
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 #D35DFB
Triadic colors are three colors evenly spaced around the color wheel, including #D35DFB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #D35DFB
Split complementary colors are two colors adjacent to the complementary color of #D35DFB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #D35DFB
Monochromatic colors are variations of #D35DFB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D35DFB
The complementary color of #D35DFB 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 #D35DFB
/* Using HEX */ body { background-color: #d35dfb; }
/* Using RGB */ body { background-color: rgb(211, 93, 251); }
/* Using RGB with opacity */ body { background-color: rgba(211, 93, 251, 0.5); }
/* Using HSL */ body { background-color: hsl(285, 95%, 67%); }
/* Text color */ p { color: #d35dfb; }
/* Box shadow */ div { box-shadow: 4px 4px #d35dfb; }
/* Border color */ .box { border: 4px solid #d35dfb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d35dfb; }
/* Background with text */ div { background: #d35dfb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D35DFB
<!-- Using HEX --> <div style="background-color: #d35dfb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(211, 93, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(211, 93, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(285, 95%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d35dfb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d35dfb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d35dfb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d35dfb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d35dfb; color: #fff; padding: 16px; border-radius: 8px;"> #D35DFB </div>
Related Colors of #D35DFB
These colors are similar to #D35DFB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.