Color #D086B7

HEX

#D086B7

RGB

(208, 134, 183)

Quick Actions

Color Values

Color Space Values
RGB
R: 208, G: 134, B: 183 (82%, 53%, 72%)
CMYK C: 0%, M: 36%, Y: 12%, K: 18%
HSL H: 320°, S: 44%, L: 67%
HSV H: 320°, S: 36%, V: 82%
CIE-LAB L: 64.87, a: 35.51, b: -13.91
CIE-LCH L: 64.87, C: 38.14, H: 338.61
Hunter-Lab L: 58.21, a: 27.66, b: -18.27
Web Safe
#cc99cc
Complementary
#86d09e

#D086B7 is a color with RGB values of 208 red, 134 green, and 183 blue (82%, 53%, 72% respectively). In the CMYK color space, it consists of 0% cyan, 36% magenta, 12% yellow, and 18% black. The color has a hue angle of 320°, 44% saturation, and 67% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc99cc. The complementary color is #86d09e, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #D086B7

Explore different variations of #D086B7 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #D086B7. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #D086B7

Explore different color combinations and harmonies that work well with #D086B7.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #D086B7

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #D086B7

Text with #D086B7

This text has a font color of #D086B7.

<span style="color:#D086B7;">Text here</span>
.text { color: #D086B7; }

#D086B7 background color

This paragraph has a background color of #D086B7.

<p style="background-color:#D086B7;">Content here</p>
.background { background-color: #D086B7; }

#D086B7 border color

This element has a border color of #D086B7.
<div style="border:1px solid #D086B7;">Content here</div>
.border { border: 1px solid #D086B7; }

#D086B7 box shadow

This element has a box shadow using #D086B7.
<div style="box-shadow: 0 4px 6px -1px #D086B780">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #D086B780; }
Copied to clipboard!