Color: #D36DBC
#D36DBC Color Information
#D36DBC is a light color. The closest websafe version is #D36DBC. A complement of this color would be #6ED485, perceived brightness is 0.58, and the grayscale version is #A0A0A0.
In the HSL color space, this color has a hue angle of 314°,a saturation of 54%, and a lightness of 63%.The HSV representation shows a hue of 314°, a saturation of 48%, and a value of 83%.
In a RGB color space, #D36DBC is composed of 83% red, 43% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 11% yellow and 17% black.
In the Yxy color space, this color is represented as Y: 28.51, x: 0.3831, and y: 0.2632.
Color Code #D36DBC
Shades of Color #D36DBC
Shades are created by darkening the original color #D36DBC 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 #D36DBC
Tints are created by lightening the original color #D36DBC 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 #D36DBC Color Code
In the HSL color space, this color has a hue angle of 314°, a saturation of 54%, and a lightness of 63%. The HSV representation shows a hue of 314°, a saturation of 48%, and a value of 83%.
- HEX: #D36DBC
- RGB: rgb(211, 109, 188)
- HSL: hsl(314, 54%, 63%)
- HSV: hsv(314, 48%, 83%)
- CMYK: 0.00% cyan, 48.00% magenta, 11.00% yellow, 17.00% black
- XYZ: 41.49, 28.51, 38.31
- Yxy: 28.51, 0.3831, 0.2632
- Hunter Lab: 60.34, 48.42, -23.23
- CIE-Lab: 60.34, 48.42, -23.23
In the XYZ color space, this color is represented as X: 41.49, Y: 28.51, Z: 38.31. The Yxy representation further refines this as Y: 28.51, x: 0.3831, and y: 0.2632.
In the Hunter Lab color space, this color is represented as L: 60.34, a: 48.42, and b: -23.23. Similarly, in the CIE-Lab color space, it is represented as L: 60.34, a: 48.42, and b: -23.23.
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 #D36DBC
Triadic colors are three colors evenly spaced around the color wheel, including #D36DBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #D36DBC
Split complementary colors are two colors adjacent to the complementary color of #D36DBC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #D36DBC
Monochromatic colors are variations of #D36DBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D36DBC
The complementary color of #D36DBC 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 #D36DBC
/* Using HEX */ body { background-color: #d36dbc; }
/* Using RGB */ body { background-color: rgb(211, 109, 188); }
/* Using RGB with opacity */ body { background-color: rgba(211, 109, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(314, 54%, 63%); }
/* Text color */ p { color: #d36dbc; }
/* Box shadow */ div { box-shadow: 4px 4px #d36dbc; }
/* Border color */ .box { border: 4px solid #d36dbc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d36dbc; }
/* Background with text */ div { background: #d36dbc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D36DBC
<!-- Using HEX --> <div style="background-color: #d36dbc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(211, 109, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(211, 109, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(314, 54%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d36dbc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d36dbc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d36dbc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d36dbc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d36dbc; color: #fff; padding: 16px; border-radius: 8px;"> #D36DBC </div>
Related Colors of #D36DBC
These colors are similar to #D36DBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.