COLOR #D194E4

HEX: #D194E4
RGB: (209,148,228)

Color info

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

RGB color model

#D194E4 color RGB value is (209,148,228).

  • red value is 209;
  • green value is 148;
  • blue value is 228.
RGB:
(209,148,228)
(82%,58%,89%)

RGB channels and saturation

R 209 of 255 = 82%
G 148 of 255 = 58%
B 228 of 255 = 89%

209
148
228

R + G + B ~ 76%. #D194E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 148 + 228 = 585 (100%)
R 209 of 585 ~ 35.73%
G 148 of 585 ~ 25.3%
B 228 of 585 ~ 38.97%

%35.73
%25.3
%38.97

CMYK color model

#D194E4 color CMYK value is (8,35,0,11).

  • cyan value is 8.33%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(8,35,0,11)
C8M35Y0K11 
(8%,35%,0%,11%)
(0.08/0.35/0.00/0.11)	

CMYK percentages

%8.33
%35.09
%0
%10.59

Codes

Color #D194E4 in popluar color models

D194E4
RGB209148228
HSL286°59.70%73.73%
HSB/HSV286°35.09%89.41%
CMYK8.33%35.09%0.00%
10.59%

Color #D194E4 in popluar number systems.

HEXD194E4
Decimal209148228
Binary110100011001010011100100
Octal321224344

Shades and tints

Shades of #D194E4

#D194E4
(209,148,228)
#BE87D0
(190,135,208)
#AB7ABC
(171,122,188)
#986DA8
(152,109,168)
#856094
(133,96,148)
#725380
(114,83,128)
#5F466C
(95,70,108)
#4C3958
(76,57,88)
#392C44
(57,44,68)
#261F30
(38,31,48)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #D194E4

#D194E4
(209,148,228)
#D59DE6
(213,157,230)
#D9A6E8
(217,166,232)
#DDAFEA
(221,175,234)
#E1B8EC
(225,184,236)
#E5C1EE
(229,193,238)
#E9CAF0
(233,202,240)
#EDD3F2
(237,211,242)
#F1DCF4
(241,220,244)
#F5E5F6
(245,229,246)
#F9EEF8
(249,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D194E4; }

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

This text font color is #D194E4.


Background Color

.myBgColor { background-color: #D194E4; }

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

This div background color is #D194E4.


Border color

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

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

This div border color is #D194E4.


Opacity

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

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

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

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

This text has shadow with #D194E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D194E4 on black background.


Color preview on white background

This text has color #D194E4 on white background.



Black color preview on #D194E4 background

This text has black color on #D194E4 background.


White color preview on #D194E4 background

This text has white color on #D194E4 background.