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