COLOR #D194EF

HEX: #D194EF RGB: (209,148,239)

Color info

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

RGB color model

#D194EF color RGB value is (209,148,239).

RGB: (209,148,239) (82%, 58%, 94%)

RGB channels and saturation

R 209 of 255 = 82%
G 148 of 255 = 58%
B 239 of 255 = 94%

209
148
239

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

Portions of RGB colors in percentages

R + G + B = 209 + 148 + 239 = 596 (100%)
R 209 of 596 ~ 35.07%
G 148 of 596 ~ 24.83%
B 239 of 596 ~ 40.1'%

%35.07
%24.83
%40.1

CMYK color model

#D194EF color CMYK value is (13,38,0,6).

  • cyan value is 12.55%
  • magenta value is 38.08%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (13,38,0,6) C13M38Y0K6 (13%,38%,0%,6%) (0.13/0.38/0.00/0.06) 

CMYK percentages

%12.55
%38.08
%0
%6.27

Codes

Color #D194EF in popluar color models

D1 94 EF
RGB 209 148 239
HSL 280° 73.98% 75.88%
HSB/HSV 280° 38.08% 93.73%
CMYK 12.55% 38.08% 0.00%
6.27%

Color #D194EF in popluar number systems.

HEX D1 94 EF
Decimal 209 148 239
Binary 11010001 10010100 11101111
Octal 321 224 357

Shades and tints

Shades of #D194EF

#D194EF
(209,148,239)
#BE87DA
(190,135,218)
#AB7AC5
(171,122,197)
#986DB0
(152,109,176)
#85609B
(133,96,155)
#725386
(114,83,134)
#5F4671
(95,70,113)
#4C395C
(76,57,92)
#392C47
(57,44,71)
#261F32
(38,31,50)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #D194EF

#D194EF
(209,148,239)
#D59DF0
(213,157,240)
#D9A6F1
(217,166,241)
#DDAFF2
(221,175,242)
#E1B8F3
(225,184,243)
#E5C1F4
(229,193,244)
#E9CAF5
(233,202,245)
#EDD3F6
(237,211,246)
#F1DCF7
(241,220,247)
#F5E5F8
(245,229,248)
#F9EEF9
(249,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D194EF color. Also use rgb(209,148,239) instead hex code.

Text Font Color

.myTextColor { color: #D194EF; }

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

This text font color is #D194EF.

Background Color

.myBgColor { background-color: #D194EF; }

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

This div background color is #D194EF.

Border color

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

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

This div border color is #D194EF.

Opacity

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

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

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

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

This text has shadow with #D194EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D194EF.

Preview

Color preview on black background

This text has color #D194EF on black background.


Color preview on white background

This text has color #D194EF on white background.


Black color preview on #D194EF background

This text has black color on #D194EF background.


White color preview on #D194EF background

This text has white color on #D194EF background.


Related colors

Complementary color

Complementary color for #hex is #2E6B10.


I love getcolorcode.com

Triadic colors

1 #EFD194 and #94EFD1 with #D194EF are triadic colors.

2 #EF94D1 and #94D1EF with #D194EF are triadic colors.