COLOR #D19AD3

HEX: #D19AD3
RGB: (209,154,211)

Color info

#D19AD3 contains red, green and blue colors in about the same proportion. Web safe color of #D19AD3 is #CC99CC (or #C9C).

RGB color model

#D19AD3 color RGB value is (209,154,211).

  • red value is 209;
  • green value is 154;
  • blue value is 211.
RGB:
(209,154,211)
(82%,60%,83%)

RGB channels and saturation

R 209 of 255 = 82%
G 154 of 255 = 60%
B 211 of 255 = 83%

209
154
211

R + G + B ~ 75%. #D19AD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 154 + 211 = 574 (100%)
R 209 of 574 ~ 36.41%
G 154 of 574 ~ 26.83%
B 211 of 574 ~ 36.76%

%36.41
%26.83
%36.76

CMYK color model

#D19AD3 color CMYK value is (1,27,0,17).

  • cyan value is 0.95%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(1,27,0,17)
C1M27Y0K17 
(1%,27%,0%,17%)
(0.01/0.27/0.00/0.17)	

CMYK percentages

%0.95
%27.01
%0
%17.25

Codes

Color #D19AD3 in popluar color models

D19AD3
RGB209154211
HSL298°39.31%71.57%
HSB/HSV298°27.01%82.75%
CMYK0.95%27.01%0.00%
17.25%

Color #D19AD3 in popluar number systems.

HEXD19AD3
Decimal209154211
Binary110100011001101011010011
Octal321232323

Shades and tints

Shades of #D19AD3

#D19AD3
(209,154,211)
#BE8CC0
(190,140,192)
#AB7EAD
(171,126,173)
#98709A
(152,112,154)
#856287
(133,98,135)
#725474
(114,84,116)
#5F4661
(95,70,97)
#4C384E
(76,56,78)
#392A3B
(57,42,59)
#261C28
(38,28,40)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #D19AD3

#D19AD3
(209,154,211)
#D5A3D7
(213,163,215)
#D9ACDB
(217,172,219)
#DDB5DF
(221,181,223)
#E1BEE3
(225,190,227)
#E5C7E7
(229,199,231)
#E9D0EB
(233,208,235)
#EDD9EF
(237,217,239)
#F1E2F3
(241,226,243)
#F5EBF7
(245,235,247)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19AD3; }

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

This text font color is #D19AD3.


Background Color

.myBgColor { background-color: #D19AD3; }

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

This div background color is #D19AD3.


Border color

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

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

This div border color is #D19AD3.


Opacity

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

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

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

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

This text has shadow with #D19AD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19AD3 on black background.


Color preview on white background

This text has color #D19AD3 on white background.



Black color preview on #D19AD3 background

This text has black color on #D19AD3 background.


White color preview on #D19AD3 background

This text has white color on #D19AD3 background.