COLOR #D379E7

HEX: #D379E7
RGB: (211,121,231)

Color info

#D379E7 contains mainly red and blue colors. Web safe color of #D379E7 is #CC66FF (or #C6F).

RGB color model

#D379E7 color RGB value is (211,121,231).

  • red value is 211;
  • green value is 121;
  • blue value is 231.
RGB:
(211,121,231)
(83%,47%,91%)

RGB channels and saturation

R 211 of 255 = 83%
G 121 of 255 = 47%
B 231 of 255 = 91%

211
121
231

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

Portions of RGB colors in percentages

R + G + B =
211 + 121 + 231 = 563 (100%)
R 211 of 563 ~ 37.48%
G 121 of 563 ~ 21.49%
B 231 of 563 ~ 41.03%

%37.48
%21.49
%41.03

CMYK color model

#D379E7 color CMYK value is (9,48,0,9).

  • cyan value is 8.66%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,48,0,9)
C9M48Y0K9 
(9%,48%,0%,9%)
(0.09/0.48/0.00/0.09)	

CMYK percentages

%8.66
%47.62
%0
%9.41

Codes

Color #D379E7 in popluar color models

D379E7
RGB211121231
HSL289°69.62%69.02%
HSB/HSV289°47.62%90.59%
CMYK8.66%47.62%0.00%
9.41%

Color #D379E7 in popluar number systems.

HEXD379E7
Decimal211121231
Binary11010011111100111100111
Octal323171347

Shades and tints

Shades of #D379E7

#D379E7
(211,121,231)
#C06ED2
(192,110,210)
#AD63BD
(173,99,189)
#9A58A8
(154,88,168)
#874D93
(135,77,147)
#74427E
(116,66,126)
#613769
(97,55,105)
#4E2C54
(78,44,84)
#3B213F
(59,33,63)
#28162A
(40,22,42)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #D379E7

#D379E7
(211,121,231)
#D785E9
(215,133,233)
#DB91EB
(219,145,235)
#DF9DED
(223,157,237)
#E3A9EF
(227,169,239)
#E7B5F1
(231,181,241)
#EBC1F3
(235,193,243)
#EFCDF5
(239,205,245)
#F3D9F7
(243,217,247)
#F7E5F9
(247,229,249)
#FBF1FB
(251,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D379E7; }

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

This text font color is #D379E7.


Background Color

.myBgColor { background-color: #D379E7; }

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

This div background color is #D379E7.


Border color

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

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

This div border color is #D379E7.


Opacity

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

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

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

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

This text has shadow with #D379E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D379E7 on black background.


Color preview on white background

This text has color #D379E7 on white background.



Black color preview on #D379E7 background

This text has black color on #D379E7 background.


White color preview on #D379E7 background

This text has white color on #D379E7 background.