Color: #D246AE
#D246AE Color Information
#D246AE is a dark color. The closest websafe version is #D246AE. A complement of this color would be #46D269, perceived brightness is 0.49, and the grayscale version is #8C8C8C.
In the HSL color space, this color has a hue angle of 315°,a saturation of 61%, and a lightness of 55%.The HSV representation shows a hue of 315°, a saturation of 67%, and a value of 82%.
In a RGB color space, #D246AE is composed of 82% red, 27% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 67% magenta, 17% yellow and 18% black.
In the Yxy color space, this color is represented as Y: 21.30, x: 0.4079, and y: 0.2379.
Color Code #D246AE
Shades of Color #D246AE
Shades are created by darkening the original color #D246AE 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 #D246AE
Tints are created by lightening the original color #D246AE 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 #D246AE Color Code
In the HSL color space, this color has a hue angle of 315°, a saturation of 61%, and a lightness of 55%. The HSV representation shows a hue of 315°, a saturation of 67%, and a value of 82%.
- HEX: #D246AE
- RGB: rgb(210, 70, 174)
- HSL: hsl(315, 61%, 55%)
- HSV: hsv(315, 67%, 82%)
- CMYK: 0.00% cyan, 67.00% magenta, 17.00% yellow, 18.00% black
- XYZ: 36.52, 21.30, 31.72
- Yxy: 21.30, 0.4079, 0.2379
- Hunter Lab: 53.27, 63.17, -25.99
- CIE-Lab: 53.27, 63.17, -25.99
In the XYZ color space, this color is represented as X: 36.52, Y: 21.30, Z: 31.72. The Yxy representation further refines this as Y: 21.30, x: 0.4079, and y: 0.2379.
In the Hunter Lab color space, this color is represented as L: 53.27, a: 63.17, and b: -25.99. Similarly, in the CIE-Lab color space, it is represented as L: 53.27, a: 63.17, and b: -25.99.
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 #D246AE
Triadic colors are three colors evenly spaced around the color wheel, including #D246AE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #D246AE
Split complementary colors are two colors adjacent to the complementary color of #D246AE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #D246AE
Monochromatic colors are variations of #D246AE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D246AE
The complementary color of #D246AE 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 #D246AE
/* Using HEX */ body { background-color: #d246ae; }
/* Using RGB */ body { background-color: rgb(210, 70, 174); }
/* Using RGB with opacity */ body { background-color: rgba(210, 70, 174, 0.5); }
/* Using HSL */ body { background-color: hsl(315, 61%, 55%); }
/* Text color */ p { color: #d246ae; }
/* Box shadow */ div { box-shadow: 4px 4px #d246ae; }
/* Border color */ .box { border: 4px solid #d246ae; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d246ae; }
/* Background with text */ div { background: #d246ae; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D246AE
<!-- Using HEX --> <div style="background-color: #d246ae; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(210, 70, 174); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(210, 70, 174, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(315, 61%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d246ae;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d246ae; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d246ae; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d246ae;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d246ae; color: #fff; padding: 16px; border-radius: 8px;"> #D246AE </div>
Related Colors of #D246AE
These colors are similar to #D246AE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.