COLOR #D394D3

HEX: #D394D3
RGB: (211,148,211)

Color info

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

RGB color model

#D394D3 color RGB value is (211,148,211).

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

RGB channels and saturation

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

211
148
211

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

Portions of RGB colors in percentages

R + G + B =
211 + 148 + 211 = 570 (100%)
R 211 of 570 ~ 37.02%
G 148 of 570 ~ 25.96%
B 211 of 570 ~ 37.02%

%37.02
%25.96
%37.02

CMYK color model

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

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

CMYK percentages

%0
%29.86
%0
%17.25

Codes

Color #D394D3 in popluar color models

D394D3
RGB211148211
HSL300°41.72%70.39%
HSB/HSV300°29.86%82.75%
CMYK0.00%29.86%0.00%
17.25%

Color #D394D3 in popluar number systems.

HEXD394D3
Decimal211148211
Binary110100111001010011010011
Octal323224323

Shades and tints

Shades of #D394D3

#D394D3
(211,148,211)
#C087C0
(192,135,192)
#AD7AAD
(173,122,173)
#9A6D9A
(154,109,154)
#876087
(135,96,135)
#745374
(116,83,116)
#614661
(97,70,97)
#4E394E
(78,57,78)
#3B2C3B
(59,44,59)
#281F28
(40,31,40)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #D394D3

#D394D3
(211,148,211)
#D79DD7
(215,157,215)
#DBA6DB
(219,166,219)
#DFAFDF
(223,175,223)
#E3B8E3
(227,184,227)
#E7C1E7
(231,193,231)
#EBCAEB
(235,202,235)
#EFD3EF
(239,211,239)
#F3DCF3
(243,220,243)
#F7E5F7
(247,229,247)
#FBEEFB
(251,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D394D3; }

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

This text font color is #D394D3.


Background Color

.myBgColor { background-color: #D394D3; }

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

This div background color is #D394D3.


Border color

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

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

This div border color is #D394D3.


Opacity

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

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

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

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

This text has shadow with #D394D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D394D3 on black background.


Color preview on white background

This text has color #D394D3 on white background.



Black color preview on #D394D3 background

This text has black color on #D394D3 background.


White color preview on #D394D3 background

This text has white color on #D394D3 background.