COLOR #D9A4DE

HEX: #D9A4DE
RGB: (217,164,222)

Color info

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

RGB color model

#D9A4DE color RGB value is (217,164,222).

  • red value is 217;
  • green value is 164;
  • blue value is 222.
RGB:
(217,164,222)
(85%,64%,87%)

RGB channels and saturation

R 217 of 255 = 85%
G 164 of 255 = 64%
B 222 of 255 = 87%

217
164
222

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

Portions of RGB colors in percentages

R + G + B =
217 + 164 + 222 = 603 (100%)
R 217 of 603 ~ 35.99%
G 164 of 603 ~ 27.2%
B 222 of 603 ~ 36.82%

%35.99
%27.2
%36.82

CMYK color model

#D9A4DE color CMYK value is (2,26,0,13).

  • cyan value is 2.25%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(2,26,0,13)
C2M26Y0K13 
(2%,26%,0%,13%)
(0.02/0.26/0.00/0.13)	

CMYK percentages

%2.25
%26.13
%0
%12.94

Codes

Color #D9A4DE in popluar color models

D9A4DE
RGB217164222
HSL295°46.77%75.69%
HSB/HSV295°26.13%87.06%
CMYK2.25%26.13%0.00%
12.94%

Color #D9A4DE in popluar number systems.

HEXD9A4DE
Decimal217164222
Binary110110011010010011011110
Octal331244336

Shades and tints

Shades of #D9A4DE

#D9A4DE
(217,164,222)
#C696CA
(198,150,202)
#B388B6
(179,136,182)
#A07AA2
(160,122,162)
#8D6C8E
(141,108,142)
#7A5E7A
(122,94,122)
#675066
(103,80,102)
#544252
(84,66,82)
#41343E
(65,52,62)
#2E262A
(46,38,42)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #D9A4DE

#D9A4DE
(217,164,222)
#DCACE1
(220,172,225)
#DFB4E4
(223,180,228)
#E2BCE7
(226,188,231)
#E5C4EA
(229,196,234)
#E8CCED
(232,204,237)
#EBD4F0
(235,212,240)
#EEDCF3
(238,220,243)
#F1E4F6
(241,228,246)
#F4ECF9
(244,236,249)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A4DE color. Also use rgb(217,164,222) instead hex code.

Text Font Color

.myTextColor { color: #D9A4DE; }

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

This text font color is #D9A4DE.


Background Color

.myBgColor { background-color: #D9A4DE; }

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

This div background color is #D9A4DE.


Border color

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

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

This div border color is #D9A4DE.


Opacity

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

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

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

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

This text has shadow with #D9A4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A4DE on black background.


Color preview on white background

This text has color #D9A4DE on white background.



Black color preview on #D9A4DE background

This text has black color on #D9A4DE background.


White color preview on #D9A4DE background

This text has white color on #D9A4DE background.