COLOR #D893EC

HEX: #D893EC
RGB: (216,147,236)

Color info

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

RGB color model

#D893EC color RGB value is (216,147,236).

  • red value is 216;
  • green value is 147;
  • blue value is 236.
RGB:
(216,147,236)
(85%,58%,93%)

RGB channels and saturation

R 216 of 255 = 85%
G 147 of 255 = 58%
B 236 of 255 = 93%

216
147
236

R + G + B ~ 79%. #D893EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 147 + 236 = 599 (100%)
R 216 of 599 ~ 36.06%
G 147 of 599 ~ 24.54%
B 236 of 599 ~ 39.4%

%36.06
%24.54
%39.4

CMYK color model

#D893EC color CMYK value is (8,38,0,7).

  • cyan value is 8.47%
  • magenta value is 37.71%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(8,38,0,7)
C8M38Y0K7 
(8%,38%,0%,7%)
(0.08/0.38/0.00/0.07)	

CMYK percentages

%8.47
%37.71
%0
%7.45

Codes

Color #D893EC in popluar color models

D893EC
RGB216147236
HSL287°70.08%75.10%
HSB/HSV287°37.71%92.55%
CMYK8.47%37.71%0.00%
7.45%

Color #D893EC in popluar number systems.

HEXD893EC
Decimal216147236
Binary110110001001001111101100
Octal330223354

Shades and tints

Shades of #D893EC

#D893EC
(216,147,236)
#C586D7
(197,134,215)
#B279C2
(178,121,194)
#9F6CAD
(159,108,173)
#8C5F98
(140,95,152)
#795283
(121,82,131)
#66456E
(102,69,110)
#533859
(83,56,89)
#402B44
(64,43,68)
#2D1E2F
(45,30,47)
#1A111A
(26,17,26)
#000000
(0,0,0)

Tints of #D893EC

#D893EC
(216,147,236)
#DB9CED
(219,156,237)
#DEA5EE
(222,165,238)
#E1AEEF
(225,174,239)
#E4B7F0
(228,183,240)
#E7C0F1
(231,192,241)
#EAC9F2
(234,201,242)
#EDD2F3
(237,210,243)
#F0DBF4
(240,219,244)
#F3E4F5
(243,228,245)
#F6EDF6
(246,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D893EC color. Also use rgb(216,147,236) instead hex code.

Text Font Color

.myTextColor { color: #D893EC; }

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

This text font color is #D893EC.


Background Color

.myBgColor { background-color: #D893EC; }

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

This div background color is #D893EC.


Border color

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

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

This div border color is #D893EC.


Opacity

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

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

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

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

This text has shadow with #D893EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D893EC on black background.


Color preview on white background

This text has color #D893EC on white background.



Black color preview on #D893EC background

This text has black color on #D893EC background.


White color preview on #D893EC background

This text has white color on #D893EC background.