COLOR #D397D4

HEX: #D397D4
RGB: (211,151,212)

Color info

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

RGB color model

#D397D4 color RGB value is (211,151,212).

  • red value is 211;
  • green value is 151;
  • blue value is 212.
RGB:
(211,151,212)
(83%,59%,83%)

RGB channels and saturation

R 211 of 255 = 83%
G 151 of 255 = 59%
B 212 of 255 = 83%

211
151
212

R + G + B ~ 75%. #D397D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 151 + 212 = 574 (100%)
R 211 of 574 ~ 36.76%
G 151 of 574 ~ 26.31%
B 212 of 574 ~ 36.93%

%36.76
%26.31
%36.93

CMYK color model

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

  • cyan value is 0.47%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(0,29,0,17)
C0M29Y0K17 
(0%,29%,0%,17%)
(0.00/0.29/0.00/0.17)	

CMYK percentages

%0.47
%28.77
%0
%16.86

Codes

Color #D397D4 in popluar color models

D397D4
RGB211151212
HSL299°41.50%71.18%
HSB/HSV299°28.77%83.14%
CMYK0.47%28.77%0.00%
16.86%

Color #D397D4 in popluar number systems.

HEXD397D4
Decimal211151212
Binary110100111001011111010100
Octal323227324

Shades and tints

Shades of #D397D4

#D397D4
(211,151,212)
#C08AC1
(192,138,193)
#AD7DAE
(173,125,174)
#9A709B
(154,112,155)
#876388
(135,99,136)
#745675
(116,86,117)
#614962
(97,73,98)
#4E3C4F
(78,60,79)
#3B2F3C
(59,47,60)
#282229
(40,34,41)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #D397D4

#D397D4
(211,151,212)
#D7A0D7
(215,160,215)
#DBA9DA
(219,169,218)
#DFB2DD
(223,178,221)
#E3BBE0
(227,187,224)
#E7C4E3
(231,196,227)
#EBCDE6
(235,205,230)
#EFD6E9
(239,214,233)
#F3DFEC
(243,223,236)
#F7E8EF
(247,232,239)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D397D4; }

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

This text font color is #D397D4.


Background Color

.myBgColor { background-color: #D397D4; }

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

This div background color is #D397D4.


Border color

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

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

This div border color is #D397D4.


Opacity

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

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

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

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

This text has shadow with #D397D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D397D4 on black background.


Color preview on white background

This text has color #D397D4 on white background.



Black color preview on #D397D4 background

This text has black color on #D397D4 background.


White color preview on #D397D4 background

This text has white color on #D397D4 background.