COLOR #D19AE0

HEX: #D19AE0 RGB: (209,154,224)

Color info

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

RGB color model

#D19AE0 color RGB value is (209,154,224).

RGB: (209,154,224) (82%, 60%, 88%)

RGB channels and saturation

R 209 of 255 = 82%
G 154 of 255 = 60%
B 224 of 255 = 88%

209
154
224

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

Portions of RGB colors in percentages

R + G + B = 209 + 154 + 224 = 587 (100%)
R 209 of 587 ~ 35.6%
G 154 of 587 ~ 26.24%
B 224 of 587 ~ 38.16'%

%35.6
%26.24
%38.16

CMYK color model

#D19AE0 color CMYK value is (7,31,0,12).

  • cyan value is 6.70%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (7,31,0,12)
C7M31Y0K12 (7%, 31%, 0%, 12%)
(0.07 / 0.31 / 0.00 / 0.12)

CMYK percentages

%6.7
%31.25
%0
%12.16

Codes

Color #D19AE0 in popluar color models

D1 9A E0
RGB 209 154 224
HSL 287° 53.03% 74.12%
HSB/HSV 287° 31.25% 87.84%
CMYK 6.70% 31.25% 0.00%
12.16%

Color #D19AE0 in popluar number systems.

HEX D1 9A E0
Decimal 209 154 224
Binary 11010001 10011010 11100000
Octal 321 232 340

Shades and tints

Shades of #D19AE0

#D19AE0
(209,154,224)
#BE8CCC
(190,140,204)
#AB7EB8
(171,126,184)
#9870A4
(152,112,164)
#856290
(133,98,144)
#72547C
(114,84,124)
#5F4668
(95,70,104)
#4C3854
(76,56,84)
#392A40
(57,42,64)
#261C2C
(38,28,44)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #D19AE0

#D19AE0
(209,154,224)
#D5A3E2
(213,163,226)
#D9ACE4
(217,172,228)
#DDB5E6
(221,181,230)
#E1BEE8
(225,190,232)
#E5C7EA
(229,199,234)
#E9D0EC
(233,208,236)
#EDD9EE
(237,217,238)
#F1E2F0
(241,226,240)
#F5EBF2
(245,235,242)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19AE0 color. Also use rgb(209,154,224) instead hex code.

Text Font Color

.myTextColor { color: #D19AE0; }

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

This text font color is #D19AE0.

Background Color

.myBgColor { background-color: #D19AE0; }

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

This div background color is #D19AE0.

Border color

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

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

This div border color is #D19AE0.

Opacity

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

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

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

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

This text has shadow with #D19AE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19AE0.

Preview

Color preview on black background

This text has color #D19AE0 on black background.


Color preview on white background

This text has color #D19AE0 on white background.


Black color preview on #D19AE0 background

This text has black color on #D19AE0 background.


White color preview on #D19AE0 background

This text has white color on #D19AE0 background.


Related colors

Complementary color

Complementary color for #hex is #2E651F.


I love getcolorcode.com

Triadic colors

1 #E0D19A and #9AE0D1 with #D19AE0 are triadic colors.

2 #E09AD1 and #9AD1E0 with #D19AE0 are triadic colors.