COLOR #D19DE1

HEX: #D19DE1
RGB: (209,157,225)

Color info

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

RGB color model

#D19DE1 color RGB value is (209,157,225).

  • red value is 209;
  • green value is 157;
  • blue value is 225.
RGB:
(209,157,225)
(82%,62%,88%)

RGB channels and saturation

R 209 of 255 = 82%
G 157 of 255 = 62%
B 225 of 255 = 88%

209
157
225

R + G + B ~ 77%. #D19DE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 157 + 225 = 591 (100%)
R 209 of 591 ~ 35.36%
G 157 of 591 ~ 26.57%
B 225 of 591 ~ 38.07%

%35.36
%26.57
%38.07

CMYK color model

#D19DE1 color CMYK value is (7,30,0,12).

  • cyan value is 7.11%
  • magenta value is 30.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(7,30,0,12)
C7M30Y0K12 
(7%,30%,0%,12%)
(0.07/0.30/0.00/0.12)	

CMYK percentages

%7.11
%30.22
%0
%11.76

Codes

Color #D19DE1 in popluar color models

D19DE1
RGB209157225
HSL286°53.13%74.90%
HSB/HSV286°30.22%88.24%
CMYK7.11%30.22%0.00%
11.76%

Color #D19DE1 in popluar number systems.

HEXD19DE1
Decimal209157225
Binary110100011001110111100001
Octal321235341

Shades and tints

Shades of #D19DE1

#D19DE1
(209,157,225)
#BE8FCD
(190,143,205)
#AB81B9
(171,129,185)
#9873A5
(152,115,165)
#856591
(133,101,145)
#72577D
(114,87,125)
#5F4969
(95,73,105)
#4C3B55
(76,59,85)
#392D41
(57,45,65)
#261F2D
(38,31,45)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #D19DE1

#D19DE1
(209,157,225)
#D5A5E3
(213,165,227)
#D9ADE5
(217,173,229)
#DDB5E7
(221,181,231)
#E1BDE9
(225,189,233)
#E5C5EB
(229,197,235)
#E9CDED
(233,205,237)
#EDD5EF
(237,213,239)
#F1DDF1
(241,221,241)
#F5E5F3
(245,229,243)
#F9EDF5
(249,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19DE1 color. Also use rgb(209,157,225) instead hex code.

Text Font Color

.myTextColor { color: #D19DE1; }

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

This text font color is #D19DE1.


Background Color

.myBgColor { background-color: #D19DE1; }

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

This div background color is #D19DE1.


Border color

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

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

This div border color is #D19DE1.


Opacity

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

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

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

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

This text has shadow with #D19DE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19DE1 on black background.


Color preview on white background

This text has color #D19DE1 on white background.



Black color preview on #D19DE1 background

This text has black color on #D19DE1 background.


White color preview on #D19DE1 background

This text has white color on #D19DE1 background.