COLOR #D4A4D1

HEX: #D4A4D1 RGB: (212,164,209)

Color info

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

RGB color model

#D4A4D1 color RGB value is (212,164,209).

RGB: (212,164,209) (83%, 64%, 82%)

RGB channels and saturation

R 212 of 255 = 83%
G 164 of 255 = 64%
B 209 of 255 = 82%

212
164
209

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

Portions of RGB colors in percentages

R + G + B = 212 + 164 + 209 = 585 (100%)
R 212 of 585 ~ 36.24%
G 164 of 585 ~ 28.03%
B 209 of 585 ~ 35.73'%

%36.24
%28.03
%35.73

CMYK color model

#D4A4D1 color CMYK value is (0,23,1,17).

  • cyan value is 0.00%
  • magenta value is 22.64%
  • yellow value is 1.42%
  • key color value is 16.86%

CMYK: (0,23,1,17)
C0M23Y1K17 (0%, 23%, 1%, 17%)
(0.00 / 0.23 / 0.01 / 0.17)

CMYK percentages

%0
%22.64
%1.42
%16.86

Codes

Color #D4A4D1 in popluar color models

D4 A4 D1
RGB 212 164 209
HSL 304° 35.82% 73.73%
HSB/HSV 304° 22.64% 83.14%
CMYK 0.00% 22.64% 1.42%
16.86%

Color #D4A4D1 in popluar number systems.

HEX D4 A4 D1
Decimal 212 164 209
Binary 11010100 10100100 11010001
Octal 324 244 321

Shades and tints

Shades of #D4A4D1

#D4A4D1
(212,164,209)
#C196BE
(193,150,190)
#AE88AB
(174,136,171)
#9B7A98
(155,122,152)
#886C85
(136,108,133)
#755E72
(117,94,114)
#62505F
(98,80,95)
#4F424C
(79,66,76)
#3C3439
(60,52,57)
#292626
(41,38,38)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #D4A4D1

#D4A4D1
(212,164,209)
#D7ACD5
(215,172,213)
#DAB4D9
(218,180,217)
#DDBCDD
(221,188,221)
#E0C4E1
(224,196,225)
#E3CCE5
(227,204,229)
#E6D4E9
(230,212,233)
#E9DCED
(233,220,237)
#ECE4F1
(236,228,241)
#EFECF5
(239,236,245)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A4D1 color. Also use rgb(212,164,209) instead hex code.

Text Font Color

.myTextColor { color: #D4A4D1; }

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

This text font color is #D4A4D1.

Background Color

.myBgColor { background-color: #D4A4D1; }

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

This div background color is #D4A4D1.

Border color

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

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

This div border color is #D4A4D1.

Opacity

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

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

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

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

This text has shadow with #D4A4D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A4D1.

Preview

Color preview on black background

This text has color #D4A4D1 on black background.


Color preview on white background

This text has color #D4A4D1 on white background.


Black color preview on #D4A4D1 background

This text has black color on #D4A4D1 background.


White color preview on #D4A4D1 background

This text has white color on #D4A4D1 background.


Related colors

Complementary color

Complementary color for #hex is #2B5B2E.


I love getcolorcode.com

Triadic colors

1 #D1D4A4 and #A4D1D4 with #D4A4D1 are triadic colors.

2 #D1A4D4 and #A4D4D1 with #D4A4D1 are triadic colors.