COLOR #D1A3DD

HEX: #D1A3DD
RGB: (209,163,221)

Color info

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

RGB color model

#D1A3DD color RGB value is (209,163,221).

  • red value is 209;
  • green value is 163;
  • blue value is 221.
RGB:
(209,163,221)
(82%,64%,87%)

RGB channels and saturation

R 209 of 255 = 82%
G 163 of 255 = 64%
B 221 of 255 = 87%

209
163
221

R + G + B ~ 78%. #D1A3DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 163 + 221 = 593 (100%)
R 209 of 593 ~ 35.24%
G 163 of 593 ~ 27.49%
B 221 of 593 ~ 37.27%

%35.24
%27.49
%37.27

CMYK color model

#D1A3DD color CMYK value is (5,26,0,13).

  • cyan value is 5.43%
  • magenta value is 26.24%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(5,26,0,13)
C5M26Y0K13 
(5%,26%,0%,13%)
(0.05/0.26/0.00/0.13)	

CMYK percentages

%5.43
%26.24
%0
%13.33

Codes

Color #D1A3DD in popluar color models

D1A3DD
RGB209163221
HSL288°46.03%75.29%
HSB/HSV288°26.24%86.67%
CMYK5.43%26.24%0.00%
13.33%

Color #D1A3DD in popluar number systems.

HEXD1A3DD
Decimal209163221
Binary110100011010001111011101
Octal321243335

Shades and tints

Shades of #D1A3DD

#D1A3DD
(209,163,221)
#BE95C9
(190,149,201)
#AB87B5
(171,135,181)
#9879A1
(152,121,161)
#856B8D
(133,107,141)
#725D79
(114,93,121)
#5F4F65
(95,79,101)
#4C4151
(76,65,81)
#39333D
(57,51,61)
#262529
(38,37,41)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #D1A3DD

#D1A3DD
(209,163,221)
#D5ABE0
(213,171,224)
#D9B3E3
(217,179,227)
#DDBBE6
(221,187,230)
#E1C3E9
(225,195,233)
#E5CBEC
(229,203,236)
#E9D3EF
(233,211,239)
#EDDBF2
(237,219,242)
#F1E3F5
(241,227,245)
#F5EBF8
(245,235,248)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A3DD color. Also use rgb(209,163,221) instead hex code.

Text Font Color

.myTextColor { color: #D1A3DD; }

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

This text font color is #D1A3DD.


Background Color

.myBgColor { background-color: #D1A3DD; }

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

This div background color is #D1A3DD.


Border color

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

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

This div border color is #D1A3DD.


Opacity

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

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

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

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

This text has shadow with #D1A3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A3DD on black background.


Color preview on white background

This text has color #D1A3DD on white background.



Black color preview on #D1A3DD background

This text has black color on #D1A3DD background.


White color preview on #D1A3DD background

This text has white color on #D1A3DD background.