COLOR #D38DA8

HEX: #D38DA8
RGB: (211,141,168)

Color info

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

RGB color model

#D38DA8 color RGB value is (211,141,168).

  • red value is 211;
  • green value is 141;
  • blue value is 168.
RGB:
(211,141,168)
(83%,55%,66%)

RGB channels and saturation

R 211 of 255 = 83%
G 141 of 255 = 55%
B 168 of 255 = 66%

211
141
168

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

Portions of RGB colors in percentages

R + G + B =
211 + 141 + 168 = 520 (100%)
R 211 of 520 ~ 40.58%
G 141 of 520 ~ 27.12%
B 168 of 520 ~ 32.31%

%40.58
%27.12
%32.31

CMYK color model

#D38DA8 color CMYK value is (0,33,20,17).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 20.38%
  • key color value is 17.25%
CMYK:
(0,33,20,17)
C0M33Y20K17 
(0%,33%,20%,17%)
(0.00/0.33/0.20/0.17)	

CMYK percentages

%0
%33.18
%20.38
%17.25

Codes

Color #D38DA8 in popluar color models

D38DA8
RGB211141168
HSL337°44.30%69.02%
HSB/HSV337°33.18%82.75%
CMYK0.00%33.18%20.38%
17.25%

Color #D38DA8 in popluar number systems.

HEXD38DA8
Decimal211141168
Binary110100111000110110101000
Octal323215250

Shades and tints

Shades of #D38DA8

#D38DA8
(211,141,168)
#C08199
(192,129,153)
#AD758A
(173,117,138)
#9A697B
(154,105,123)
#875D6C
(135,93,108)
#74515D
(116,81,93)
#61454E
(97,69,78)
#4E393F
(78,57,63)
#3B2D30
(59,45,48)
#282121
(40,33,33)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #D38DA8

#D38DA8
(211,141,168)
#D797AF
(215,151,175)
#DBA1B6
(219,161,182)
#DFABBD
(223,171,189)
#E3B5C4
(227,181,196)
#E7BFCB
(231,191,203)
#EBC9D2
(235,201,210)
#EFD3D9
(239,211,217)
#F3DDE0
(243,221,224)
#F7E7E7
(247,231,231)
#FBF1EE
(251,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38DA8 color. Also use rgb(211,141,168) instead hex code.

Text Font Color

.myTextColor { color: #D38DA8; }

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

This text font color is #D38DA8.


Background Color

.myBgColor { background-color: #D38DA8; }

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

This div background color is #D38DA8.


Border color

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

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

This div border color is #D38DA8.


Opacity

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

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

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

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

This text has shadow with #D38DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38DA8 on black background.


Color preview on white background

This text has color #D38DA8 on white background.



Black color preview on #D38DA8 background

This text has black color on #D38DA8 background.


White color preview on #D38DA8 background

This text has white color on #D38DA8 background.