COLOR #D5A5D8

HEX: #D5A5D8
RGB: (213,165,216)

Color info

#D5A5D8 contains red, green and blue colors in about the same proportion. Web safe color of #D5A5D8 is #CC99CC (or #C9C).

RGB color model

#D5A5D8 color RGB value is (213,165,216).

  • red value is 213;
  • green value is 165;
  • blue value is 216.
RGB:
(213,165,216)
(84%,65%,85%)

RGB channels and saturation

R 213 of 255 = 84%
G 165 of 255 = 65%
B 216 of 255 = 85%

213
165
216

R + G + B ~ 78%. #D5A5D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 165 + 216 = 594 (100%)
R 213 of 594 ~ 35.86%
G 165 of 594 ~ 27.78%
B 216 of 594 ~ 36.36%

%35.86
%27.78
%36.36

CMYK color model

#D5A5D8 color CMYK value is (1,24,0,15).

  • cyan value is 1.39%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(1,24,0,15)
C1M24Y0K15 
(1%,24%,0%,15%)
(0.01/0.24/0.00/0.15)	

CMYK percentages

%1.39
%23.61
%0
%15.29

Codes

Color #D5A5D8 in popluar color models

D5A5D8
RGB213165216
HSL296°39.53%74.71%
HSB/HSV296°23.61%84.71%
CMYK1.39%23.61%0.00%
15.29%

Color #D5A5D8 in popluar number systems.

HEXD5A5D8
Decimal213165216
Binary110101011010010111011000
Octal325245330

Shades and tints

Shades of #D5A5D8

#D5A5D8
(213,165,216)
#C296C5
(194,150,197)
#AF87B2
(175,135,178)
#9C789F
(156,120,159)
#89698C
(137,105,140)
#765A79
(118,90,121)
#634B66
(99,75,102)
#503C53
(80,60,83)
#3D2D40
(61,45,64)
#2A1E2D
(42,30,45)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #D5A5D8

#D5A5D8
(213,165,216)
#D8ADDB
(216,173,219)
#DBB5DE
(219,181,222)
#DEBDE1
(222,189,225)
#E1C5E4
(225,197,228)
#E4CDE7
(228,205,231)
#E7D5EA
(231,213,234)
#EADDED
(234,221,237)
#EDE5F0
(237,229,240)
#F0EDF3
(240,237,243)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A5D8 color. Also use rgb(213,165,216) instead hex code.

Text Font Color

.myTextColor { color: #D5A5D8; }

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

This text font color is #D5A5D8.


Background Color

.myBgColor { background-color: #D5A5D8; }

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

This div background color is #D5A5D8.


Border color

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

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

This div border color is #D5A5D8.


Opacity

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

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

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

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

This text has shadow with #D5A5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A5D8 on black background.


Color preview on white background

This text has color #D5A5D8 on white background.



Black color preview on #D5A5D8 background

This text has black color on #D5A5D8 background.


White color preview on #D5A5D8 background

This text has white color on #D5A5D8 background.