COLOR #D4A1FB

HEX: #D4A1FB RGB: (212,161,251)

Color info

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

RGB color model

#D4A1FB color RGB value is (212,161,251).

RGB: (212,161,251) (83%, 63%, 98%)

RGB channels and saturation

R 212 of 255 = 83%
G 161 of 255 = 63%
B 251 of 255 = 98%

212
161
251

R + G + B ~ 81%. #D4A1FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 161 + 251 = 624 (100%)
R 212 of 624 ~ 33.97%
G 161 of 624 ~ 25.8%
B 251 of 624 ~ 40.22'%

%33.97
%25.8
%40.22

CMYK color model

#D4A1FB color CMYK value is (16,36,0,2).

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

CMYK: (16,36,0,2)
C16M36Y0K2 (16%, 36%, 0%, 2%)
(0.16 / 0.36 / 0.00 / 0.02)

CMYK percentages

%15.54
%35.86
%0
%1.57

Codes

Color #D4A1FB in popluar color models

D4 A1 FB
RGB 212 161 251
HSL 274° 91.84% 80.78%
HSB/HSV 274° 35.86% 98.43%
CMYK 15.54% 35.86% 0.00%
1.57%

Color #D4A1FB in popluar number systems.

HEX D4 A1 FB
Decimal 212 161 251
Binary 11010100 10100001 11111011
Octal 324 241 373

Shades and tints

Shades of #D4A1FB

#D4A1FB
(212,161,251)
#C193E5
(193,147,229)
#AE85CF
(174,133,207)
#9B77B9
(155,119,185)
#8869A3
(136,105,163)
#755B8D
(117,91,141)
#624D77
(98,77,119)
#4F3F61
(79,63,97)
#3C314B
(60,49,75)
#292335
(41,35,53)
#16151F
(22,21,31)
#000000
(0,0,0)

Tints of #D4A1FB

#D4A1FB
(212,161,251)
#D7A9FB
(215,169,251)
#DAB1FB
(218,177,251)
#DDB9FB
(221,185,251)
#E0C1FB
(224,193,251)
#E3C9FB
(227,201,251)
#E6D1FB
(230,209,251)
#E9D9FB
(233,217,251)
#ECE1FB
(236,225,251)
#EFE9FB
(239,233,251)
#F2F1FB
(242,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A1FB; }

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

This text font color is #D4A1FB.

Background Color

.myBgColor { background-color: #D4A1FB; }

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

This div background color is #D4A1FB.

Border color

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

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

This div border color is #D4A1FB.

Opacity

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

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

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

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

This text has shadow with #D4A1FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A1FB.

Preview

Color preview on black background

This text has color #D4A1FB on black background.


Color preview on white background

This text has color #D4A1FB on white background.


Black color preview on #D4A1FB background

This text has black color on #D4A1FB background.


White color preview on #D4A1FB background

This text has white color on #D4A1FB background.


Related colors

Complementary color

Complementary color for #hex is #2B5E04.


I love getcolorcode.com

Triadic colors

1 #FBD4A1 and #A1FBD4 with #D4A1FB are triadic colors.

2 #FBA1D4 and #A1D4FB with #D4A1FB are triadic colors.