COLOR #D393E0

HEX: #D393E0 RGB: (211,147,224)

Color info

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

RGB color model

#D393E0 color RGB value is (211,147,224).

RGB: (211,147,224) (83%, 58%, 88%)

RGB channels and saturation

R 211 of 255 = 83%
G 147 of 255 = 58%
B 224 of 255 = 88%

211
147
224

R + G + B ~ 76%. #D393E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 147 + 224 = 582 (100%)
R 211 of 582 ~ 36.25%
G 147 of 582 ~ 25.26%
B 224 of 582 ~ 38.49'%

%36.25
%25.26
%38.49

CMYK color model

#D393E0 color CMYK value is (6,34,0,12).

  • cyan value is 5.80%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (6,34,0,12) C6M34Y0K12 (6%,34%,0%,12%) (0.06/0.34/0.00/0.12) 

CMYK percentages

%5.8
%34.38
%0
%12.16

Codes

Color #D393E0 in popluar color models

D3 93 E0
RGB 211 147 224
HSL 290° 55.40% 72.75%
HSB/HSV 290° 34.38% 87.84%
CMYK 5.80% 34.38% 0.00%
12.16%

Color #D393E0 in popluar number systems.

HEX D3 93 E0
Decimal 211 147 224
Binary 11010011 10010011 11100000
Octal 323 223 340

Shades and tints

Shades of #D393E0

#D393E0
(211,147,224)
#C086CC
(192,134,204)
#AD79B8
(173,121,184)
#9A6CA4
(154,108,164)
#875F90
(135,95,144)
#74527C
(116,82,124)
#614568
(97,69,104)
#4E3854
(78,56,84)
#3B2B40
(59,43,64)
#281E2C
(40,30,44)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #D393E0

#D393E0
(211,147,224)
#D79CE2
(215,156,226)
#DBA5E4
(219,165,228)
#DFAEE6
(223,174,230)
#E3B7E8
(227,183,232)
#E7C0EA
(231,192,234)
#EBC9EC
(235,201,236)
#EFD2EE
(239,210,238)
#F3DBF0
(243,219,240)
#F7E4F2
(247,228,242)
#FBEDF4
(251,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D393E0; }

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

This text font color is #D393E0.

Background Color

.myBgColor { background-color: #D393E0; }

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

This div background color is #D393E0.

Border color

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

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

This div border color is #D393E0.

Opacity

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

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

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

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

This text has shadow with #D393E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D393E0.

Preview

Color preview on black background

This text has color #D393E0 on black background.


Color preview on white background

This text has color #D393E0 on white background.


Black color preview on #D393E0 background

This text has black color on #D393E0 background.


White color preview on #D393E0 background

This text has white color on #D393E0 background.


Related colors

Complementary color

Complementary color for #hex is #2C6C1F.


I love getcolorcode.com

Triadic colors

1 #E0D393 and #93E0D3 with #D393E0 are triadic colors.

2 #E093D3 and #93D3E0 with #D393E0 are triadic colors.