COLOR #D5A0EE

HEX: #D5A0EE
RGB: (213,160,238)

Color info

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

RGB color model

#D5A0EE color RGB value is (213,160,238).

  • red value is 213;
  • green value is 160;
  • blue value is 238.
RGB:
(213,160,238)
(84%,63%,93%)

RGB channels and saturation

R 213 of 255 = 84%
G 160 of 255 = 63%
B 238 of 255 = 93%

213
160
238

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

Portions of RGB colors in percentages

R + G + B =
213 + 160 + 238 = 611 (100%)
R 213 of 611 ~ 34.86%
G 160 of 611 ~ 26.19%
B 238 of 611 ~ 38.95%

%34.86
%26.19
%38.95

CMYK color model

#D5A0EE color CMYK value is (11,33,0,7).

  • cyan value is 10.50%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,33,0,7)
C11M33Y0K7 
(11%,33%,0%,7%)
(0.11/0.33/0.00/0.07)	

CMYK percentages

%10.5
%32.77
%0
%6.67

Codes

Color #D5A0EE in popluar color models

D5A0EE
RGB213160238
HSL281°69.64%78.04%
HSB/HSV281°32.77%93.33%
CMYK10.50%32.77%0.00%
6.67%

Color #D5A0EE in popluar number systems.

HEXD5A0EE
Decimal213160238
Binary110101011010000011101110
Octal325240356

Shades and tints

Shades of #D5A0EE

#D5A0EE
(213,160,238)
#C292D9
(194,146,217)
#AF84C4
(175,132,196)
#9C76AF
(156,118,175)
#89689A
(137,104,154)
#765A85
(118,90,133)
#634C70
(99,76,112)
#503E5B
(80,62,91)
#3D3046
(61,48,70)
#2A2231
(42,34,49)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #D5A0EE

#D5A0EE
(213,160,238)
#D8A8EF
(216,168,239)
#DBB0F0
(219,176,240)
#DEB8F1
(222,184,241)
#E1C0F2
(225,192,242)
#E4C8F3
(228,200,243)
#E7D0F4
(231,208,244)
#EAD8F5
(234,216,245)
#EDE0F6
(237,224,246)
#F0E8F7
(240,232,247)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A0EE color. Also use rgb(213,160,238) instead hex code.

Text Font Color

.myTextColor { color: #D5A0EE; }

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

This text font color is #D5A0EE.


Background Color

.myBgColor { background-color: #D5A0EE; }

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

This div background color is #D5A0EE.


Border color

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

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

This div border color is #D5A0EE.


Opacity

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

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

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

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

This text has shadow with #D5A0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A0EE on black background.


Color preview on white background

This text has color #D5A0EE on white background.



Black color preview on #D5A0EE background

This text has black color on #D5A0EE background.


White color preview on #D5A0EE background

This text has white color on #D5A0EE background.