COLOR #D38AA9

HEX: #D38AA9 RGB: (211,138,169)

Color info

#D38AA9 contains mainly red and blue colors. Web safe color of #D38AA9 is #CC9999 (or #C99).

RGB color model

#D38AA9 color RGB value is (211,138,169).

RGB: (211,138,169) (83%, 54%, 66%)

RGB channels and saturation

R 211 of 255 = 83%
G 138 of 255 = 54%
B 169 of 255 = 66%

211
138
169

R + G + B ~ 68%. #D38AA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 138 + 169 = 518 (100%)
R 211 of 518 ~ 40.73%
G 138 of 518 ~ 26.64%
B 169 of 518 ~ 32.63'%

%40.73
%26.64
%32.63

CMYK color model

#D38AA9 color CMYK value is (0,35,20,17).

  • cyan value is 0.00%
  • magenta value is 34.60%
  • yellow value is 19.91%
  • key color value is 17.25%

CMYK: (0,35,20,17)
C0M35Y20K17 (0%, 35%, 20%, 17%)
(0.00 / 0.35 / 0.20 / 0.17)

CMYK percentages

%0
%34.6
%19.91
%17.25

Codes

Color #D38AA9 in popluar color models

D3 8A A9
RGB 211 138 169
HSL 335° 45.34% 68.43%
HSB/HSV 335° 34.60% 82.75%
CMYK 0.00% 34.60% 19.91%
17.25%

Color #D38AA9 in popluar number systems.

HEX D3 8A A9
Decimal 211 138 169
Binary 11010011 10001010 10101001
Octal 323 212 251

Shades and tints

Shades of #D38AA9

#D38AA9
(211,138,169)
#C07E9A
(192,126,154)
#AD728B
(173,114,139)
#9A667C
(154,102,124)
#875A6D
(135,90,109)
#744E5E
(116,78,94)
#61424F
(97,66,79)
#4E3640
(78,54,64)
#3B2A31
(59,42,49)
#281E22
(40,30,34)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #D38AA9

#D38AA9
(211,138,169)
#D794B0
(215,148,176)
#DB9EB7
(219,158,183)
#DFA8BE
(223,168,190)
#E3B2C5
(227,178,197)
#E7BCCC
(231,188,204)
#EBC6D3
(235,198,211)
#EFD0DA
(239,208,218)
#F3DAE1
(243,218,225)
#F7E4E8
(247,228,232)
#FBEEEF
(251,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38AA9 color. Also use rgb(211,138,169) instead hex code.

Text Font Color

.myTextColor { color: #D38AA9; }

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

This text font color is #D38AA9.

Background Color

.myBgColor { background-color: #D38AA9; }

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

This div background color is #D38AA9.

Border color

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

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

This div border color is #D38AA9.

Opacity

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

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

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

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

This text has shadow with #D38AA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D38AA9.

Preview

Color preview on black background

This text has color #D38AA9 on black background.


Color preview on white background

This text has color #D38AA9 on white background.


Black color preview on #D38AA9 background

This text has black color on #D38AA9 background.


White color preview on #D38AA9 background

This text has white color on #D38AA9 background.


Related colors

Complementary color

Complementary color for #hex is #2C7556.


I love getcolorcode.com

Triadic colors

1 #A9D38A and #8AA9D3 with #D38AA9 are triadic colors.

2 #A98AD3 and #8AD3A9 with #D38AA9 are triadic colors.