COLOR #D685EA

HEX: #D685EA
RGB: (214,133,234)

Color info

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

RGB color model

#D685EA color RGB value is (214,133,234).

  • red value is 214;
  • green value is 133;
  • blue value is 234.
RGB:
(214,133,234)
(84%,52%,92%)

RGB channels and saturation

R 214 of 255 = 84%
G 133 of 255 = 52%
B 234 of 255 = 92%

214
133
234

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

Portions of RGB colors in percentages

R + G + B =
214 + 133 + 234 = 581 (100%)
R 214 of 581 ~ 36.83%
G 133 of 581 ~ 22.89%
B 234 of 581 ~ 40.28%

%36.83
%22.89
%40.28

CMYK color model

#D685EA color CMYK value is (9,43,0,8).

  • cyan value is 8.55%
  • magenta value is 43.16%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,43,0,8)
C9M43Y0K8 
(9%,43%,0%,8%)
(0.09/0.43/0.00/0.08)	

CMYK percentages

%8.55
%43.16
%0
%8.24

Codes

Color #D685EA in popluar color models

D685EA
RGB214133234
HSL288°70.63%71.96%
HSB/HSV288°43.16%91.76%
CMYK8.55%43.16%0.00%
8.24%

Color #D685EA in popluar number systems.

HEXD685EA
Decimal214133234
Binary110101101000010111101010
Octal326205352

Shades and tints

Shades of #D685EA

#D685EA
(214,133,234)
#C379D5
(195,121,213)
#B06DC0
(176,109,192)
#9D61AB
(157,97,171)
#8A5596
(138,85,150)
#774981
(119,73,129)
#643D6C
(100,61,108)
#513157
(81,49,87)
#3E2542
(62,37,66)
#2B192D
(43,25,45)
#180D18
(24,13,24)
#000000
(0,0,0)

Tints of #D685EA

#D685EA
(214,133,234)
#D990EB
(217,144,235)
#DC9BEC
(220,155,236)
#DFA6ED
(223,166,237)
#E2B1EE
(226,177,238)
#E5BCEF
(229,188,239)
#E8C7F0
(232,199,240)
#EBD2F1
(235,210,241)
#EEDDF2
(238,221,242)
#F1E8F3
(241,232,243)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D685EA color. Also use rgb(214,133,234) instead hex code.

Text Font Color

.myTextColor { color: #D685EA; }

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

This text font color is #D685EA.


Background Color

.myBgColor { background-color: #D685EA; }

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

This div background color is #D685EA.


Border color

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

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

This div border color is #D685EA.


Opacity

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

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

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

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

This text has shadow with #D685EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D685EA on black background.


Color preview on white background

This text has color #D685EA on white background.



Black color preview on #D685EA background

This text has black color on #D685EA background.


White color preview on #D685EA background

This text has white color on #D685EA background.