COLOR #DCA5DD

HEX: #DCA5DD
RGB: (220,165,221)

Color info

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

RGB color model

#DCA5DD color RGB value is (220,165,221).

  • red value is 220;
  • green value is 165;
  • blue value is 221.
RGB:
(220,165,221)
(86%,65%,87%)

RGB channels and saturation

R 220 of 255 = 86%
G 165 of 255 = 65%
B 221 of 255 = 87%

220
165
221

R + G + B ~ 79%. #DCA5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 165 + 221 = 606 (100%)
R 220 of 606 ~ 36.3%
G 165 of 606 ~ 27.23%
B 221 of 606 ~ 36.47%

%36.3
%27.23
%36.47

CMYK color model

#DCA5DD color CMYK value is (0,25,0,13).

  • cyan value is 0.45%
  • magenta value is 25.34%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(0,25,0,13)
C0M25Y0K13 
(0%,25%,0%,13%)
(0.00/0.25/0.00/0.13)	

CMYK percentages

%0.45
%25.34
%0
%13.33

Codes

Color #DCA5DD in popluar color models

DCA5DD
RGB220165221
HSL299°45.16%75.69%
HSB/HSV299°25.34%86.67%
CMYK0.45%25.34%0.00%
13.33%

Color #DCA5DD in popluar number systems.

HEXDCA5DD
Decimal220165221
Binary110111001010010111011101
Octal334245335

Shades and tints

Shades of #DCA5DD

#DCA5DD
(220,165,221)
#C896C9
(200,150,201)
#B487B5
(180,135,181)
#A078A1
(160,120,161)
#8C698D
(140,105,141)
#785A79
(120,90,121)
#644B65
(100,75,101)
#503C51
(80,60,81)
#3C2D3D
(60,45,61)
#281E29
(40,30,41)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #DCA5DD

#DCA5DD
(220,165,221)
#DFADE0
(223,173,224)
#E2B5E3
(226,181,227)
#E5BDE6
(229,189,230)
#E8C5E9
(232,197,233)
#EBCDEC
(235,205,236)
#EED5EF
(238,213,239)
#F1DDF2
(241,221,242)
#F4E5F5
(244,229,245)
#F7EDF8
(247,237,248)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA5DD; }

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

This text font color is #DCA5DD.


Background Color

.myBgColor { background-color: #DCA5DD; }

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

This div background color is #DCA5DD.


Border color

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

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

This div border color is #DCA5DD.


Opacity

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

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

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

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

This text has shadow with #DCA5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA5DD on black background.


Color preview on white background

This text has color #DCA5DD on white background.



Black color preview on #DCA5DD background

This text has black color on #DCA5DD background.


White color preview on #DCA5DD background

This text has white color on #DCA5DD background.