COLOR #D38AAF

HEX: #D38AAF RGB: (211,138,175)

Color info

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

RGB color model

#D38AAF color RGB value is (211,138,175).

RGB: (211,138,175) (83%, 54%, 69%)

RGB channels and saturation

R 211 of 255 = 83%
G 138 of 255 = 54%
B 175 of 255 = 69%

211
138
175

R + G + B ~ 69%. #D38AAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 138 + 175 = 524 (100%)
R 211 of 524 ~ 40.27%
G 138 of 524 ~ 26.34%
B 175 of 524 ~ 33.4'%

%40.27
%26.34
%33.4

CMYK color model

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

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

CMYK: (0,35,17,17)
C0M35Y17K17 (0%, 35%, 17%, 17%)
(0.00 / 0.35 / 0.17 / 0.17)

CMYK percentages

%0
%34.6
%17.06
%17.25

Codes

Color #D38AAF in popluar color models

D3 8A AF
RGB 211 138 175
HSL 330° 45.34% 68.43%
HSB/HSV 330° 34.60% 82.75%
CMYK 0.00% 34.60% 17.06%
17.25%

Color #D38AAF in popluar number systems.

HEX D3 8A AF
Decimal 211 138 175
Binary 11010011 10001010 10101111
Octal 323 212 257

Shades and tints

Shades of #D38AAF

#D38AAF
(211,138,175)
#C07EA0
(192,126,160)
#AD7291
(173,114,145)
#9A6682
(154,102,130)
#875A73
(135,90,115)
#744E64
(116,78,100)
#614255
(97,66,85)
#4E3646
(78,54,70)
#3B2A37
(59,42,55)
#281E28
(40,30,40)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #D38AAF

#D38AAF
(211,138,175)
#D794B6
(215,148,182)
#DB9EBD
(219,158,189)
#DFA8C4
(223,168,196)
#E3B2CB
(227,178,203)
#E7BCD2
(231,188,210)
#EBC6D9
(235,198,217)
#EFD0E0
(239,208,224)
#F3DAE7
(243,218,231)
#F7E4EE
(247,228,238)
#FBEEF5
(251,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38AAF; }

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

This text font color is #D38AAF.

Background Color

.myBgColor { background-color: #D38AAF; }

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

This div background color is #D38AAF.

Border color

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

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

This div border color is #D38AAF.

Opacity

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

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

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

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

This text has shadow with #D38AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D38AAF.

Preview

Color preview on black background

This text has color #D38AAF on black background.


Color preview on white background

This text has color #D38AAF on white background.


Black color preview on #D38AAF background

This text has black color on #D38AAF background.


White color preview on #D38AAF background

This text has white color on #D38AAF background.


Related colors

Complementary color

Complementary color for #hex is #2C7550.


I love getcolorcode.com

Triadic colors

1 #AFD38A and #8AAFD3 with #D38AAF are triadic colors.

2 #AF8AD3 and #8AD3AF with #D38AAF are triadic colors.