COLOR #D397CF

HEX: #D397CF RGB: (211,151,207)

Color info

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

RGB color model

#D397CF color RGB value is (211,151,207).

RGB: (211,151,207) (83%, 59%, 81%)

RGB channels and saturation

R 211 of 255 = 83%
G 151 of 255 = 59%
B 207 of 255 = 81%

211
151
207

R + G + B ~ 74%. #D397CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 151 + 207 = 569 (100%)
R 211 of 569 ~ 37.08%
G 151 of 569 ~ 26.54%
B 207 of 569 ~ 36.38'%

%37.08
%26.54
%36.38

CMYK color model

#D397CF color CMYK value is (0,28,2,17).

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

CMYK: (0,28,2,17)
C0M28Y2K17 (0%, 28%, 2%, 17%)
(0.00 / 0.28 / 0.02 / 0.17)

CMYK percentages

%0
%28.44
%1.9
%17.25

Codes

Color #D397CF in popluar color models

D3 97 CF
RGB 211 151 207
HSL 304° 40.54% 70.98%
HSB/HSV 304° 28.44% 82.75%
CMYK 0.00% 28.44% 1.90%
17.25%

Color #D397CF in popluar number systems.

HEX D3 97 CF
Decimal 211 151 207
Binary 11010011 10010111 11001111
Octal 323 227 317

Shades and tints

Shades of #D397CF

#D397CF
(211,151,207)
#C08ABD
(192,138,189)
#AD7DAB
(173,125,171)
#9A7099
(154,112,153)
#876387
(135,99,135)
#745675
(116,86,117)
#614963
(97,73,99)
#4E3C51
(78,60,81)
#3B2F3F
(59,47,63)
#28222D
(40,34,45)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #D397CF

#D397CF
(211,151,207)
#D7A0D3
(215,160,211)
#DBA9D7
(219,169,215)
#DFB2DB
(223,178,219)
#E3BBDF
(227,187,223)
#E7C4E3
(231,196,227)
#EBCDE7
(235,205,231)
#EFD6EB
(239,214,235)
#F3DFEF
(243,223,239)
#F7E8F3
(247,232,243)
#FBF1F7
(251,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D397CF; }

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

This text font color is #D397CF.

Background Color

.myBgColor { background-color: #D397CF; }

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

This div background color is #D397CF.

Border color

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

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

This div border color is #D397CF.

Opacity

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

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

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

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

This text has shadow with #D397CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D397CF.

Preview

Color preview on black background

This text has color #D397CF on black background.


Color preview on white background

This text has color #D397CF on white background.


Black color preview on #D397CF background

This text has black color on #D397CF background.


White color preview on #D397CF background

This text has white color on #D397CF background.


Related colors

Complementary color

Complementary color for #hex is #2C6830.


I love getcolorcode.com

Triadic colors

1 #CFD397 and #97CFD3 with #D397CF are triadic colors.

2 #CF97D3 and #97D3CF with #D397CF are triadic colors.