COLOR #D391E9

HEX: #D391E9
RGB: (211,145,233)

Color info

#D391E9 contains mainly red and blue colors. Web safe color of #D391E9 is #CC99FF (or #C9F).

RGB color model

#D391E9 color RGB value is (211,145,233).

  • red value is 211;
  • green value is 145;
  • blue value is 233.
RGB:
(211,145,233)
(83%,57%,91%)

RGB channels and saturation

R 211 of 255 = 83%
G 145 of 255 = 57%
B 233 of 255 = 91%

211
145
233

R + G + B ~ 77%. #D391E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 145 + 233 = 589 (100%)
R 211 of 589 ~ 35.82%
G 145 of 589 ~ 24.62%
B 233 of 589 ~ 39.56%

%35.82
%24.62
%39.56

CMYK color model

#D391E9 color CMYK value is (9,38,0,9).

  • cyan value is 9.44%
  • magenta value is 37.77%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(9,38,0,9)
C9M38Y0K9 
(9%,38%,0%,9%)
(0.09/0.38/0.00/0.09)	

CMYK percentages

%9.44
%37.77
%0
%8.63

Codes

Color #D391E9 in popluar color models

D391E9
RGB211145233
HSL285°66.67%74.12%
HSB/HSV285°37.77%91.37%
CMYK9.44%37.77%0.00%
8.63%

Color #D391E9 in popluar number systems.

HEXD391E9
Decimal211145233
Binary110100111001000111101001
Octal323221351

Shades and tints

Shades of #D391E9

#D391E9
(211,145,233)
#C084D4
(192,132,212)
#AD77BF
(173,119,191)
#9A6AAA
(154,106,170)
#875D95
(135,93,149)
#745080
(116,80,128)
#61436B
(97,67,107)
#4E3656
(78,54,86)
#3B2941
(59,41,65)
#281C2C
(40,28,44)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #D391E9

#D391E9
(211,145,233)
#D79BEB
(215,155,235)
#DBA5ED
(219,165,237)
#DFAFEF
(223,175,239)
#E3B9F1
(227,185,241)
#E7C3F3
(231,195,243)
#EBCDF5
(235,205,245)
#EFD7F7
(239,215,247)
#F3E1F9
(243,225,249)
#F7EBFB
(247,235,251)
#FBF5FD
(251,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D391E9; }

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

This text font color is #D391E9.


Background Color

.myBgColor { background-color: #D391E9; }

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

This div background color is #D391E9.


Border color

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

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

This div border color is #D391E9.


Opacity

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

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

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

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

This text has shadow with #D391E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D391E9 on black background.


Color preview on white background

This text has color #D391E9 on white background.



Black color preview on #D391E9 background

This text has black color on #D391E9 background.


White color preview on #D391E9 background

This text has white color on #D391E9 background.