COLOR #D684E0

HEX: #D684E0
RGB: (214,132,224)

Color info

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

RGB color model

#D684E0 color RGB value is (214,132,224).

  • red value is 214;
  • green value is 132;
  • blue value is 224.
RGB: (214,132,224) (84%,52%,88%)

RGB channels and saturation

R 214 of 255 = 84%
G 132 of 255 = 52%
B 224 of 255 = 88%

214
132
224

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

Portions of RGB colors in percentages

R + G + B =
214 + 132 + 224 = 570 (100%)
R 214 of 570 ~ 37.54%
G 132 of 570 ~ 23.16%
B 224 of 570 ~ 39.3%

%37.54
%23.16
%39.3

CMYK color model

#D684E0 color CMYK value is (4,41,0,12).

  • cyan value is 4.46%
  • magenta value is 41.07%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (4,41,0,12) C4M41Y0K12 (4%,41%,0%,12%) (0.04/0.41/0.00/0.12)

CMYK percentages

%4.46
%41.07
%0
%12.16

Codes

Color #D684E0 in popluar color models

D684E0
RGB214132224
HSL293°59.74%69.80%
HSB/HSV293°41.07%87.84%
CMYK4.46%41.07%0.00%
12.16%

Color #D684E0 in popluar number systems.

HEXD684E0
Decimal214132224
Binary110101101000010011100000
Octal326204340

Shades and tints

Shades of #D684E0

#D684E0
(214,132,224)
#C378CC
(195,120,204)
#B06CB8
(176,108,184)
#9D60A4
(157,96,164)
#8A5490
(138,84,144)
#77487C
(119,72,124)
#643C68
(100,60,104)
#513054
(81,48,84)
#3E2440
(62,36,64)
#2B182C
(43,24,44)
#180C18
(24,12,24)
#000000
(0,0,0)

Tints of #D684E0

#D684E0
(214,132,224)
#D98FE2
(217,143,226)
#DC9AE4
(220,154,228)
#DFA5E6
(223,165,230)
#E2B0E8
(226,176,232)
#E5BBEA
(229,187,234)
#E8C6EC
(232,198,236)
#EBD1EE
(235,209,238)
#EEDCF0
(238,220,240)
#F1E7F2
(241,231,242)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D684E0 color. Also use rgb(214,132,224) instead hex code.

Text Font Color

.myTextColor { color: #D684E0; }

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

This text font color is #D684E0.


Background Color

.myBgColor { background-color: #D684E0; }

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

This div background color is #D684E0.


Border color

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

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

This div border color is #D684E0.


Opacity

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

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

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

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

This text has shadow with #D684E0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D684E0 on black background.


Color preview on white background

This text has color #D684E0 on white background.



Black color preview on #D684E0 background

This text has black color on #D684E0 background.


White color preview on #D684E0 background

This text has white color on #D684E0 background.