COLOR #D2A5EB

HEX: #D2A5EB RGB: (210,165,235)

Color info

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

RGB color model

#D2A5EB color RGB value is (210,165,235).

RGB: (210,165,235) (82%, 65%, 92%)

RGB channels and saturation

R 210 of 255 = 82%
G 165 of 255 = 65%
B 235 of 255 = 92%

210
165
235

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

Portions of RGB colors in percentages

R + G + B = 210 + 165 + 235 = 610 (100%)
R 210 of 610 ~ 34.43%
G 165 of 610 ~ 27.05%
B 235 of 610 ~ 38.52'%

%34.43
%27.05
%38.52

CMYK color model

#D2A5EB color CMYK value is (11,30,0,8).

  • cyan value is 10.64%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (11,30,0,8)
C11M30Y0K8 (11%, 30%, 0%, 8%)
(0.11 / 0.30 / 0.00 / 0.08)

CMYK percentages

%10.64
%29.79
%0
%7.84

Codes

Color #D2A5EB in popluar color models

D2 A5 EB
RGB 210 165 235
HSL 279° 63.64% 78.43%
HSB/HSV 279° 29.79% 92.16%
CMYK 10.64% 29.79% 0.00%
7.84%

Color #D2A5EB in popluar number systems.

HEX D2 A5 EB
Decimal 210 165 235
Binary 11010010 10100101 11101011
Octal 322 245 353

Shades and tints

Shades of #D2A5EB

#D2A5EB
(210,165,235)
#BF96D6
(191,150,214)
#AC87C1
(172,135,193)
#9978AC
(153,120,172)
#866997
(134,105,151)
#735A82
(115,90,130)
#604B6D
(96,75,109)
#4D3C58
(77,60,88)
#3A2D43
(58,45,67)
#271E2E
(39,30,46)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #D2A5EB

#D2A5EB
(210,165,235)
#D6ADEC
(214,173,236)
#DAB5ED
(218,181,237)
#DEBDEE
(222,189,238)
#E2C5EF
(226,197,239)
#E6CDF0
(230,205,240)
#EAD5F1
(234,213,241)
#EEDDF2
(238,221,242)
#F2E5F3
(242,229,243)
#F6EDF4
(246,237,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A5EB; }

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

This text font color is #D2A5EB.

Background Color

.myBgColor { background-color: #D2A5EB; }

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

This div background color is #D2A5EB.

Border color

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

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

This div border color is #D2A5EB.

Opacity

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

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

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

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

This text has shadow with #D2A5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A5EB.

Preview

Color preview on black background

This text has color #D2A5EB on black background.


Color preview on white background

This text has color #D2A5EB on white background.


Black color preview on #D2A5EB background

This text has black color on #D2A5EB background.


White color preview on #D2A5EB background

This text has white color on #D2A5EB background.


Related colors

Complementary color

Complementary color for #hex is #2D5A14.


I love getcolorcode.com

Triadic colors

1 #EBD2A5 and #A5EBD2 with #D2A5EB are triadic colors.

2 #EBA5D2 and #A5D2EB with #D2A5EB are triadic colors.