COLOR #D19CDE

HEX: #D19CDE RGB: (209,156,222)

Color info

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

RGB color model

#D19CDE color RGB value is (209,156,222).

RGB: (209,156,222) (82%, 61%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 156 of 255 = 61%
B 222 of 255 = 87%

209
156
222

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

Portions of RGB colors in percentages

R + G + B = 209 + 156 + 222 = 587 (100%)
R 209 of 587 ~ 35.6%
G 156 of 587 ~ 26.58%
B 222 of 587 ~ 37.82'%

%35.6
%26.58
%37.82

CMYK color model

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

  • cyan value is 5.86%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (6,30,0,13)
C6M30Y0K13 (6%, 30%, 0%, 13%)
(0.06 / 0.30 / 0.00 / 0.13)

CMYK percentages

%5.86
%29.73
%0
%12.94

Codes

Color #D19CDE in popluar color models

D1 9C DE
RGB 209 156 222
HSL 288° 50.00% 74.12%
HSB/HSV 288° 29.73% 87.06%
CMYK 5.86% 29.73% 0.00%
12.94%

Color #D19CDE in popluar number systems.

HEX D1 9C DE
Decimal 209 156 222
Binary 11010001 10011100 11011110
Octal 321 234 336

Shades and tints

Shades of #D19CDE

#D19CDE
(209,156,222)
#BE8ECA
(190,142,202)
#AB80B6
(171,128,182)
#9872A2
(152,114,162)
#85648E
(133,100,142)
#72567A
(114,86,122)
#5F4866
(95,72,102)
#4C3A52
(76,58,82)
#392C3E
(57,44,62)
#261E2A
(38,30,42)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #D19CDE

#D19CDE
(209,156,222)
#D5A5E1
(213,165,225)
#D9AEE4
(217,174,228)
#DDB7E7
(221,183,231)
#E1C0EA
(225,192,234)
#E5C9ED
(229,201,237)
#E9D2F0
(233,210,240)
#EDDBF3
(237,219,243)
#F1E4F6
(241,228,246)
#F5EDF9
(245,237,249)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19CDE color. Also use rgb(209,156,222) instead hex code.

Text Font Color

.myTextColor { color: #D19CDE; }

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

This text font color is #D19CDE.

Background Color

.myBgColor { background-color: #D19CDE; }

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

This div background color is #D19CDE.

Border color

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

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

This div border color is #D19CDE.

Opacity

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

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

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

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

This text has shadow with #D19CDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19CDE.

Preview

Color preview on black background

This text has color #D19CDE on black background.


Color preview on white background

This text has color #D19CDE on white background.


Black color preview on #D19CDE background

This text has black color on #D19CDE background.


White color preview on #D19CDE background

This text has white color on #D19CDE background.


Related colors

Complementary color

Complementary color for #hex is #2E6321.


I love getcolorcode.com

Triadic colors

1 #DED19C and #9CDED1 with #D19CDE are triadic colors.

2 #DE9CD1 and #9CD1DE with #D19CDE are triadic colors.