Color: #D600BD
#D600BD Color Information
#D600BD is a dark color. The closest websafe version is #D600BD. A complement of this color would be #00D619, perceived brightness is 0.34, and the grayscale version is #6B6B6B.
In the HSL color space, this color has a hue angle of 307°,a saturation of 99%, and a lightness of 42%.The HSV representation shows a hue of 307°, a saturation of 100%, and a value of 100%.
In a RGB color space, #D600BD is composed of 84% red, 0% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 12% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 18.05, x: 0.3981, and y: 0.1963.
Color Code #D600BD
Shades of Color #D600BD
Shades are created by darkening the original color #D600BD 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 #D600BD
Tints are created by lightening the original color #D600BD 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 #D600BD Color Code
In the HSL color space, this color has a hue angle of 307°, a saturation of 100%, and a lightness of 42%. The HSV representation shows a hue of 307°, a saturation of 100%, and a value of 84%.
- HEX: #D600BD
- RGB: rgb(214, 0, 189)
- HSL: hsl(307, 100%, 42%)
- HSV: hsv(307, 100%, 84%)
- CMYK: 0.00% cyan, 100.00% magenta, 12.00% yellow, 16.00% black
- XYZ: 36.60, 18.05, 37.28
- Yxy: 18.05, 0.3981, 0.1963
- Hunter Lab: 49.55, 79.48, -40.44
- CIE-Lab: 49.55, 79.48, -40.44
In the XYZ color space, this color is represented as X: 36.60, Y: 18.05, Z: 37.28. The Yxy representation further refines this as Y: 18.05, x: 0.3981, and y: 0.1963.
In the Hunter Lab color space, this color is represented as L: 49.55, a: 79.48, and b: -40.44. Similarly, in the CIE-Lab color space, it is represented as L: 49.55, a: 79.48, and b: -40.44.
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 #D600BD
Triadic colors are three colors evenly spaced around the color wheel, including #D600BD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D600BD
Monochromatic colors are variations of #D600BD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D600BD
The complementary color of #D600BD 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 #D600BD
/* Using HEX */ body { background-color: #d600bd; }
/* Using RGB */ body { background-color: rgb(214, 0, 189); }
/* Using RGB with opacity */ body { background-color: rgba(214, 0, 189, 0.5); }
/* Using HSL */ body { background-color: hsl(307, 100%, 42%); }
/* Text color */ p { color: #d600bd; }
/* Box shadow */ div { box-shadow: 4px 4px #d600bd; }
HTML Examples of #D600BD
<!-- Using HEX --> <div style="background-color: #d600bd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(214, 0, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(214, 0, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(307, 100%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d600bd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d600bd; width: 100px; height: 100px;"></div>
Related Colors of #D600BD
These colors are similar to #D600BD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.