Color: #D30FDB
#D30FDB Color Information
#D30FDB is a dark color. The closest websafe version is #D30FDB. A complement of this color would be #16DB0F, perceived brightness is 0.38, and the grayscale version is #757575.
In the HSL color space, this color has a hue angle of 298°,a saturation of 87%, and a lightness of 46%.The HSV representation shows a hue of 298°, a saturation of 93%, and a value of 86%.
In a RGB color space, #D30FDB is composed of 83% red, 6% green and 86% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 93% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 19.13, x: 0.3540, and y: 0.1749.
Color Code #D30FDB
Shades of Color #D30FDB
Shades are created by darkening the original color #D30FDB 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 #D30FDB
Tints are created by lightening the original color #D30FDB 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 #D30FDB Color Code
In the HSL color space, this color has a hue angle of 298°, a saturation of 87%, and a lightness of 46%. The HSV representation shows a hue of 298°, a saturation of 93%, and a value of 86%.
- HEX: #D30FDB
- RGB: rgb(211, 15, 219)
- HSL: hsl(298, 87%, 46%)
- HSV: hsv(298, 93%, 86%)
- CMYK: 4.00% cyan, 93.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 38.73, 19.13, 51.54
- Yxy: 19.13, 0.3540, 0.1749
- Hunter Lab: 50.84, 80.80, -55.72
- CIE-Lab: 50.84, 80.80, -55.72
In the XYZ color space, this color is represented as X: 38.73, Y: 19.13, Z: 51.54. The Yxy representation further refines this as Y: 19.13, x: 0.3540, and y: 0.1749.
In the Hunter Lab color space, this color is represented as L: 50.84, a: 80.80, and b: -55.72. Similarly, in the CIE-Lab color space, it is represented as L: 50.84, a: 80.80, and b: -55.72.
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 #D30FDB
Triadic colors are three colors evenly spaced around the color wheel, including #D30FDB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #D30FDB
Split complementary colors are two colors adjacent to the complementary color of #D30FDB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #D30FDB
Monochromatic colors are variations of #D30FDB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D30FDB
The complementary color of #D30FDB 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 #D30FDB
/* Using HEX */ body { background-color: #d30fdb; }
/* Using RGB */ body { background-color: rgb(211, 15, 219); }
/* Using RGB with opacity */ body { background-color: rgba(211, 15, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(298, 87%, 46%); }
/* Text color */ p { color: #d30fdb; }
/* Box shadow */ div { box-shadow: 4px 4px #d30fdb; }
/* Border color */ .box { border: 4px solid #d30fdb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d30fdb; }
/* Background with text */ div { background: #d30fdb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D30FDB
<!-- Using HEX --> <div style="background-color: #d30fdb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(211, 15, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(211, 15, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(298, 87%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d30fdb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d30fdb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d30fdb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d30fdb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d30fdb; color: #fff; padding: 16px; border-radius: 8px;"> #D30FDB </div>
Related Colors of #D30FDB
These colors are similar to #D30FDB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.