COLOR #D5A0CD

HEX: #D5A0CD RGB: (213,160,205)

Color info

#D5A0CD contains red, green and blue colors in about the same proportion. Web safe color of #D5A0CD is #CC99CC (or #C9C).

RGB color model

#D5A0CD color RGB value is (213,160,205).

RGB: (213,160,205) (84%, 63%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 160 of 255 = 63%
B 205 of 255 = 80%

213
160
205

R + G + B ~ 76%. #D5A0CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 160 + 205 = 578 (100%)
R 213 of 578 ~ 36.85%
G 160 of 578 ~ 27.68%
B 205 of 578 ~ 35.47'%

%36.85
%27.68
%35.47

CMYK color model

#D5A0CD color CMYK value is (0,25,4,16).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 3.76%
  • key color value is 16.47%

CMYK: (0,25,4,16)
C0M25Y4K16 (0%, 25%, 4%, 16%)
(0.00 / 0.25 / 0.04 / 0.16)

CMYK percentages

%0
%24.88
%3.76
%16.47

Codes

Color #D5A0CD in popluar color models

D5 A0 CD
RGB 213 160 205
HSL 309° 38.69% 73.14%
HSB/HSV 309° 24.88% 83.53%
CMYK 0.00% 24.88% 3.76%
16.47%

Color #D5A0CD in popluar number systems.

HEX D5 A0 CD
Decimal 213 160 205
Binary 11010101 10100000 11001101
Octal 325 240 315

Shades and tints

Shades of #D5A0CD

#D5A0CD
(213,160,205)
#C292BB
(194,146,187)
#AF84A9
(175,132,169)
#9C7697
(156,118,151)
#896885
(137,104,133)
#765A73
(118,90,115)
#634C61
(99,76,97)
#503E4F
(80,62,79)
#3D303D
(61,48,61)
#2A222B
(42,34,43)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #D5A0CD

#D5A0CD
(213,160,205)
#D8A8D1
(216,168,209)
#DBB0D5
(219,176,213)
#DEB8D9
(222,184,217)
#E1C0DD
(225,192,221)
#E4C8E1
(228,200,225)
#E7D0E5
(231,208,229)
#EAD8E9
(234,216,233)
#EDE0ED
(237,224,237)
#F0E8F1
(240,232,241)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A0CD color. Also use rgb(213,160,205) instead hex code.

Text Font Color

.myTextColor { color: #D5A0CD; }

<p style="color:#D5A0CD">This sample text font color is #D5A0CD.</p>

This text font color is #D5A0CD.

Background Color

.myBgColor { background-color: #D5A0CD; }

<div style="background-color:#D5A0CD">Inner text</div>

This div background color is #D5A0CD.

Border color

.myBorderColor { border: 1px solid #D5A0CD; }

<div style="border:3px solid #D5A0CD">Div</div>

This div border color is #D5A0CD.

Opacity

.myOpacity80 { color: #D5A0CD; opacity: 0.8; }

<p style="color:#D5A0CD;opacity:0.8;">80%</p>

Text with #D5A0CD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D5A0CD;}

<p style="text-shadow: 3px 3px 1px #D5A0CD">Text here.</p>

This text has shadow with #D5A0CD color.


.textShadow {text-shadow: 3px 3px 1px #D5A0CD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D5A0CD, 5px 5px 20px red">Text here.</p>

This text has shadow with #D5A0CD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5A0CD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D5A0CD, Direction=45, Strength=4)">Text</p>

This text has shadow with #D5A0CD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5A0CD;
-webkit-box-shadow: 1px 1px 3px 2px #D5A0CD;
box-shadow: 1px 1px 3px 2px #D5A0CD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5A0CD; -webkit-box-shadow: 1px 1px 3px 2px #D5A0CD; box-shadow:1px 1px 3px 2px #D5A0CD;">
Div content here
</div>

This div box has shadow with color #D5A0CD.

Preview

Color preview on black background

This text has color #D5A0CD on black background.


Color preview on white background

This text has color #D5A0CD on white background.


Black color preview on #D5A0CD background

This text has black color on #D5A0CD background.


White color preview on #D5A0CD background

This text has white color on #D5A0CD background.


Related colors

Complementary color

Complementary color for #hex is #2A5F32.


I love getcolorcode.com

Triadic colors

1 #CDD5A0 and #A0CDD5 with #D5A0CD are triadic colors.

2 #CDA0D5 and #A0D5CD with #D5A0CD are triadic colors.