COLOR #D2A1E9

HEX: #D2A1E9
RGB: (210,161,233)

Color info

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

RGB color model

#D2A1E9 color RGB value is (210,161,233).

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

RGB channels and saturation

R 210 of 255 = 82%
G 161 of 255 = 63%
B 233 of 255 = 91%

210
161
233

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

Portions of RGB colors in percentages

R + G + B =
210 + 161 + 233 = 604 (100%)
R 210 of 604 ~ 34.77%
G 161 of 604 ~ 26.66%
B 233 of 604 ~ 38.58%

%34.77
%26.66
%38.58

CMYK color model

#D2A1E9 color CMYK value is (10,31,0,9).

  • cyan value is 9.87%
  • magenta value is 30.90%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(10,31,0,9)
C10M31Y0K9 
(10%,31%,0%,9%)
(0.10/0.31/0.00/0.09)	

CMYK percentages

%9.87
%30.9
%0
%8.63

Codes

Color #D2A1E9 in popluar color models

D2A1E9
RGB210161233
HSL281°62.07%77.25%
HSB/HSV281°30.90%91.37%
CMYK9.87%30.90%0.00%
8.63%

Color #D2A1E9 in popluar number systems.

HEXD2A1E9
Decimal210161233
Binary110100101010000111101001
Octal322241351

Shades and tints

Shades of #D2A1E9

#D2A1E9
(210,161,233)
#BF93D4
(191,147,212)
#AC85BF
(172,133,191)
#9977AA
(153,119,170)
#866995
(134,105,149)
#735B80
(115,91,128)
#604D6B
(96,77,107)
#4D3F56
(77,63,86)
#3A3141
(58,49,65)
#27232C
(39,35,44)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #D2A1E9

#D2A1E9
(210,161,233)
#D6A9EB
(214,169,235)
#DAB1ED
(218,177,237)
#DEB9EF
(222,185,239)
#E2C1F1
(226,193,241)
#E6C9F3
(230,201,243)
#EAD1F5
(234,209,245)
#EED9F7
(238,217,247)
#F2E1F9
(242,225,249)
#F6E9FB
(246,233,251)
#FAF1FD
(250,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A1E9; }

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

This text font color is #D2A1E9.


Background Color

.myBgColor { background-color: #D2A1E9; }

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

This div background color is #D2A1E9.


Border color

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

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

This div border color is #D2A1E9.


Opacity

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

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

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

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

This text has shadow with #D2A1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A1E9 on black background.


Color preview on white background

This text has color #D2A1E9 on white background.



Black color preview on #D2A1E9 background

This text has black color on #D2A1E9 background.


White color preview on #D2A1E9 background

This text has white color on #D2A1E9 background.