COLOR #D4A2D1

HEX: #D4A2D1 RGB: (212,162,209)

Color info

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

RGB color model

#D4A2D1 color RGB value is (212,162,209).

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

RGB channels and saturation

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

212
162
209

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

Portions of RGB colors in percentages

R + G + B = 212 + 162 + 209 = 583 (100%)
R 212 of 583 ~ 36.36%
G 162 of 583 ~ 27.79%
B 209 of 583 ~ 35.85'%

%36.36
%27.79
%35.85

CMYK color model

#D4A2D1 color CMYK value is (0,24,1,17).

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

CMYK: (0,24,1,17)
C0M24Y1K17 (0%, 24%, 1%, 17%)
(0.00 / 0.24 / 0.01 / 0.17)

CMYK percentages

%0
%23.58
%1.42
%16.86

Codes

Color #D4A2D1 in popluar color models

D4 A2 D1
RGB 212 162 209
HSL 304° 36.76% 73.33%
HSB/HSV 304° 23.58% 83.14%
CMYK 0.00% 23.58% 1.42%
16.86%

Color #D4A2D1 in popluar number systems.

HEX D4 A2 D1
Decimal 212 162 209
Binary 11010100 10100010 11010001
Octal 324 242 321

Shades and tints

Shades of #D4A2D1

#D4A2D1
(212,162,209)
#C194BE
(193,148,190)
#AE86AB
(174,134,171)
#9B7898
(155,120,152)
#886A85
(136,106,133)
#755C72
(117,92,114)
#624E5F
(98,78,95)
#4F404C
(79,64,76)
#3C3239
(60,50,57)
#292426
(41,36,38)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #D4A2D1

#D4A2D1
(212,162,209)
#D7AAD5
(215,170,213)
#DAB2D9
(218,178,217)
#DDBADD
(221,186,221)
#E0C2E1
(224,194,225)
#E3CAE5
(227,202,229)
#E6D2E9
(230,210,233)
#E9DAED
(233,218,237)
#ECE2F1
(236,226,241)
#EFEAF5
(239,234,245)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A2D1; }

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

This text font color is #D4A2D1.

Background Color

.myBgColor { background-color: #D4A2D1; }

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

This div background color is #D4A2D1.

Border color

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

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

This div border color is #D4A2D1.

Opacity

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

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

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

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

This text has shadow with #D4A2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A2D1.

Preview

Color preview on black background

This text has color #D4A2D1 on black background.


Color preview on white background

This text has color #D4A2D1 on white background.


Black color preview on #D4A2D1 background

This text has black color on #D4A2D1 background.


White color preview on #D4A2D1 background

This text has white color on #D4A2D1 background.


Related colors

Complementary color

Complementary color for #hex is #2B5D2E.


I love getcolorcode.com

Triadic colors

1 #D1D4A2 and #A2D1D4 with #D4A2D1 are triadic colors.

2 #D1A2D4 and #A2D4D1 with #D4A2D1 are triadic colors.