COLOR #D19DDF

HEX: #D19DDF RGB: (209,157,223)

Color info

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

RGB color model

#D19DDF color RGB value is (209,157,223).

RGB: (209,157,223) (82%, 62%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 157 of 255 = 62%
B 223 of 255 = 87%

209
157
223

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

Portions of RGB colors in percentages

R + G + B = 209 + 157 + 223 = 589 (100%)
R 209 of 589 ~ 35.48%
G 157 of 589 ~ 26.66%
B 223 of 589 ~ 37.86'%

%35.48
%26.66
%37.86

CMYK color model

#D19DDF color CMYK value is (6,30,0,13).

  • cyan value is 6.28%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (6,30,0,13) C6M30Y0K13 (6%,30%,0%,13%) (0.06/0.30/0.00/0.13) 

CMYK percentages

%6.28
%29.6
%0
%12.55

Codes

Color #D19DDF in popluar color models

D1 9D DF
RGB 209 157 223
HSL 287° 50.77% 74.51%
HSB/HSV 287° 29.60% 87.45%
CMYK 6.28% 29.60% 0.00%
12.55%

Color #D19DDF in popluar number systems.

HEX D1 9D DF
Decimal 209 157 223
Binary 11010001 10011101 11011111
Octal 321 235 337

Shades and tints

Shades of #D19DDF

#D19DDF
(209,157,223)
#BE8FCB
(190,143,203)
#AB81B7
(171,129,183)
#9873A3
(152,115,163)
#85658F
(133,101,143)
#72577B
(114,87,123)
#5F4967
(95,73,103)
#4C3B53
(76,59,83)
#392D3F
(57,45,63)
#261F2B
(38,31,43)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #D19DDF

#D19DDF
(209,157,223)
#D5A5E1
(213,165,225)
#D9ADE3
(217,173,227)
#DDB5E5
(221,181,229)
#E1BDE7
(225,189,231)
#E5C5E9
(229,197,233)
#E9CDEB
(233,205,235)
#EDD5ED
(237,213,237)
#F1DDEF
(241,221,239)
#F5E5F1
(245,229,241)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19DDF; }

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

This text font color is #D19DDF.

Background Color

.myBgColor { background-color: #D19DDF; }

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

This div background color is #D19DDF.

Border color

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

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

This div border color is #D19DDF.

Opacity

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

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

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

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

This text has shadow with #D19DDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19DDF.

Preview

Color preview on black background

This text has color #D19DDF on black background.


Color preview on white background

This text has color #D19DDF on white background.


Black color preview on #D19DDF background

This text has black color on #D19DDF background.


White color preview on #D19DDF background

This text has white color on #D19DDF background.


Related colors

Complementary color

Complementary color for #hex is #2E6220.


I love getcolorcode.com

Triadic colors

1 #DFD19D and #9DDFD1 with #D19DDF are triadic colors.

2 #DF9DD1 and #9DD1DF with #D19DDF are triadic colors.