COLOR #D9A6FF

HEX: #D9A6FF RGB: (217,166,255)

Color info

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

RGB color model

#D9A6FF color RGB value is (217,166,255).

RGB: (217,166,255) (85%, 65%, 100%)

RGB channels and saturation

R 217 of 255 = 85%
G 166 of 255 = 65%
B 255 of 255 = 100%

217
166
255

R + G + B ~ 83%. #D9A6FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 166 + 255 = 638 (100%)
R 217 of 638 ~ 34.01%
G 166 of 638 ~ 26.02%
B 255 of 638 ~ 39.97'%

%34.01
%26.02
%39.97

CMYK color model

#D9A6FF color CMYK value is (15,35,0,0).

  • cyan value is 14.90%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (15,35,0,0)
C15M35Y0K0 (15%, 35%, 0%, 0%)
(0.15 / 0.35 / 0.00 / 0.00)

CMYK percentages

%14.9
%34.9
%0
%0

Codes

Color #D9A6FF in popluar color models

D9 A6 FF
RGB 217 166 255
HSL 274° 100.00% 82.55%
HSB/HSV 274° 34.90% 100.00%
CMYK 14.90% 34.90% 0.00%
0.00%

Color #D9A6FF in popluar number systems.

HEX D9 A6 FF
Decimal 217 166 255
Binary 11011001 10100110 11111111
Octal 331 246 377

Shades and tints

Shades of #D9A6FF

#D9A6FF
(217,166,255)
#C697E8
(198,151,232)
#B388D1
(179,136,209)
#A079BA
(160,121,186)
#8D6AA3
(141,106,163)
#7A5B8C
(122,91,140)
#674C75
(103,76,117)
#543D5E
(84,61,94)
#412E47
(65,46,71)
#2E1F30
(46,31,48)
#1B1019
(27,16,25)
#000000
(0,0,0)

Tints of #D9A6FF

#D9A6FF
(217,166,255)
#DCAEFF
(220,174,255)
#DFB6FF
(223,182,255)
#E2BEFF
(226,190,255)
#E5C6FF
(229,198,255)
#E8CEFF
(232,206,255)
#EBD6FF
(235,214,255)
#EEDEFF
(238,222,255)
#F1E6FF
(241,230,255)
#F4EEFF
(244,238,255)
#F7F6FF
(247,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A6FF color. Also use rgb(217,166,255) instead hex code.

Text Font Color

.myTextColor { color: #D9A6FF; }

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

This text font color is #D9A6FF.

Background Color

.myBgColor { background-color: #D9A6FF; }

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

This div background color is #D9A6FF.

Border color

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

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

This div border color is #D9A6FF.

Opacity

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

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

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

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

This text has shadow with #D9A6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9A6FF.

Preview

Color preview on black background

This text has color #D9A6FF on black background.


Color preview on white background

This text has color #D9A6FF on white background.


Black color preview on #D9A6FF background

This text has black color on #D9A6FF background.


White color preview on #D9A6FF background

This text has white color on #D9A6FF background.


Related colors

Complementary color

Complementary color for #hex is #265900.


I love getcolorcode.com

Triadic colors

1 #FFD9A6 and #A6FFD9 with #D9A6FF are triadic colors.

2 #FFA6D9 and #A6D9FF with #D9A6FF are triadic colors.