Color: #D1165F
#D1165F Color Information
#D1165F is a dark color. The closest websafe version is #D1165F. A complement of this color would be #16D088, perceived brightness is 0.34, and the grayscale version is #737373.
In the HSL color space, this color has a hue angle of 337°,a saturation of 81%, and a lightness of 45%.The HSV representation shows a hue of 337°, a saturation of 100%, and a value of 100%.
In a RGB color space, #D1165F is composed of 82% red, 9% green and 37% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 89% magenta, 55% yellow and 18% black.
In the Yxy color space, this color is represented as Y: 15.46, x: 0.5474, and y: 0.2845.
Color Code #D1165F
Shades of Color #D1165F
Shades are created by darkening the original color #D1165F 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 #D1165F
Tints are created by lightening the original color #D1165F 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 #D1165F Color Code
In the HSL color space, this color has a hue angle of 337°, a saturation of 81%, and a lightness of 45%. The HSV representation shows a hue of 337°, a saturation of 89%, and a value of 82%.
- HEX: #D1165F
- RGB: rgb(209, 22, 95)
- HSL: hsl(337, 81%, 45%)
- HSV: hsv(337, 89%, 82%)
- CMYK: 0.00% cyan, 89.00% magenta, 55.00% yellow, 18.00% black
- XYZ: 29.75, 15.46, 9.14
- Yxy: 15.46, 0.5474, 0.2845
- Hunter Lab: 46.25, 69.54, 11.29
- CIE-Lab: 46.25, 69.54, 11.29
In the XYZ color space, this color is represented as X: 29.75, Y: 15.46, Z: 9.14. The Yxy representation further refines this as Y: 15.46, x: 0.5474, and y: 0.2845.
In the Hunter Lab color space, this color is represented as L: 46.25, a: 69.54, and b: 11.29. Similarly, in the CIE-Lab color space, it is represented as L: 46.25, a: 69.54, and b: 11.29.
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 #D1165F
Triadic colors are three colors evenly spaced around the color wheel, including #D1165F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D1165F
Monochromatic colors are variations of #D1165F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D1165F
The complementary color of #D1165F 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 #D1165F
/* Using HEX */ body { background-color: #d1165f; }
/* Using RGB */ body { background-color: rgb(209, 22, 95); }
/* Using RGB with opacity */ body { background-color: rgba(209, 22, 95, 0.5); }
/* Using HSL */ body { background-color: hsl(337, 81%, 45%); }
/* Text color */ p { color: #d1165f; }
/* Box shadow */ div { box-shadow: 4px 4px #d1165f; }
HTML Examples of #D1165F
<!-- Using HEX --> <div style="background-color: #d1165f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(209, 22, 95); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(209, 22, 95, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(337, 81%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d1165f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d1165f; width: 100px; height: 100px;"></div>
Related Colors of #D1165F
These colors are similar to #D1165F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.