COLOR #D9A1C3

HEX: #D9A1C3 RGB: (217,161,195)

Color info

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

RGB color model

#D9A1C3 color RGB value is (217,161,195).

RGB: (217,161,195) (85%, 63%, 76%)

RGB channels and saturation

R 217 of 255 = 85%
G 161 of 255 = 63%
B 195 of 255 = 76%

217
161
195

R + G + B ~ 75%. #D9A1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 161 + 195 = 573 (100%)
R 217 of 573 ~ 37.87%
G 161 of 573 ~ 28.1%
B 195 of 573 ~ 34.03'%

%37.87
%28.1
%34.03

CMYK color model

#D9A1C3 color CMYK value is (0,26,10,15).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 10.14%
  • key color value is 14.90%

CMYK: (0,26,10,15)
C0M26Y10K15 (0%, 26%, 10%, 15%)
(0.00 / 0.26 / 0.10 / 0.15)

CMYK percentages

%0
%25.81
%10.14
%14.9

Codes

Color #D9A1C3 in popluar color models

D9 A1 C3
RGB 217 161 195
HSL 324° 42.42% 74.12%
HSB/HSV 324° 25.81% 85.10%
CMYK 0.00% 25.81% 10.14%
14.90%

Color #D9A1C3 in popluar number systems.

HEX D9 A1 C3
Decimal 217 161 195
Binary 11011001 10100001 11000011
Octal 331 241 303

Shades and tints

Shades of #D9A1C3

#D9A1C3
(217,161,195)
#C693B2
(198,147,178)
#B385A1
(179,133,161)
#A07790
(160,119,144)
#8D697F
(141,105,127)
#7A5B6E
(122,91,110)
#674D5D
(103,77,93)
#543F4C
(84,63,76)
#41313B
(65,49,59)
#2E232A
(46,35,42)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #D9A1C3

#D9A1C3
(217,161,195)
#DCA9C8
(220,169,200)
#DFB1CD
(223,177,205)
#E2B9D2
(226,185,210)
#E5C1D7
(229,193,215)
#E8C9DC
(232,201,220)
#EBD1E1
(235,209,225)
#EED9E6
(238,217,230)
#F1E1EB
(241,225,235)
#F4E9F0
(244,233,240)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A1C3 color. Also use rgb(217,161,195) instead hex code.

Text Font Color

.myTextColor { color: #D9A1C3; }

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

This text font color is #D9A1C3.

Background Color

.myBgColor { background-color: #D9A1C3; }

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

This div background color is #D9A1C3.

Border color

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

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

This div border color is #D9A1C3.

Opacity

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

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

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

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

This text has shadow with #D9A1C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9A1C3.

Preview

Color preview on black background

This text has color #D9A1C3 on black background.


Color preview on white background

This text has color #D9A1C3 on white background.


Black color preview on #D9A1C3 background

This text has black color on #D9A1C3 background.


White color preview on #D9A1C3 background

This text has white color on #D9A1C3 background.


Related colors

Complementary color

Complementary color for #hex is #265E3C.


I love getcolorcode.com

Triadic colors

1 #C3D9A1 and #A1C3D9 with #D9A1C3 are triadic colors.

2 #C3A1D9 and #A1D9C3 with #D9A1C3 are triadic colors.