COLOR #D38DCB

HEX: #D38DCB
RGB: (211,141,203)

Color info

#D38DCB contains mainly red and blue colors. Web safe color of #D38DCB is #CC99CC (or #C9C).

RGB color model

#D38DCB color RGB value is (211,141,203).

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

RGB channels and saturation

R 211 of 255 = 83%
G 141 of 255 = 55%
B 203 of 255 = 80%

211
141
203

R + G + B ~ 73%. #D38DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 141 + 203 = 555 (100%)
R 211 of 555 ~ 38.02%
G 141 of 555 ~ 25.41%
B 203 of 555 ~ 36.58%

%38.02
%25.41
%36.58

CMYK color model

#D38DCB color CMYK value is (0,33,4,17).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 3.79%
  • key color value is 17.25%
CMYK:
(0,33,4,17)
C0M33Y4K17 
(0%,33%,4%,17%)
(0.00/0.33/0.04/0.17)	

CMYK percentages

%0
%33.18
%3.79
%17.25

Codes

Color #D38DCB in popluar color models

D38DCB
RGB211141203
HSL307°44.30%69.02%
HSB/HSV307°33.18%82.75%
CMYK0.00%33.18%3.79%
17.25%

Color #D38DCB in popluar number systems.

HEXD38DCB
Decimal211141203
Binary110100111000110111001011
Octal323215313

Shades and tints

Shades of #D38DCB

#D38DCB
(211,141,203)
#C081B9
(192,129,185)
#AD75A7
(173,117,167)
#9A6995
(154,105,149)
#875D83
(135,93,131)
#745171
(116,81,113)
#61455F
(97,69,95)
#4E394D
(78,57,77)
#3B2D3B
(59,45,59)
#282129
(40,33,41)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #D38DCB

#D38DCB
(211,141,203)
#D797CF
(215,151,207)
#DBA1D3
(219,161,211)
#DFABD7
(223,171,215)
#E3B5DB
(227,181,219)
#E7BFDF
(231,191,223)
#EBC9E3
(235,201,227)
#EFD3E7
(239,211,231)
#F3DDEB
(243,221,235)
#F7E7EF
(247,231,239)
#FBF1F3
(251,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38DCB; }

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

This text font color is #D38DCB.


Background Color

.myBgColor { background-color: #D38DCB; }

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

This div background color is #D38DCB.


Border color

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

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

This div border color is #D38DCB.


Opacity

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

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

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

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

This text has shadow with #D38DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38DCB on black background.


Color preview on white background

This text has color #D38DCB on white background.



Black color preview on #D38DCB background

This text has black color on #D38DCB background.


White color preview on #D38DCB background

This text has white color on #D38DCB background.