COLOR #D3A3DC

HEX: #D3A3DC RGB: (211,163,220)

Color info

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

RGB color model

#D3A3DC color RGB value is (211,163,220).

RGB: (211,163,220) (83%, 64%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 163 of 255 = 64%
B 220 of 255 = 86%

211
163
220

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

Portions of RGB colors in percentages

R + G + B = 211 + 163 + 220 = 594 (100%)
R 211 of 594 ~ 35.52%
G 163 of 594 ~ 27.44%
B 220 of 594 ~ 37.04'%

%35.52
%27.44
%37.04

CMYK color model

#D3A3DC color CMYK value is (4,26,0,14).

  • cyan value is 4.09%
  • magenta value is 25.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (4,26,0,14)
C4M26Y0K14 (4%, 26%, 0%, 14%)
(0.04 / 0.26 / 0.00 / 0.14)

CMYK percentages

%4.09
%25.91
%0
%13.73

Codes

Color #D3A3DC in popluar color models

D3 A3 DC
RGB 211 163 220
HSL 291° 44.88% 75.10%
HSB/HSV 291° 25.91% 86.27%
CMYK 4.09% 25.91% 0.00%
13.73%

Color #D3A3DC in popluar number systems.

HEX D3 A3 DC
Decimal 211 163 220
Binary 11010011 10100011 11011100
Octal 323 243 334

Shades and tints

Shades of #D3A3DC

#D3A3DC
(211,163,220)
#C095C8
(192,149,200)
#AD87B4
(173,135,180)
#9A79A0
(154,121,160)
#876B8C
(135,107,140)
#745D78
(116,93,120)
#614F64
(97,79,100)
#4E4150
(78,65,80)
#3B333C
(59,51,60)
#282528
(40,37,40)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #D3A3DC

#D3A3DC
(211,163,220)
#D7ABDF
(215,171,223)
#DBB3E2
(219,179,226)
#DFBBE5
(223,187,229)
#E3C3E8
(227,195,232)
#E7CBEB
(231,203,235)
#EBD3EE
(235,211,238)
#EFDBF1
(239,219,241)
#F3E3F4
(243,227,244)
#F7EBF7
(247,235,247)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A3DC; }

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

This text font color is #D3A3DC.

Background Color

.myBgColor { background-color: #D3A3DC; }

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

This div background color is #D3A3DC.

Border color

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

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

This div border color is #D3A3DC.

Opacity

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

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

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

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

This text has shadow with #D3A3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3A3DC.

Preview

Color preview on black background

This text has color #D3A3DC on black background.


Color preview on white background

This text has color #D3A3DC on white background.


Black color preview on #D3A3DC background

This text has black color on #D3A3DC background.


White color preview on #D3A3DC background

This text has white color on #D3A3DC background.


Related colors

Complementary color

Complementary color for #hex is #2C5C23.


I love getcolorcode.com

Triadic colors

1 #DCD3A3 and #A3DCD3 with #D3A3DC are triadic colors.

2 #DCA3D3 and #A3D3DC with #D3A3DC are triadic colors.