Color: #DB7094
#DB7094 Color Information
#DB7094 is a light color. The closest websafe version is #DB7094. A complement of this color would be #70DBB8, perceived brightness is 0.58, and the grayscale version is #A5A5A5.
In the HSL color space, this color has a hue angle of 340°,a saturation of 60%, and a lightness of 65%.The HSV representation shows a hue of 340°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DB7094 is composed of 86% red, 44% green and 58% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 32% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 29.17, x: 0.4389, and y: 0.3095.
Color Code #DB7094
Shades of Color #DB7094
Shades are created by darkening the original color #DB7094 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 #DB7094
Tints are created by lightening the original color #DB7094 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 #DB7094 Color Code
In the HSL color space, this color has a hue angle of 340°, a saturation of 60%, and a lightness of 65%. The HSV representation shows a hue of 340°, a saturation of 49%, and a value of 86%.
- HEX: #DB7094
- RGB: rgb(219, 112, 148)
- HSL: hsl(340, 60%, 65%)
- HSV: hsv(340, 49%, 86%)
- CMYK: 0.00% cyan, 49.00% magenta, 32.00% yellow, 14.00% black
- XYZ: 41.37, 29.17, 23.71
- Yxy: 29.17, 0.4389, 0.3095
- Hunter Lab: 60.93, 45.50, 0.67
- CIE-Lab: 60.93, 45.50, 0.67
In the XYZ color space, this color is represented as X: 41.37, Y: 29.17, Z: 23.71. The Yxy representation further refines this as Y: 29.17, x: 0.4389, and y: 0.3095.
In the Hunter Lab color space, this color is represented as L: 60.93, a: 45.50, and b: 0.67. Similarly, in the CIE-Lab color space, it is represented as L: 60.93, a: 45.50, and b: 0.67.
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 #DB7094
Triadic colors are three colors evenly spaced around the color wheel, including #DB7094. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DB7094
Monochromatic colors are variations of #DB7094, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DB7094
The complementary color of #DB7094 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 #DB7094
/* Using HEX */ body { background-color: #db7094; }
/* Using RGB */ body { background-color: rgb(219, 112, 148); }
/* Using RGB with opacity */ body { background-color: rgba(219, 112, 148, 0.5); }
/* Using HSL */ body { background-color: hsl(340, 60%, 65%); }
/* Text color */ p { color: #db7094; }
/* Box shadow */ div { box-shadow: 4px 4px #db7094; }
HTML Examples of #DB7094
<!-- Using HEX --> <div style="background-color: #db7094; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 112, 148); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 112, 148, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(340, 60%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #db7094;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #db7094; width: 100px; height: 100px;"></div>
Related Colors of #DB7094
These colors are similar to #DB7094, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.