COLOR #D394CD

HEX: #D394CD
RGB: (211,148,205)

Color info

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

RGB color model

#D394CD color RGB value is (211,148,205).

  • red value is 211;
  • green value is 148;
  • blue value is 205.
RGB:
(211,148,205)
(83%,58%,80%)

RGB channels and saturation

R 211 of 255 = 83%
G 148 of 255 = 58%
B 205 of 255 = 80%

211
148
205

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

Portions of RGB colors in percentages

R + G + B =
211 + 148 + 205 = 564 (100%)
R 211 of 564 ~ 37.41%
G 148 of 564 ~ 26.24%
B 205 of 564 ~ 36.35%

%37.41
%26.24
%36.35

CMYK color model

#D394CD color CMYK value is (0,30,3,17).

  • cyan value is 0.00%
  • magenta value is 29.86%
  • yellow value is 2.84%
  • key color value is 17.25%
CMYK:
(0,30,3,17)
C0M30Y3K17 
(0%,30%,3%,17%)
(0.00/0.30/0.03/0.17)	

CMYK percentages

%0
%29.86
%2.84
%17.25

Codes

Color #D394CD in popluar color models

D394CD
RGB211148205
HSL306°41.72%70.39%
HSB/HSV306°29.86%82.75%
CMYK0.00%29.86%2.84%
17.25%

Color #D394CD in popluar number systems.

HEXD394CD
Decimal211148205
Binary110100111001010011001101
Octal323224315

Shades and tints

Shades of #D394CD

#D394CD
(211,148,205)
#C087BB
(192,135,187)
#AD7AA9
(173,122,169)
#9A6D97
(154,109,151)
#876085
(135,96,133)
#745373
(116,83,115)
#614661
(97,70,97)
#4E394F
(78,57,79)
#3B2C3D
(59,44,61)
#281F2B
(40,31,43)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #D394CD

#D394CD
(211,148,205)
#D79DD1
(215,157,209)
#DBA6D5
(219,166,213)
#DFAFD9
(223,175,217)
#E3B8DD
(227,184,221)
#E7C1E1
(231,193,225)
#EBCAE5
(235,202,229)
#EFD3E9
(239,211,233)
#F3DCED
(243,220,237)
#F7E5F1
(247,229,241)
#FBEEF5
(251,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D394CD color. Also use rgb(211,148,205) instead hex code.

Text Font Color

.myTextColor { color: #D394CD; }

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

This text font color is #D394CD.


Background Color

.myBgColor { background-color: #D394CD; }

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

This div background color is #D394CD.


Border color

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

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

This div border color is #D394CD.


Opacity

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

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

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

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

This text has shadow with #D394CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D394CD on black background.


Color preview on white background

This text has color #D394CD on white background.



Black color preview on #D394CD background

This text has black color on #D394CD background.


White color preview on #D394CD background

This text has white color on #D394CD background.