COLOR #D3A4E1

HEX: #D3A4E1
RGB: (211,164,225)

Color info

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

RGB color model

#D3A4E1 color RGB value is (211,164,225).

  • red value is 211;
  • green value is 164;
  • blue value is 225.
RGB:
(211,164,225)
(83%,64%,88%)

RGB channels and saturation

R 211 of 255 = 83%
G 164 of 255 = 64%
B 225 of 255 = 88%

211
164
225

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

Portions of RGB colors in percentages

R + G + B =
211 + 164 + 225 = 600 (100%)
R 211 of 600 ~ 35.17%
G 164 of 600 ~ 27.33%
B 225 of 600 ~ 37.5%

%35.17
%27.33
%37.5

CMYK color model

#D3A4E1 color CMYK value is (6,27,0,12).

  • cyan value is 6.22%
  • magenta value is 27.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(6,27,0,12)
C6M27Y0K12 
(6%,27%,0%,12%)
(0.06/0.27/0.00/0.12)	

CMYK percentages

%6.22
%27.11
%0
%11.76

Codes

Color #D3A4E1 in popluar color models

D3A4E1
RGB211164225
HSL286°50.41%76.27%
HSB/HSV286°27.11%88.24%
CMYK6.22%27.11%0.00%
11.76%

Color #D3A4E1 in popluar number systems.

HEXD3A4E1
Decimal211164225
Binary110100111010010011100001
Octal323244341

Shades and tints

Shades of #D3A4E1

#D3A4E1
(211,164,225)
#C096CD
(192,150,205)
#AD88B9
(173,136,185)
#9A7AA5
(154,122,165)
#876C91
(135,108,145)
#745E7D
(116,94,125)
#615069
(97,80,105)
#4E4255
(78,66,85)
#3B3441
(59,52,65)
#28262D
(40,38,45)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #D3A4E1

#D3A4E1
(211,164,225)
#D7ACE3
(215,172,227)
#DBB4E5
(219,180,229)
#DFBCE7
(223,188,231)
#E3C4E9
(227,196,233)
#E7CCEB
(231,204,235)
#EBD4ED
(235,212,237)
#EFDCEF
(239,220,239)
#F3E4F1
(243,228,241)
#F7ECF3
(247,236,243)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A4E1 color. Also use rgb(211,164,225) instead hex code.

Text Font Color

.myTextColor { color: #D3A4E1; }

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

This text font color is #D3A4E1.


Background Color

.myBgColor { background-color: #D3A4E1; }

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

This div background color is #D3A4E1.


Border color

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

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

This div border color is #D3A4E1.


Opacity

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

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

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

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

This text has shadow with #D3A4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A4E1 on black background.


Color preview on white background

This text has color #D3A4E1 on white background.



Black color preview on #D3A4E1 background

This text has black color on #D3A4E1 background.


White color preview on #D3A4E1 background

This text has white color on #D3A4E1 background.