COLOR #D397B5

HEX: #D397B5 RGB: (211,151,181)

Color info

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

RGB color model

#D397B5 color RGB value is (211,151,181).

RGB: (211,151,181) (83%, 59%, 71%)

RGB channels and saturation

R 211 of 255 = 83%
G 151 of 255 = 59%
B 181 of 255 = 71%

211
151
181

R + G + B ~ 71%. #D397B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 151 + 181 = 543 (100%)
R 211 of 543 ~ 38.86%
G 151 of 543 ~ 27.81%
B 181 of 543 ~ 33.33'%

%38.86
%27.81
%33.33

CMYK color model

#D397B5 color CMYK value is (0,28,14,17).

  • cyan value is 0.00%
  • magenta value is 28.44%
  • yellow value is 14.22%
  • key color value is 17.25%

CMYK: (0,28,14,17)
C0M28Y14K17 (0%, 28%, 14%, 17%)
(0.00 / 0.28 / 0.14 / 0.17)

CMYK percentages

%0
%28.44
%14.22
%17.25

Codes

Color #D397B5 in popluar color models

D3 97 B5
RGB 211 151 181
HSL 330° 40.54% 70.98%
HSB/HSV 330° 28.44% 82.75%
CMYK 0.00% 28.44% 14.22%
17.25%

Color #D397B5 in popluar number systems.

HEX D3 97 B5
Decimal 211 151 181
Binary 11010011 10010111 10110101
Octal 323 227 265

Shades and tints

Shades of #D397B5

#D397B5
(211,151,181)
#C08AA5
(192,138,165)
#AD7D95
(173,125,149)
#9A7085
(154,112,133)
#876375
(135,99,117)
#745665
(116,86,101)
#614955
(97,73,85)
#4E3C45
(78,60,69)
#3B2F35
(59,47,53)
#282225
(40,34,37)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #D397B5

#D397B5
(211,151,181)
#D7A0BB
(215,160,187)
#DBA9C1
(219,169,193)
#DFB2C7
(223,178,199)
#E3BBCD
(227,187,205)
#E7C4D3
(231,196,211)
#EBCDD9
(235,205,217)
#EFD6DF
(239,214,223)
#F3DFE5
(243,223,229)
#F7E8EB
(247,232,235)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D397B5 color. Also use rgb(211,151,181) instead hex code.

Text Font Color

.myTextColor { color: #D397B5; }

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

This text font color is #D397B5.

Background Color

.myBgColor { background-color: #D397B5; }

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

This div background color is #D397B5.

Border color

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

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

This div border color is #D397B5.

Opacity

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

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

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

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

This text has shadow with #D397B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D397B5.

Preview

Color preview on black background

This text has color #D397B5 on black background.


Color preview on white background

This text has color #D397B5 on white background.


Black color preview on #D397B5 background

This text has black color on #D397B5 background.


White color preview on #D397B5 background

This text has white color on #D397B5 background.


Related colors

Complementary color

Complementary color for #hex is #2C684A.


I love getcolorcode.com

Triadic colors

1 #B5D397 and #97B5D3 with #D397B5 are triadic colors.

2 #B597D3 and #97D3B5 with #D397B5 are triadic colors.