COLOR #DCA5D7

HEX: #DCA5D7 RGB: (220,165,215)

Color info

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

RGB color model

#DCA5D7 color RGB value is (220,165,215).

RGB: (220,165,215) (86%, 65%, 84%)

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 215 of 255 = 84%

220
165
215

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

Portions of RGB colors in percentages

R + G + B = 220 + 165 + 215 = 600 (100%)
R 220 of 600 ~ 36.67%
G 165 of 600 ~ 27.5%
B 215 of 600 ~ 35.83'%

%36.67
%27.5
%35.83

CMYK color model

#DCA5D7 color CMYK value is (0,25,2,14).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 2.27%
  • key color value is 13.73%

CMYK: (0,25,2,14)
C0M25Y2K14 (0%, 25%, 2%, 14%)
(0.00 / 0.25 / 0.02 / 0.14)

CMYK percentages

%0
%25
%2.27
%13.73

Codes

Color #DCA5D7 in popluar color models

DC A5 D7
RGB 220 165 215
HSL 305° 44.00% 75.49%
HSB/HSV 305° 25.00% 86.27%
CMYK 0.00% 25.00% 2.27%
13.73%

Color #DCA5D7 in popluar number systems.

HEX DC A5 D7
Decimal 220 165 215
Binary 11011100 10100101 11010111
Octal 334 245 327

Shades and tints

Shades of #DCA5D7

#DCA5D7
(220,165,215)
#C896C4
(200,150,196)
#B487B1
(180,135,177)
#A0789E
(160,120,158)
#8C698B
(140,105,139)
#785A78
(120,90,120)
#644B65
(100,75,101)
#503C52
(80,60,82)
#3C2D3F
(60,45,63)
#281E2C
(40,30,44)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #DCA5D7

#DCA5D7
(220,165,215)
#DFADDA
(223,173,218)
#E2B5DD
(226,181,221)
#E5BDE0
(229,189,224)
#E8C5E3
(232,197,227)
#EBCDE6
(235,205,230)
#EED5E9
(238,213,233)
#F1DDEC
(241,221,236)
#F4E5EF
(244,229,239)
#F7EDF2
(247,237,242)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA5D7 color. Also use rgb(220,165,215) instead hex code.

Text Font Color

.myTextColor { color: #DCA5D7; }

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

This text font color is #DCA5D7.

Background Color

.myBgColor { background-color: #DCA5D7; }

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

This div background color is #DCA5D7.

Border color

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

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

This div border color is #DCA5D7.

Opacity

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

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

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

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

This text has shadow with #DCA5D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA5D7.

Preview

Color preview on black background

This text has color #DCA5D7 on black background.


Color preview on white background

This text has color #DCA5D7 on white background.


Black color preview on #DCA5D7 background

This text has black color on #DCA5D7 background.


White color preview on #DCA5D7 background

This text has white color on #DCA5D7 background.


Related colors

Complementary color

Complementary color for #hex is #235A28.


I love getcolorcode.com

Triadic colors

1 #D7DCA5 and #A5D7DC with #DCA5D7 are triadic colors.

2 #D7A5DC and #A5DCD7 with #DCA5D7 are triadic colors.