COLOR #D2A5E7

HEX: #D2A5E7 RGB: (210,165,231)

Color info

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

RGB color model

#D2A5E7 color RGB value is (210,165,231).

RGB: (210,165,231) (82%, 65%, 91%)

RGB channels and saturation

R 210 of 255 = 82%
G 165 of 255 = 65%
B 231 of 255 = 91%

210
165
231

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

Portions of RGB colors in percentages

R + G + B = 210 + 165 + 231 = 606 (100%)
R 210 of 606 ~ 34.65%
G 165 of 606 ~ 27.23%
B 231 of 606 ~ 38.12'%

%34.65
%27.23
%38.12

CMYK color model

#D2A5E7 color CMYK value is (9,29,0,9).

  • cyan value is 9.09%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (9,29,0,9)
C9M29Y0K9 (9%, 29%, 0%, 9%)
(0.09 / 0.29 / 0.00 / 0.09)

CMYK percentages

%9.09
%28.57
%0
%9.41

Codes

Color #D2A5E7 in popluar color models

D2 A5 E7
RGB 210 165 231
HSL 281° 57.89% 77.65%
HSB/HSV 281° 28.57% 90.59%
CMYK 9.09% 28.57% 0.00%
9.41%

Color #D2A5E7 in popluar number systems.

HEX D2 A5 E7
Decimal 210 165 231
Binary 11010010 10100101 11100111
Octal 322 245 347

Shades and tints

Shades of #D2A5E7

#D2A5E7
(210,165,231)
#BF96D2
(191,150,210)
#AC87BD
(172,135,189)
#9978A8
(153,120,168)
#866993
(134,105,147)
#735A7E
(115,90,126)
#604B69
(96,75,105)
#4D3C54
(77,60,84)
#3A2D3F
(58,45,63)
#271E2A
(39,30,42)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #D2A5E7

#D2A5E7
(210,165,231)
#D6ADE9
(214,173,233)
#DAB5EB
(218,181,235)
#DEBDED
(222,189,237)
#E2C5EF
(226,197,239)
#E6CDF1
(230,205,241)
#EAD5F3
(234,213,243)
#EEDDF5
(238,221,245)
#F2E5F7
(242,229,247)
#F6EDF9
(246,237,249)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A5E7 color. Also use rgb(210,165,231) instead hex code.

Text Font Color

.myTextColor { color: #D2A5E7; }

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

This text font color is #D2A5E7.

Background Color

.myBgColor { background-color: #D2A5E7; }

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

This div background color is #D2A5E7.

Border color

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

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

This div border color is #D2A5E7.

Opacity

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

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

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

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

This text has shadow with #D2A5E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A5E7.

Preview

Color preview on black background

This text has color #D2A5E7 on black background.


Color preview on white background

This text has color #D2A5E7 on white background.


Black color preview on #D2A5E7 background

This text has black color on #D2A5E7 background.


White color preview on #D2A5E7 background

This text has white color on #D2A5E7 background.


Related colors

Complementary color

Complementary color for #hex is #2D5A18.


I love getcolorcode.com

Triadic colors

1 #E7D2A5 and #A5E7D2 with #D2A5E7 are triadic colors.

2 #E7A5D2 and #A5D2E7 with #D2A5E7 are triadic colors.