COLOR #D395AF

HEX: #D395AF
RGB: (211,149,175)

Color info

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

RGB color model

#D395AF color RGB value is (211,149,175).

  • red value is 211;
  • green value is 149;
  • blue value is 175.
RGB:
(211,149,175)
(83%,58%,69%)

RGB channels and saturation

R 211 of 255 = 83%
G 149 of 255 = 58%
B 175 of 255 = 69%

211
149
175

R + G + B ~ 70%. #D395AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 149 + 175 = 535 (100%)
R 211 of 535 ~ 39.44%
G 149 of 535 ~ 27.85%
B 175 of 535 ~ 32.71%

%39.44
%27.85
%32.71

CMYK color model

#D395AF color CMYK value is (0,29,17,17).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 17.06%
  • key color value is 17.25%
CMYK:
(0,29,17,17)
C0M29Y17K17 
(0%,29%,17%,17%)
(0.00/0.29/0.17/0.17)	

CMYK percentages

%0
%29.38
%17.06
%17.25

Codes

Color #D395AF in popluar color models

D395AF
RGB211149175
HSL335°41.33%70.59%
HSB/HSV335°29.38%82.75%
CMYK0.00%29.38%17.06%
17.25%

Color #D395AF in popluar number systems.

HEXD395AF
Decimal211149175
Binary110100111001010110101111
Octal323225257

Shades and tints

Shades of #D395AF

#D395AF
(211,149,175)
#C088A0
(192,136,160)
#AD7B91
(173,123,145)
#9A6E82
(154,110,130)
#876173
(135,97,115)
#745464
(116,84,100)
#614755
(97,71,85)
#4E3A46
(78,58,70)
#3B2D37
(59,45,55)
#282028
(40,32,40)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #D395AF

#D395AF
(211,149,175)
#D79EB6
(215,158,182)
#DBA7BD
(219,167,189)
#DFB0C4
(223,176,196)
#E3B9CB
(227,185,203)
#E7C2D2
(231,194,210)
#EBCBD9
(235,203,217)
#EFD4E0
(239,212,224)
#F3DDE7
(243,221,231)
#F7E6EE
(247,230,238)
#FBEFF5
(251,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D395AF; }

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

This text font color is #D395AF.


Background Color

.myBgColor { background-color: #D395AF; }

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

This div background color is #D395AF.


Border color

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

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

This div border color is #D395AF.


Opacity

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

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

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

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

This text has shadow with #D395AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D395AF on black background.


Color preview on white background

This text has color #D395AF on white background.



Black color preview on #D395AF background

This text has black color on #D395AF background.


White color preview on #D395AF background

This text has white color on #D395AF background.