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