COLOR #D394C7

HEX: #D394C7
RGB: (211,148,199)

Color info

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

RGB color model

#D394C7 color RGB value is (211,148,199).

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

RGB channels and saturation

R 211 of 255 = 83%
G 148 of 255 = 58%
B 199 of 255 = 78%

211
148
199

R + G + B ~ 73%. #D394C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 148 + 199 = 558 (100%)
R 211 of 558 ~ 37.81%
G 148 of 558 ~ 26.52%
B 199 of 558 ~ 35.66%

%37.81
%26.52
%35.66

CMYK color model

#D394C7 color CMYK value is (0,30,6,17).

  • cyan value is 0.00%
  • magenta value is 29.86%
  • yellow value is 5.69%
  • key color value is 17.25%
CMYK:
(0,30,6,17)
C0M30Y6K17 
(0%,30%,6%,17%)
(0.00/0.30/0.06/0.17)	

CMYK percentages

%0
%29.86
%5.69
%17.25

Codes

Color #D394C7 in popluar color models

D394C7
RGB211148199
HSL311°41.72%70.39%
HSB/HSV311°29.86%82.75%
CMYK0.00%29.86%5.69%
17.25%

Color #D394C7 in popluar number systems.

HEXD394C7
Decimal211148199
Binary110100111001010011000111
Octal323224307

Shades and tints

Shades of #D394C7

#D394C7
(211,148,199)
#C087B5
(192,135,181)
#AD7AA3
(173,122,163)
#9A6D91
(154,109,145)
#87607F
(135,96,127)
#74536D
(116,83,109)
#61465B
(97,70,91)
#4E3949
(78,57,73)
#3B2C37
(59,44,55)
#281F25
(40,31,37)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #D394C7

#D394C7
(211,148,199)
#D79DCC
(215,157,204)
#DBA6D1
(219,166,209)
#DFAFD6
(223,175,214)
#E3B8DB
(227,184,219)
#E7C1E0
(231,193,224)
#EBCAE5
(235,202,229)
#EFD3EA
(239,211,234)
#F3DCEF
(243,220,239)
#F7E5F4
(247,229,244)
#FBEEF9
(251,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D394C7; }

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

This text font color is #D394C7.


Background Color

.myBgColor { background-color: #D394C7; }

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

This div background color is #D394C7.


Border color

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

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

This div border color is #D394C7.


Opacity

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

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

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

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

This text has shadow with #D394C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D394C7 on black background.


Color preview on white background

This text has color #D394C7 on white background.



Black color preview on #D394C7 background

This text has black color on #D394C7 background.


White color preview on #D394C7 background

This text has white color on #D394C7 background.