COLOR #D3A3F5

HEX: #D3A3F5
RGB: (211,163,245)

Color info

#D3A3F5 contains mainly red and blue colors. Web safe color of #D3A3F5 is #CC99FF (or #C9F).

RGB color model

#D3A3F5 color RGB value is (211,163,245).

  • red value is 211;
  • green value is 163;
  • blue value is 245.
RGB:
(211,163,245)
(83%,64%,96%)

RGB channels and saturation

R 211 of 255 = 83%
G 163 of 255 = 64%
B 245 of 255 = 96%

211
163
245

R + G + B ~ 81%. #D3A3F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 163 + 245 = 619 (100%)
R 211 of 619 ~ 34.09%
G 163 of 619 ~ 26.33%
B 245 of 619 ~ 39.58%

%34.09
%26.33
%39.58

CMYK color model

#D3A3F5 color CMYK value is (14,33,0,4).

  • cyan value is 13.88%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(14,33,0,4)
C14M33Y0K4 
(14%,33%,0%,4%)
(0.14/0.33/0.00/0.04)	

CMYK percentages

%13.88
%33.47
%0
%3.92

Codes

Color #D3A3F5 in popluar color models

D3A3F5
RGB211163245
HSL275°80.39%80.00%
HSB/HSV275°33.47%96.08%
CMYK13.88%33.47%0.00%
3.92%

Color #D3A3F5 in popluar number systems.

HEXD3A3F5
Decimal211163245
Binary110100111010001111110101
Octal323243365

Shades and tints

Shades of #D3A3F5

#D3A3F5
(211,163,245)
#C095DF
(192,149,223)
#AD87C9
(173,135,201)
#9A79B3
(154,121,179)
#876B9D
(135,107,157)
#745D87
(116,93,135)
#614F71
(97,79,113)
#4E415B
(78,65,91)
#3B3345
(59,51,69)
#28252F
(40,37,47)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #D3A3F5

#D3A3F5
(211,163,245)
#D7ABF5
(215,171,245)
#DBB3F5
(219,179,245)
#DFBBF5
(223,187,245)
#E3C3F5
(227,195,245)
#E7CBF5
(231,203,245)
#EBD3F5
(235,211,245)
#EFDBF5
(239,219,245)
#F3E3F5
(243,227,245)
#F7EBF5
(247,235,245)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A3F5 color. Also use rgb(211,163,245) instead hex code.

Text Font Color

.myTextColor { color: #D3A3F5; }

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

This text font color is #D3A3F5.


Background Color

.myBgColor { background-color: #D3A3F5; }

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

This div background color is #D3A3F5.


Border color

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

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

This div border color is #D3A3F5.


Opacity

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

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

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

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

This text has shadow with #D3A3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A3F5 on black background.


Color preview on white background

This text has color #D3A3F5 on white background.



Black color preview on #D3A3F5 background

This text has black color on #D3A3F5 background.


White color preview on #D3A3F5 background

This text has white color on #D3A3F5 background.