COLOR #D4A1E9

HEX: #D4A1E9 RGB: (212,161,233)

Color info

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

RGB color model

#D4A1E9 color RGB value is (212,161,233).

RGB: (212,161,233) (83%, 63%, 91%)

RGB channels and saturation

R 212 of 255 = 83%
G 161 of 255 = 63%
B 233 of 255 = 91%

212
161
233

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

Portions of RGB colors in percentages

R + G + B = 212 + 161 + 233 = 606 (100%)
R 212 of 606 ~ 34.98%
G 161 of 606 ~ 26.57%
B 233 of 606 ~ 38.45'%

%34.98
%26.57
%38.45

CMYK color model

#D4A1E9 color CMYK value is (9,31,0,9).

  • cyan value is 9.01%
  • magenta value is 30.90%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (9,31,0,9)
C9M31Y0K9 (9%, 31%, 0%, 9%)
(0.09 / 0.31 / 0.00 / 0.09)

CMYK percentages

%9.01
%30.9
%0
%8.63

Codes

Color #D4A1E9 in popluar color models

D4 A1 E9
RGB 212 161 233
HSL 283° 62.07% 77.25%
HSB/HSV 283° 30.90% 91.37%
CMYK 9.01% 30.90% 0.00%
8.63%

Color #D4A1E9 in popluar number systems.

HEX D4 A1 E9
Decimal 212 161 233
Binary 11010100 10100001 11101001
Octal 324 241 351

Shades and tints

Shades of #D4A1E9

#D4A1E9
(212,161,233)
#C193D4
(193,147,212)
#AE85BF
(174,133,191)
#9B77AA
(155,119,170)
#886995
(136,105,149)
#755B80
(117,91,128)
#624D6B
(98,77,107)
#4F3F56
(79,63,86)
#3C3141
(60,49,65)
#29232C
(41,35,44)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #D4A1E9

#D4A1E9
(212,161,233)
#D7A9EB
(215,169,235)
#DAB1ED
(218,177,237)
#DDB9EF
(221,185,239)
#E0C1F1
(224,193,241)
#E3C9F3
(227,201,243)
#E6D1F5
(230,209,245)
#E9D9F7
(233,217,247)
#ECE1F9
(236,225,249)
#EFE9FB
(239,233,251)
#F2F1FD
(242,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A1E9; }

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

This text font color is #D4A1E9.

Background Color

.myBgColor { background-color: #D4A1E9; }

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

This div background color is #D4A1E9.

Border color

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

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

This div border color is #D4A1E9.

Opacity

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

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

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

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

This text has shadow with #D4A1E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4A1E9.

Preview

Color preview on black background

This text has color #D4A1E9 on black background.


Color preview on white background

This text has color #D4A1E9 on white background.


Black color preview on #D4A1E9 background

This text has black color on #D4A1E9 background.


White color preview on #D4A1E9 background

This text has white color on #D4A1E9 background.


Related colors

Complementary color

Complementary color for #hex is #2B5E16.


I love getcolorcode.com

Triadic colors

1 #E9D4A1 and #A1E9D4 with #D4A1E9 are triadic colors.

2 #E9A1D4 and #A1D4E9 with #D4A1E9 are triadic colors.