COLOR #D389E0

HEX: #D389E0 RGB: (211,137,224)

Color info

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

RGB color model

#D389E0 color RGB value is (211,137,224).

RGB: (211,137,224) (83%, 54%, 88%)

RGB channels and saturation

R 211 of 255 = 83%
G 137 of 255 = 54%
B 224 of 255 = 88%

211
137
224

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

Portions of RGB colors in percentages

R + G + B = 211 + 137 + 224 = 572 (100%)
R 211 of 572 ~ 36.89%
G 137 of 572 ~ 23.95%
B 224 of 572 ~ 39.16'%

%36.89
%23.95
%39.16

CMYK color model

#D389E0 color CMYK value is (6,39,0,12).

  • cyan value is 5.80%
  • magenta value is 38.84%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (6,39,0,12) C6M39Y0K12 (6%,39%,0%,12%) (0.06/0.39/0.00/0.12) 

CMYK percentages

%5.8
%38.84
%0
%12.16

Codes

Color #D389E0 in popluar color models

D3 89 E0
RGB 211 137 224
HSL 291° 58.39% 70.78%
HSB/HSV 291° 38.84% 87.84%
CMYK 5.80% 38.84% 0.00%
12.16%

Color #D389E0 in popluar number systems.

HEX D3 89 E0
Decimal 211 137 224
Binary 11010011 10001001 11100000
Octal 323 211 340

Shades and tints

Shades of #D389E0

#D389E0
(211,137,224)
#C07DCC
(192,125,204)
#AD71B8
(173,113,184)
#9A65A4
(154,101,164)
#875990
(135,89,144)
#744D7C
(116,77,124)
#614168
(97,65,104)
#4E3554
(78,53,84)
#3B2940
(59,41,64)
#281D2C
(40,29,44)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #D389E0

#D389E0
(211,137,224)
#D793E2
(215,147,226)
#DB9DE4
(219,157,228)
#DFA7E6
(223,167,230)
#E3B1E8
(227,177,232)
#E7BBEA
(231,187,234)
#EBC5EC
(235,197,236)
#EFCFEE
(239,207,238)
#F3D9F0
(243,217,240)
#F7E3F2
(247,227,242)
#FBEDF4
(251,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D389E0; }

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

This text font color is #D389E0.

Background Color

.myBgColor { background-color: #D389E0; }

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

This div background color is #D389E0.

Border color

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

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

This div border color is #D389E0.

Opacity

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

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

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

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

This text has shadow with #D389E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D389E0.

Preview

Color preview on black background

This text has color #D389E0 on black background.


Color preview on white background

This text has color #D389E0 on white background.


Black color preview on #D389E0 background

This text has black color on #D389E0 background.


White color preview on #D389E0 background

This text has white color on #D389E0 background.


Related colors

Complementary color

Complementary color for #hex is #2C761F.


I love getcolorcode.com

Gradients

Color #D389E0 is used in Rich Brilliant Lavender gradient.

Rich Brilliant Lavender


Triadic colors

1 #E0D389 and #89E0D3 with #D389E0 are triadic colors.

2 #E089D3 and #89D3E0 with #D389E0 are triadic colors.