Color: #DC96A8
#DC96A8 Color Information
#DC96A8 is a light color. The closest websafe version is #DC96A8. A complement of this color would be #98DDCB, perceived brightness is 0.68, and the grayscale version is #B9B9B9.
In the HSL color space, this color has a hue angle of 345°,a saturation of 50%, and a lightness of 73%.The HSV representation shows a hue of 345°, a saturation of 32%, and a value of 86%.
In a RGB color space, #DC96A8 is composed of 86% red, 59% green and 66% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 24% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 40.16, x: 0.4025, and y: 0.3329.
Color Code #DC96A8
Shades of Color #DC96A8
Shades are created by darkening the original color #DC96A8 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 #DC96A8
Tints are created by lightening the original color #DC96A8 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 #DC96A8 Color Code
In the HSL color space, this color has a hue angle of 345°, a saturation of 50%, and a lightness of 73%. The HSV representation shows a hue of 345°, a saturation of 32%, and a value of 86%.
- HEX: #DC96A8
- RGB: rgb(220, 150, 168)
- HSL: hsl(345, 50%, 73%)
- HSV: hsv(345, 32%, 86%)
- CMYK: 0.00% cyan, 32.00% magenta, 24.00% yellow, 14.00% black
- XYZ: 48.56, 40.16, 31.92
- Yxy: 40.16, 0.4025, 0.3329
- Hunter Lab: 69.58, 28.90, 1.83
- CIE-Lab: 69.58, 28.90, 1.83
In the XYZ color space, this color is represented as X: 48.56, Y: 40.16, Z: 31.92. The Yxy representation further refines this as Y: 40.16, x: 0.4025, and y: 0.3329.
In the Hunter Lab color space, this color is represented as L: 69.58, a: 28.90, and b: 1.83. Similarly, in the CIE-Lab color space, it is represented as L: 69.58, a: 28.90, and b: 1.83.
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 #DC96A8
Triadic colors are three colors evenly spaced around the color wheel, including #DC96A8. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DC96A8
Split complementary colors are two colors adjacent to the complementary color of #DC96A8. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DC96A8
Monochromatic colors are variations of #DC96A8, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DC96A8
The complementary color of #DC96A8 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 #DC96A8
/* Using HEX */ body { background-color: #dc96a8; }
/* Using RGB */ body { background-color: rgb(220, 150, 168); }
/* Using RGB with opacity */ body { background-color: rgba(220, 150, 168, 0.5); }
/* Using HSL */ body { background-color: hsl(345, 50%, 73%); }
/* Text color */ p { color: #dc96a8; }
/* Box shadow */ div { box-shadow: 4px 4px #dc96a8; }
/* Border color */ .box { border: 4px solid #dc96a8; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dc96a8; }
/* Background with text */ div { background: #dc96a8; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DC96A8
<!-- Using HEX --> <div style="background-color: #dc96a8; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 150, 168); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 150, 168, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(345, 50%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dc96a8;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dc96a8; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dc96a8; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dc96a8;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dc96a8; color: #fff; padding: 16px; border-radius: 8px;"> #DC96A8 </div>
Related Colors of #DC96A8
These colors are similar to #DC96A8, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.