COLOR #D5A0CC

HEX: #D5A0CC RGB: (213,160,204)

Color info

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

RGB color model

#D5A0CC color RGB value is (213,160,204).

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

RGB channels and saturation

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

213
160
204

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

Portions of RGB colors in percentages

R + G + B = 213 + 160 + 204 = 577 (100%)
R 213 of 577 ~ 36.92%
G 160 of 577 ~ 27.73%
B 204 of 577 ~ 35.36'%

%36.92
%27.73
%35.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 4.23%
  • 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
%4.23
%16.47

Codes

Color #D5A0CC in popluar color models

D5 A0 CC
RGB 213 160 204
HSL 310° 38.69% 73.14%
HSB/HSV 310° 24.88% 83.53%
CMYK 0.00% 24.88% 4.23%
16.47%

Color #D5A0CC in popluar number systems.

HEX D5 A0 CC
Decimal 213 160 204
Binary 11010101 10100000 11001100
Octal 325 240 314

Shades and tints

Shades of #D5A0CC

#D5A0CC
(213,160,204)
#C292BA
(194,146,186)
#AF84A8
(175,132,168)
#9C7696
(156,118,150)
#896884
(137,104,132)
#765A72
(118,90,114)
#634C60
(99,76,96)
#503E4E
(80,62,78)
#3D303C
(61,48,60)
#2A222A
(42,34,42)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #D5A0CC

#D5A0CC
(213,160,204)
#D8A8D0
(216,168,208)
#DBB0D4
(219,176,212)
#DEB8D8
(222,184,216)
#E1C0DC
(225,192,220)
#E4C8E0
(228,200,224)
#E7D0E4
(231,208,228)
#EAD8E8
(234,216,232)
#EDE0EC
(237,224,236)
#F0E8F0
(240,232,240)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A0CC; }

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

This text font color is #D5A0CC.

Background Color

.myBgColor { background-color: #D5A0CC; }

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

This div background color is #D5A0CC.

Border color

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

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

This div border color is #D5A0CC.

Opacity

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

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

Text with #D5A0CC 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 #D5A0CC;}

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

This text has shadow with #D5A0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5A0CC.

Preview

Color preview on black background

This text has color #D5A0CC on black background.


Color preview on white background

This text has color #D5A0CC on white background.


Black color preview on #D5A0CC background

This text has black color on #D5A0CC background.


White color preview on #D5A0CC background

This text has white color on #D5A0CC background.


Related colors

Complementary color

Complementary color for #hex is #2A5F33.


I love getcolorcode.com

Triadic colors

1 #CCD5A0 and #A0CCD5 with #D5A0CC are triadic colors.

2 #CCA0D5 and #A0D5CC with #D5A0CC are triadic colors.