COLOR #D19EFD

HEX: #D19EFD
RGB: (209,158,253)

Color info

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

RGB color model

#D19EFD color RGB value is (209,158,253).

  • red value is 209;
  • green value is 158;
  • blue value is 253.
RGB:
(209,158,253)
(82%,62%,99%)

RGB channels and saturation

R 209 of 255 = 82%
G 158 of 255 = 62%
B 253 of 255 = 99%

209
158
253

R + G + B ~ 81%. #D19EFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 158 + 253 = 620 (100%)
R 209 of 620 ~ 33.71%
G 158 of 620 ~ 25.48%
B 253 of 620 ~ 40.81%

%33.71
%25.48
%40.81

CMYK color model

#D19EFD color CMYK value is (17,38,0,1).

  • cyan value is 17.39%
  • magenta value is 37.55%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,38,0,1)
C17M38Y0K1 
(17%,38%,0%,1%)
(0.17/0.38/0.00/0.01)	

CMYK percentages

%17.39
%37.55
%0
%0.78

Codes

Color #D19EFD in popluar color models

D19EFD
RGB209158253
HSL272°95.96%80.59%
HSB/HSV272°37.55%99.22%
CMYK17.39%37.55%0.00%
0.78%

Color #D19EFD in popluar number systems.

HEXD19EFD
Decimal209158253
Binary110100011001111011111101
Octal321236375

Shades and tints

Shades of #D19EFD

#D19EFD
(209,158,253)
#BE90E6
(190,144,230)
#AB82CF
(171,130,207)
#9874B8
(152,116,184)
#8566A1
(133,102,161)
#72588A
(114,88,138)
#5F4A73
(95,74,115)
#4C3C5C
(76,60,92)
#392E45
(57,46,69)
#26202E
(38,32,46)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #D19EFD

#D19EFD
(209,158,253)
#D5A6FD
(213,166,253)
#D9AEFD
(217,174,253)
#DDB6FD
(221,182,253)
#E1BEFD
(225,190,253)
#E5C6FD
(229,198,253)
#E9CEFD
(233,206,253)
#EDD6FD
(237,214,253)
#F1DEFD
(241,222,253)
#F5E6FD
(245,230,253)
#F9EEFD
(249,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19EFD color. Also use rgb(209,158,253) instead hex code.

Text Font Color

.myTextColor { color: #D19EFD; }

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

This text font color is #D19EFD.


Background Color

.myBgColor { background-color: #D19EFD; }

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

This div background color is #D19EFD.


Border color

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

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

This div border color is #D19EFD.


Opacity

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

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

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

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

This text has shadow with #D19EFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19EFD on black background.


Color preview on white background

This text has color #D19EFD on white background.



Black color preview on #D19EFD background

This text has black color on #D19EFD background.


White color preview on #D19EFD background

This text has white color on #D19EFD background.