COLOR #D38FA5

HEX: #D38FA5
RGB: (211,143,165)

Color info

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

RGB color model

#D38FA5 color RGB value is (211,143,165).

  • red value is 211;
  • green value is 143;
  • blue value is 165.
RGB:
(211,143,165)
(83%,56%,65%)

RGB channels and saturation

R 211 of 255 = 83%
G 143 of 255 = 56%
B 165 of 255 = 65%

211
143
165

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

Portions of RGB colors in percentages

R + G + B =
211 + 143 + 165 = 519 (100%)
R 211 of 519 ~ 40.66%
G 143 of 519 ~ 27.55%
B 165 of 519 ~ 31.79%

%40.66
%27.55
%31.79

CMYK color model

#D38FA5 color CMYK value is (0,32,22,17).

  • cyan value is 0.00%
  • magenta value is 32.23%
  • yellow value is 21.80%
  • key color value is 17.25%
CMYK:
(0,32,22,17)
C0M32Y22K17 
(0%,32%,22%,17%)
(0.00/0.32/0.22/0.17)	

CMYK percentages

%0
%32.23
%21.8
%17.25

Codes

Color #D38FA5 in popluar color models

D38FA5
RGB211143165
HSL341°43.59%69.41%
HSB/HSV341°32.23%82.75%
CMYK0.00%32.23%21.80%
17.25%

Color #D38FA5 in popluar number systems.

HEXD38FA5
Decimal211143165
Binary110100111000111110100101
Octal323217245

Shades and tints

Shades of #D38FA5

#D38FA5
(211,143,165)
#C08296
(192,130,150)
#AD7587
(173,117,135)
#9A6878
(154,104,120)
#875B69
(135,91,105)
#744E5A
(116,78,90)
#61414B
(97,65,75)
#4E343C
(78,52,60)
#3B272D
(59,39,45)
#281A1E
(40,26,30)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #D38FA5

#D38FA5
(211,143,165)
#D799AD
(215,153,173)
#DBA3B5
(219,163,181)
#DFADBD
(223,173,189)
#E3B7C5
(227,183,197)
#E7C1CD
(231,193,205)
#EBCBD5
(235,203,213)
#EFD5DD
(239,213,221)
#F3DFE5
(243,223,229)
#F7E9ED
(247,233,237)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38FA5 color. Also use rgb(211,143,165) instead hex code.

Text Font Color

.myTextColor { color: #D38FA5; }

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

This text font color is #D38FA5.


Background Color

.myBgColor { background-color: #D38FA5; }

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

This div background color is #D38FA5.


Border color

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

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

This div border color is #D38FA5.


Opacity

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

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

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

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

This text has shadow with #D38FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38FA5 on black background.


Color preview on white background

This text has color #D38FA5 on white background.



Black color preview on #D38FA5 background

This text has black color on #D38FA5 background.


White color preview on #D38FA5 background

This text has white color on #D38FA5 background.