COLOR #D398D0

HEX: #D398D0
RGB: (211,152,208)

Color info

#D398D0 contains red, green and blue colors in about the same proportion. Web safe color of #D398D0 is #CC99CC (or #C9C).

RGB color model

#D398D0 color RGB value is (211,152,208).

  • red value is 211;
  • green value is 152;
  • blue value is 208.
RGB:
(211,152,208)
(83%,60%,82%)

RGB channels and saturation

R 211 of 255 = 83%
G 152 of 255 = 60%
B 208 of 255 = 82%

211
152
208

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

Portions of RGB colors in percentages

R + G + B =
211 + 152 + 208 = 571 (100%)
R 211 of 571 ~ 36.95%
G 152 of 571 ~ 26.62%
B 208 of 571 ~ 36.43%

%36.95
%26.62
%36.43

CMYK color model

#D398D0 color CMYK value is (0,28,1,17).

  • cyan value is 0.00%
  • magenta value is 27.96%
  • yellow value is 1.42%
  • key color value is 17.25%
CMYK:
(0,28,1,17)
C0M28Y1K17 
(0%,28%,1%,17%)
(0.00/0.28/0.01/0.17)	

CMYK percentages

%0
%27.96
%1.42
%17.25

Codes

Color #D398D0 in popluar color models

D398D0
RGB211152208
HSL303°40.14%71.18%
HSB/HSV303°27.96%82.75%
CMYK0.00%27.96%1.42%
17.25%

Color #D398D0 in popluar number systems.

HEXD398D0
Decimal211152208
Binary110100111001100011010000
Octal323230320

Shades and tints

Shades of #D398D0

#D398D0
(211,152,208)
#C08BBE
(192,139,190)
#AD7EAC
(173,126,172)
#9A719A
(154,113,154)
#876488
(135,100,136)
#745776
(116,87,118)
#614A64
(97,74,100)
#4E3D52
(78,61,82)
#3B3040
(59,48,64)
#28232E
(40,35,46)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #D398D0

#D398D0
(211,152,208)
#D7A1D4
(215,161,212)
#DBAAD8
(219,170,216)
#DFB3DC
(223,179,220)
#E3BCE0
(227,188,224)
#E7C5E4
(231,197,228)
#EBCEE8
(235,206,232)
#EFD7EC
(239,215,236)
#F3E0F0
(243,224,240)
#F7E9F4
(247,233,244)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D398D0 color. Also use rgb(211,152,208) instead hex code.

Text Font Color

.myTextColor { color: #D398D0; }

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

This text font color is #D398D0.


Background Color

.myBgColor { background-color: #D398D0; }

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

This div background color is #D398D0.


Border color

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

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

This div border color is #D398D0.


Opacity

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

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

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

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

This text has shadow with #D398D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D398D0 on black background.


Color preview on white background

This text has color #D398D0 on white background.



Black color preview on #D398D0 background

This text has black color on #D398D0 background.


White color preview on #D398D0 background

This text has white color on #D398D0 background.