Color: #D7609C

#D7609C Color Information

#D7609C is a light color. The closest websafe version is #D7609C. A complement of this color would be #60D79C, perceived brightness is 0.54, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 330°,a saturation of 60%, and a lightness of 61%.The HSV representation shows a hue of 330°, a saturation of 100%, and a value of 100%.

In a RGB color space, #D7609C is composed of 84% red, 38% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 55% magenta, 27% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 25.52, x: 0.4310, and y: 0.2828.

Color Code #D7609C

HEX
#D7609C
RGB
rgb(215, 96, 156)
HSL
hsl(330, 60%, 61%)
HSV
hsv(330, 55%, 84%)
CMYK
0%, 55%, 27%, 16%
XYZ
X: 38.89, Y: 25.52, Z: 25.83
Lab
L: 57.58, a: 52.28, b: -8.93
Name

Shades of Color #D7609C

Shades are created by darkening the original color #D7609C 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 #D7609C

Tints are created by lightening the original color #D7609C 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 #D7609C Color Code

In the HSL color space, this color has a hue angle of 330°, a saturation of 60%, and a lightness of 61%. The HSV representation shows a hue of 330°, a saturation of 55%, and a value of 84%.

  • HEX: #D7609C
  • RGB: rgb(215, 96, 156)
  • HSL: hsl(330, 60%, 61%)
  • HSV: hsv(330, 55%, 84%)
  • CMYK: 0.00% cyan, 55.00% magenta, 27.00% yellow, 16.00% black
  • XYZ: 38.89, 25.52, 25.83
  • Yxy: 25.52, 0.4310, 0.2828
  • Hunter Lab: 57.58, 52.28, -8.93
  • CIE-Lab: 57.58, 52.28, -8.93

In the XYZ color space, this color is represented as X: 38.89, Y: 25.52, Z: 25.83. The Yxy representation further refines this as Y: 25.52, x: 0.4310, and y: 0.2828.

In the Hunter Lab color space, this color is represented as L: 57.58, a: 52.28, and b: -8.93. Similarly, in the CIE-Lab color space, it is represented as L: 57.58, a: 52.28, and b: -8.93.

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 #D7609C

Triadic colors are three colors evenly spaced around the color wheel, including #D7609C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #D7609C

Analogous colors are adjacent to #D7609C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #D7609C

Monochromatic colors are variations of #D7609C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #D7609C

The complementary color of #D7609C 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 #D7609C

/* Using HEX */
body {
  background-color: #d7609c;
}
/* Using RGB */
body {
  background-color: rgb(215, 96, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(215, 96, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(330, 60%, 61%);
}
/* Text color */
p {
  color: #d7609c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d7609c;
}

HTML Examples of #D7609C

<!-- Using HEX -->
<div style="background-color: #d7609c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(215, 96, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(215, 96, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(330, 60%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d7609c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d7609c; width: 100px; height: 100px;"></div>

Related Colors of #D7609C

These colors are similar to #D7609C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.