COLOR #D693E7

HEX: #D693E7
RGB: (214,147,231)

Color info

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

RGB color model

#D693E7 color RGB value is (214,147,231).

  • red value is 214;
  • green value is 147;
  • blue value is 231.
RGB:
(214,147,231)
(84%,58%,91%)

RGB channels and saturation

R 214 of 255 = 84%
G 147 of 255 = 58%
B 231 of 255 = 91%

214
147
231

R + G + B ~ 78%. #D693E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 147 + 231 = 592 (100%)
R 214 of 592 ~ 36.15%
G 147 of 592 ~ 24.83%
B 231 of 592 ~ 39.02%

%36.15
%24.83
%39.02

CMYK color model

#D693E7 color CMYK value is (7,36,0,9).

  • cyan value is 7.36%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(7,36,0,9)
C7M36Y0K9 
(7%,36%,0%,9%)
(0.07/0.36/0.00/0.09)	

CMYK percentages

%7.36
%36.36
%0
%9.41

Codes

Color #D693E7 in popluar color models

D693E7
RGB214147231
HSL288°63.64%74.12%
HSB/HSV288°36.36%90.59%
CMYK7.36%36.36%0.00%
9.41%

Color #D693E7 in popluar number systems.

HEXD693E7
Decimal214147231
Binary110101101001001111100111
Octal326223347

Shades and tints

Shades of #D693E7

#D693E7
(214,147,231)
#C386D2
(195,134,210)
#B079BD
(176,121,189)
#9D6CA8
(157,108,168)
#8A5F93
(138,95,147)
#77527E
(119,82,126)
#644569
(100,69,105)
#513854
(81,56,84)
#3E2B3F
(62,43,63)
#2B1E2A
(43,30,42)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #D693E7

#D693E7
(214,147,231)
#D99CE9
(217,156,233)
#DCA5EB
(220,165,235)
#DFAEED
(223,174,237)
#E2B7EF
(226,183,239)
#E5C0F1
(229,192,241)
#E8C9F3
(232,201,243)
#EBD2F5
(235,210,245)
#EEDBF7
(238,219,247)
#F1E4F9
(241,228,249)
#F4EDFB
(244,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D693E7 color. Also use rgb(214,147,231) instead hex code.

Text Font Color

.myTextColor { color: #D693E7; }

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

This text font color is #D693E7.


Background Color

.myBgColor { background-color: #D693E7; }

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

This div background color is #D693E7.


Border color

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

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

This div border color is #D693E7.


Opacity

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

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

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

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

This text has shadow with #D693E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D693E7 on black background.


Color preview on white background

This text has color #D693E7 on white background.



Black color preview on #D693E7 background

This text has black color on #D693E7 background.


White color preview on #D693E7 background

This text has white color on #D693E7 background.