COLOR #D5A5D6

HEX: #D5A5D6
RGB: (213,165,214)

Color info

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

RGB color model

#D5A5D6 color RGB value is (213,165,214).

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

RGB channels and saturation

R 213 of 255 = 84%
G 165 of 255 = 65%
B 214 of 255 = 84%

213
165
214

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

Portions of RGB colors in percentages

R + G + B =
213 + 165 + 214 = 592 (100%)
R 213 of 592 ~ 35.98%
G 165 of 592 ~ 27.87%
B 214 of 592 ~ 36.15%

%35.98
%27.87
%36.15

CMYK color model

#D5A5D6 color CMYK value is (0,23,0,16).

  • cyan value is 0.47%
  • magenta value is 22.90%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(0,23,0,16)
C0M23Y0K16 
(0%,23%,0%,16%)
(0.00/0.23/0.00/0.16)	

CMYK percentages

%0.47
%22.9
%0
%16.08

Codes

Color #D5A5D6 in popluar color models

D5A5D6
RGB213165214
HSL299°37.40%74.31%
HSB/HSV299°22.90%83.92%
CMYK0.47%22.90%0.00%
16.08%

Color #D5A5D6 in popluar number systems.

HEXD5A5D6
Decimal213165214
Binary110101011010010111010110
Octal325245326

Shades and tints

Shades of #D5A5D6

#D5A5D6
(213,165,214)
#C296C3
(194,150,195)
#AF87B0
(175,135,176)
#9C789D
(156,120,157)
#89698A
(137,105,138)
#765A77
(118,90,119)
#634B64
(99,75,100)
#503C51
(80,60,81)
#3D2D3E
(61,45,62)
#2A1E2B
(42,30,43)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #D5A5D6

#D5A5D6
(213,165,214)
#D8ADD9
(216,173,217)
#DBB5DC
(219,181,220)
#DEBDDF
(222,189,223)
#E1C5E2
(225,197,226)
#E4CDE5
(228,205,229)
#E7D5E8
(231,213,232)
#EADDEB
(234,221,235)
#EDE5EE
(237,229,238)
#F0EDF1
(240,237,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A5D6; }

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

This text font color is #D5A5D6.


Background Color

.myBgColor { background-color: #D5A5D6; }

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

This div background color is #D5A5D6.


Border color

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

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

This div border color is #D5A5D6.


Opacity

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

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

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

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

This text has shadow with #D5A5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A5D6 on black background.


Color preview on white background

This text has color #D5A5D6 on white background.



Black color preview on #D5A5D6 background

This text has black color on #D5A5D6 background.


White color preview on #D5A5D6 background

This text has white color on #D5A5D6 background.