COLOR #D385E7

HEX: #D385E7 RGB: (211,133,231)

Color info

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

RGB color model

#D385E7 color RGB value is (211,133,231).

RGB: (211,133,231) (83%, 52%, 91%)

RGB channels and saturation

R 211 of 255 = 83%
G 133 of 255 = 52%
B 231 of 255 = 91%

211
133
231

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

Portions of RGB colors in percentages

R + G + B = 211 + 133 + 231 = 575 (100%)
R 211 of 575 ~ 36.7%
G 133 of 575 ~ 23.13%
B 231 of 575 ~ 40.17'%

%36.7
%23.13
%40.17

CMYK color model

#D385E7 color CMYK value is (9,42,0,9).

  • cyan value is 8.66%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (9,42,0,9)
C9M42Y0K9 (9%, 42%, 0%, 9%)
(0.09 / 0.42 / 0.00 / 0.09)

CMYK percentages

%8.66
%42.42
%0
%9.41

Codes

Color #D385E7 in popluar color models

D3 85 E7
RGB 211 133 231
HSL 288° 67.12% 71.37%
HSB/HSV 288° 42.42% 90.59%
CMYK 8.66% 42.42% 0.00%
9.41%

Color #D385E7 in popluar number systems.

HEX D3 85 E7
Decimal 211 133 231
Binary 11010011 10000101 11100111
Octal 323 205 347

Shades and tints

Shades of #D385E7

#D385E7
(211,133,231)
#C079D2
(192,121,210)
#AD6DBD
(173,109,189)
#9A61A8
(154,97,168)
#875593
(135,85,147)
#74497E
(116,73,126)
#613D69
(97,61,105)
#4E3154
(78,49,84)
#3B253F
(59,37,63)
#28192A
(40,25,42)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #D385E7

#D385E7
(211,133,231)
#D790E9
(215,144,233)
#DB9BEB
(219,155,235)
#DFA6ED
(223,166,237)
#E3B1EF
(227,177,239)
#E7BCF1
(231,188,241)
#EBC7F3
(235,199,243)
#EFD2F5
(239,210,245)
#F3DDF7
(243,221,247)
#F7E8F9
(247,232,249)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D385E7; }

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

This text font color is #D385E7.

Background Color

.myBgColor { background-color: #D385E7; }

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

This div background color is #D385E7.

Border color

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

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

This div border color is #D385E7.

Opacity

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

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

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

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

This text has shadow with #D385E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D385E7.

Preview

Color preview on black background

This text has color #D385E7 on black background.


Color preview on white background

This text has color #D385E7 on white background.


Black color preview on #D385E7 background

This text has black color on #D385E7 background.


White color preview on #D385E7 background

This text has white color on #D385E7 background.


Related colors

Complementary color

Complementary color for #hex is #2C7A18.


I love getcolorcode.com

Triadic colors

1 #E7D385 and #85E7D3 with #D385E7 are triadic colors.

2 #E785D3 and #85D3E7 with #D385E7 are triadic colors.