COLOR #D894EB

HEX: #D894EB RGB: (216,148,235)

Color info

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

RGB color model

#D894EB color RGB value is (216,148,235).

RGB: (216,148,235) (85%, 58%, 92%)

RGB channels and saturation

R 216 of 255 = 85%
G 148 of 255 = 58%
B 235 of 255 = 92%

216
148
235

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

Portions of RGB colors in percentages

R + G + B = 216 + 148 + 235 = 599 (100%)
R 216 of 599 ~ 36.06%
G 148 of 599 ~ 24.71%
B 235 of 599 ~ 39.23'%

%36.06
%24.71
%39.23

CMYK color model

#D894EB color CMYK value is (8,37,0,8).

  • cyan value is 8.09%
  • magenta value is 37.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (8,37,0,8) C8M37Y0K8 (8%,37%,0%,8%) (0.08/0.37/0.00/0.08) 

CMYK percentages

%8.09
%37.02
%0
%7.84

Codes

Color #D894EB in popluar color models

D8 94 EB
RGB 216 148 235
HSL 287° 68.50% 75.10%
HSB/HSV 287° 37.02% 92.16%
CMYK 8.09% 37.02% 0.00%
7.84%

Color #D894EB in popluar number systems.

HEX D8 94 EB
Decimal 216 148 235
Binary 11011000 10010100 11101011
Octal 330 224 353

Shades and tints

Shades of #D894EB

#D894EB
(216,148,235)
#C587D6
(197,135,214)
#B27AC1
(178,122,193)
#9F6DAC
(159,109,172)
#8C6097
(140,96,151)
#795382
(121,83,130)
#66466D
(102,70,109)
#533958
(83,57,88)
#402C43
(64,44,67)
#2D1F2E
(45,31,46)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #D894EB

#D894EB
(216,148,235)
#DB9DEC
(219,157,236)
#DEA6ED
(222,166,237)
#E1AFEE
(225,175,238)
#E4B8EF
(228,184,239)
#E7C1F0
(231,193,240)
#EACAF1
(234,202,241)
#EDD3F2
(237,211,242)
#F0DCF3
(240,220,243)
#F3E5F4
(243,229,244)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D894EB color. Also use rgb(216,148,235) instead hex code.

Text Font Color

.myTextColor { color: #D894EB; }

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

This text font color is #D894EB.

Background Color

.myBgColor { background-color: #D894EB; }

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

This div background color is #D894EB.

Border color

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

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

This div border color is #D894EB.

Opacity

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

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

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

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

This text has shadow with #D894EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D894EB.

Preview

Color preview on black background

This text has color #D894EB on black background.


Color preview on white background

This text has color #D894EB on white background.


Black color preview on #D894EB background

This text has black color on #D894EB background.


White color preview on #D894EB background

This text has white color on #D894EB background.


Related colors

Complementary color

Complementary color for #hex is #276B14.


I love getcolorcode.com

Triadic colors

1 #EBD894 and #94EBD8 with #D894EB are triadic colors.

2 #EB94D8 and #94D8EB with #D894EB are triadic colors.