Color: #D71BDD
#D71BDD Color Information
#D71BDD is a dark color. The closest websafe version is #D71BDD. A complement of this color would be #22DE1B, perceived brightness is 0.41, and the grayscale version is #7C7C7C.
In the HSL color space, this color has a hue angle of 298°,a saturation of 78%, and a lightness of 49%.The HSV representation shows a hue of 298°, a saturation of 88%, and a value of 87%.
In a RGB color space, #D71BDD is composed of 84% red, 11% green and 87% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 88% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 20.29, x: 0.3563, and y: 0.1790.
Color Code #D71BDD
Shades of Color #D71BDD
Shades are created by darkening the original color #D71BDD 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 #D71BDD
Tints are created by lightening the original color #D71BDD 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 #D71BDD Color Code
In the HSL color space, this color has a hue angle of 298°, a saturation of 78%, and a lightness of 49%. The HSV representation shows a hue of 298°, a saturation of 88%, and a value of 87%.
- HEX: #D71BDD
- RGB: rgb(215, 27, 221)
- HSL: hsl(298, 78%, 49%)
- HSV: hsv(298, 88%, 87%)
- CMYK: 3.00% cyan, 88.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 40.40, 20.29, 52.69
- Yxy: 20.29, 0.3563, 0.1790
- Hunter Lab: 52.16, 80.34, -54.70
- CIE-Lab: 52.16, 80.34, -54.70
In the XYZ color space, this color is represented as X: 40.40, Y: 20.29, Z: 52.69. The Yxy representation further refines this as Y: 20.29, x: 0.3563, and y: 0.1790.
In the Hunter Lab color space, this color is represented as L: 52.16, a: 80.34, and b: -54.70. Similarly, in the CIE-Lab color space, it is represented as L: 52.16, a: 80.34, and b: -54.70.
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 #D71BDD
Triadic colors are three colors evenly spaced around the color wheel, including #D71BDD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #D71BDD
Split complementary colors are two colors adjacent to the complementary color of #D71BDD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #D71BDD
Monochromatic colors are variations of #D71BDD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D71BDD
The complementary color of #D71BDD 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 #D71BDD
/* Using HEX */ body { background-color: #d71bdd; }
/* Using RGB */ body { background-color: rgb(215, 27, 221); }
/* Using RGB with opacity */ body { background-color: rgba(215, 27, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(298, 78%, 49%); }
/* Text color */ p { color: #d71bdd; }
/* Box shadow */ div { box-shadow: 4px 4px #d71bdd; }
/* Border color */ .box { border: 4px solid #d71bdd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d71bdd; }
/* Background with text */ div { background: #d71bdd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D71BDD
<!-- Using HEX --> <div style="background-color: #d71bdd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(215, 27, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(215, 27, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(298, 78%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d71bdd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d71bdd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d71bdd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d71bdd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d71bdd; color: #fff; padding: 16px; border-radius: 8px;"> #D71BDD </div>
Related Colors of #D71BDD
These colors are similar to #D71BDD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.