Color: #DC66BE

#DC66BE Color Information

#DC66BE is a light color. The closest websafe version is #DC66BE. A complement of this color would be #65DC83, perceived brightness is 0.58, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 315°,a saturation of 63%, and a lightness of 63%.The HSV representation shows a hue of 315°, a saturation of 54%, and a value of 86%.

In a RGB color space, #DC66BE is composed of 86% red, 40% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 54% magenta, 14% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 28.57, x: 0.3925, and y: 0.2566.

Color Code #DC66BE

#DC66BErgb(220, 102, 190)
HEX
#DC66BE
RGB
rgb(220, 102, 190)
HSL
hsl(315, 63%, 63%)
HSV
hsv(315, 54%, 86%)
CMYK
0%, 54%, 14%, 14%
XYZ
X: 43.69, Y: 28.57, Z: 39.06
Lab
L: 60.40, a: 54.73, b: -24.14
Name

Shades of Color #DC66BE

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

Tints are created by lightening the original color #DC66BE 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.

#DC66BErgb(220, 102, 190)

About #DC66BE Color Code

In the HSL color space, this color has a hue angle of 315°, a saturation of 63%, and a lightness of 63%. The HSV representation shows a hue of 315°, a saturation of 54%, and a value of 86%.

  • HEX: #DC66BE
  • RGB: rgb(220, 102, 190)
  • HSL: hsl(315, 63%, 63%)
  • HSV: hsv(315, 54%, 86%)
  • CMYK: 0.00% cyan, 54.00% magenta, 14.00% yellow, 14.00% black
  • XYZ: 43.69, 28.57, 39.06
  • Yxy: 28.57, 0.3925, 0.2566
  • Hunter Lab: 60.40, 54.73, -24.14
  • CIE-Lab: 60.40, 54.73, -24.14

In the XYZ color space, this color is represented as X: 43.69, Y: 28.57, Z: 39.06. The Yxy representation further refines this as Y: 28.57, x: 0.3925, and y: 0.2566.

In the Hunter Lab color space, this color is represented as L: 60.40, a: 54.73, and b: -24.14. Similarly, in the CIE-Lab color space, it is represented as L: 60.40, a: 54.73, and b: -24.14.

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

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

Analogous Colors of #DC66BE

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

Split Complementary Colors of #DC66BE

Split complementary colors are two colors adjacent to the complementary color of #DC66BE. They create a balanced and visually appealing color scheme.

Tetradic Colors of #DC66BE

Tetradic colors form a rectangle on the color wheel, including #DC66BE. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #DC66BE

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

Complementary Color of #DC66BE

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

/* Using HEX */
body {
  background-color: #dc66be;
}
/* Using RGB */
body {
  background-color: rgb(220, 102, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 102, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(315, 63%, 63%);
}
/* Text color */
p {
  color: #dc66be;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dc66be;
}
/* Border color */
.box {
  border: 4px solid #dc66be;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dc66be;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dc66be;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DC66BE
On Black Background
#DC66BE
On White Background
#DC66BE

HTML Examples of #DC66BE

<!-- Using HEX -->
<div style="background-color: #dc66be; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(220, 102, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(220, 102, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(315, 63%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dc66be;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dc66be; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #dc66be; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #dc66be;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #dc66be; color: #fff; padding: 16px; border-radius: 8px;">
  #DC66BE
</div>
#DC66BE
On Black Background
#DC66BE
On White Background
#DC66BE

Related Colors of #DC66BE

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