Color: #DF014F
#DF014F Color Information
#DF014F is a dark color. The closest websafe version is #DF014F. A complement of this color would be #01DF92, perceived brightness is 0.30, and the grayscale version is #707070.
In the HSL color space, this color has a hue angle of 339°,a saturation of 99%, and a lightness of 44%.The HSV representation shows a hue of 339°, a saturation of 100%, and a value of 87%.
In a RGB color space, #DF014F is composed of 87% red, 0% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 65% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 16.91, x: 0.5861, and y: 0.2976.
Color Code #DF014F
Shades of Color #DF014F
Shades are created by darkening the original color #DF014F 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 #DF014F
Tints are created by lightening the original color #DF014F 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 #DF014F Color Code
In the HSL color space, this color has a hue angle of 339°, a saturation of 99%, and a lightness of 44%. The HSV representation shows a hue of 339°, a saturation of 100%, and a value of 87%.
- HEX: #DF014F
- RGB: rgb(223, 1, 79)
- HSL: hsl(339, 99%, 44%)
- HSV: hsv(339, 100%, 87%)
- CMYK: 0.00% cyan, 100.00% magenta, 65.00% yellow, 13.00% black
- XYZ: 33.31, 16.91, 6.61
- Yxy: 16.91, 0.5861, 0.2976
- Hunter Lab: 48.15, 74.31, 24.37
- CIE-Lab: 48.15, 74.31, 24.37
In the XYZ color space, this color is represented as X: 33.31, Y: 16.91, Z: 6.61. The Yxy representation further refines this as Y: 16.91, x: 0.5861, and y: 0.2976.
In the Hunter Lab color space, this color is represented as L: 48.15, a: 74.31, and b: 24.37. Similarly, in the CIE-Lab color space, it is represented as L: 48.15, a: 74.31, and b: 24.37.
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 #DF014F
Triadic colors are three colors evenly spaced around the color wheel, including #DF014F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DF014F
Split complementary colors are two colors adjacent to the complementary color of #DF014F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DF014F
Monochromatic colors are variations of #DF014F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DF014F
The complementary color of #DF014F 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 #DF014F
/* Using HEX */ body { background-color: #df014f; }
/* Using RGB */ body { background-color: rgb(223, 1, 79); }
/* Using RGB with opacity */ body { background-color: rgba(223, 1, 79, 0.5); }
/* Using HSL */ body { background-color: hsl(339, 99%, 44%); }
/* Text color */ p { color: #df014f; }
/* Box shadow */ div { box-shadow: 4px 4px #df014f; }
/* Border color */ .box { border: 4px solid #df014f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #df014f; }
/* Background with text */ div { background: #df014f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DF014F
<!-- Using HEX --> <div style="background-color: #df014f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(223, 1, 79); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(223, 1, 79, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(339, 99%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #df014f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #df014f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #df014f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #df014f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #df014f; color: #fff; padding: 16px; border-radius: 8px;"> #DF014F </div>
Related Colors of #DF014F
These colors are similar to #DF014F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.