COLOR #D9A1FB

HEX: #D9A1FB RGB: (217,161,251)

Color info

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

RGB color model

#D9A1FB color RGB value is (217,161,251).

RGB: (217,161,251) (85%, 63%, 98%)

RGB channels and saturation

R 217 of 255 = 85%
G 161 of 255 = 63%
B 251 of 255 = 98%

217
161
251

R + G + B ~ 82%. #D9A1FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 161 + 251 = 629 (100%)
R 217 of 629 ~ 34.5%
G 161 of 629 ~ 25.6%
B 251 of 629 ~ 39.9'%

%34.5
%25.6
%39.9

CMYK color model

#D9A1FB color CMYK value is (14,36,0,2).

  • cyan value is 13.55%
  • magenta value is 35.86%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (14,36,0,2)
C14M36Y0K2 (14%, 36%, 0%, 2%)
(0.14 / 0.36 / 0.00 / 0.02)

CMYK percentages

%13.55
%35.86
%0
%1.57

Codes

Color #D9A1FB in popluar color models

D9 A1 FB
RGB 217 161 251
HSL 277° 91.84% 80.78%
HSB/HSV 277° 35.86% 98.43%
CMYK 13.55% 35.86% 0.00%
1.57%

Color #D9A1FB in popluar number systems.

HEX D9 A1 FB
Decimal 217 161 251
Binary 11011001 10100001 11111011
Octal 331 241 373

Shades and tints

Shades of #D9A1FB

#D9A1FB
(217,161,251)
#C693E5
(198,147,229)
#B385CF
(179,133,207)
#A077B9
(160,119,185)
#8D69A3
(141,105,163)
#7A5B8D
(122,91,141)
#674D77
(103,77,119)
#543F61
(84,63,97)
#41314B
(65,49,75)
#2E2335
(46,35,53)
#1B151F
(27,21,31)
#000000
(0,0,0)

Tints of #D9A1FB

#D9A1FB
(217,161,251)
#DCA9FB
(220,169,251)
#DFB1FB
(223,177,251)
#E2B9FB
(226,185,251)
#E5C1FB
(229,193,251)
#E8C9FB
(232,201,251)
#EBD1FB
(235,209,251)
#EED9FB
(238,217,251)
#F1E1FB
(241,225,251)
#F4E9FB
(244,233,251)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A1FB color. Also use rgb(217,161,251) instead hex code.

Text Font Color

.myTextColor { color: #D9A1FB; }

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

This text font color is #D9A1FB.

Background Color

.myBgColor { background-color: #D9A1FB; }

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

This div background color is #D9A1FB.

Border color

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

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

This div border color is #D9A1FB.

Opacity

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

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

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

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

This text has shadow with #D9A1FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9A1FB.

Preview

Color preview on black background

This text has color #D9A1FB on black background.


Color preview on white background

This text has color #D9A1FB on white background.


Black color preview on #D9A1FB background

This text has black color on #D9A1FB background.


White color preview on #D9A1FB background

This text has white color on #D9A1FB background.


Related colors

Complementary color

Complementary color for #hex is #265E04.


I love getcolorcode.com

Triadic colors

1 #FBD9A1 and #A1FBD9 with #D9A1FB are triadic colors.

2 #FBA1D9 and #A1D9FB with #D9A1FB are triadic colors.