COLOR #DCA1E9

HEX: #DCA1E9
RGB: (220,161,233)

Color info

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

RGB color model

#DCA1E9 color RGB value is (220,161,233).

  • red value is 220;
  • green value is 161;
  • blue value is 233.
RGB:
(220,161,233)
(86%,63%,91%)

RGB channels and saturation

R 220 of 255 = 86%
G 161 of 255 = 63%
B 233 of 255 = 91%

220
161
233

R + G + B ~ 80%. #DCA1E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 161 + 233 = 614 (100%)
R 220 of 614 ~ 35.83%
G 161 of 614 ~ 26.22%
B 233 of 614 ~ 37.95%

%35.83
%26.22
%37.95

CMYK color model

#DCA1E9 color CMYK value is (6,31,0,9).

  • cyan value is 5.58%
  • magenta value is 30.90%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(6,31,0,9)
C6M31Y0K9 
(6%,31%,0%,9%)
(0.06/0.31/0.00/0.09)	

CMYK percentages

%5.58
%30.9
%0
%8.63

Codes

Color #DCA1E9 in popluar color models

DCA1E9
RGB220161233
HSL289°62.07%77.25%
HSB/HSV289°30.90%91.37%
CMYK5.58%30.90%0.00%
8.63%

Color #DCA1E9 in popluar number systems.

HEXDCA1E9
Decimal220161233
Binary110111001010000111101001
Octal334241351

Shades and tints

Shades of #DCA1E9

#DCA1E9
(220,161,233)
#C893D4
(200,147,212)
#B485BF
(180,133,191)
#A077AA
(160,119,170)
#8C6995
(140,105,149)
#785B80
(120,91,128)
#644D6B
(100,77,107)
#503F56
(80,63,86)
#3C3141
(60,49,65)
#28232C
(40,35,44)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #DCA1E9

#DCA1E9
(220,161,233)
#DFA9EB
(223,169,235)
#E2B1ED
(226,177,237)
#E5B9EF
(229,185,239)
#E8C1F1
(232,193,241)
#EBC9F3
(235,201,243)
#EED1F5
(238,209,245)
#F1D9F7
(241,217,247)
#F4E1F9
(244,225,249)
#F7E9FB
(247,233,251)
#FAF1FD
(250,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA1E9 color. Also use rgb(220,161,233) instead hex code.

Text Font Color

.myTextColor { color: #DCA1E9; }

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

This text font color is #DCA1E9.


Background Color

.myBgColor { background-color: #DCA1E9; }

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

This div background color is #DCA1E9.


Border color

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

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

This div border color is #DCA1E9.


Opacity

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

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

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

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

This text has shadow with #DCA1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA1E9 on black background.


Color preview on white background

This text has color #DCA1E9 on white background.



Black color preview on #DCA1E9 background

This text has black color on #DCA1E9 background.


White color preview on #DCA1E9 background

This text has white color on #DCA1E9 background.