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