COLOR #D47EE2

HEX: #D47EE2 RGB: (212,126,226)

Color info

#D47EE2 contains mainly red and blue colors. Web safe color of #D47EE2 is #CC66CC (or #C6C).

RGB color model

#D47EE2 color RGB value is (212,126,226).

RGB: (212,126,226) (83%, 49%, 89%)

RGB channels and saturation

R 212 of 255 = 83%
G 126 of 255 = 49%
B 226 of 255 = 89%

212
126
226

R + G + B ~ 74%. #D47EE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 126 + 226 = 564 (100%)
R 212 of 564 ~ 37.59%
G 126 of 564 ~ 22.34%
B 226 of 564 ~ 40.07'%

%37.59
%22.34
%40.07

CMYK color model

#D47EE2 color CMYK value is (6,44,0,11).

  • cyan value is 6.19%
  • magenta value is 44.25%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (6,44,0,11)
C6M44Y0K11 (6%, 44%, 0%, 11%)
(0.06 / 0.44 / 0.00 / 0.11)

CMYK percentages

%6.19
%44.25
%0
%11.37

Codes

Color #D47EE2 in popluar color models

D4 7E E2
RGB 212 126 226
HSL 292° 63.29% 69.02%
HSB/HSV 292° 44.25% 88.63%
CMYK 6.19% 44.25% 0.00%
11.37%

Color #D47EE2 in popluar number systems.

HEX D4 7E E2
Decimal 212 126 226
Binary 11010100 1111110 11100010
Octal 324 176 342

Shades and tints

Shades of #D47EE2

#D47EE2
(212,126,226)
#C173CE
(193,115,206)
#AE68BA
(174,104,186)
#9B5DA6
(155,93,166)
#885292
(136,82,146)
#75477E
(117,71,126)
#623C6A
(98,60,106)
#4F3156
(79,49,86)
#3C2642
(60,38,66)
#291B2E
(41,27,46)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #D47EE2

#D47EE2
(212,126,226)
#D789E4
(215,137,228)
#DA94E6
(218,148,230)
#DD9FE8
(221,159,232)
#E0AAEA
(224,170,234)
#E3B5EC
(227,181,236)
#E6C0EE
(230,192,238)
#E9CBF0
(233,203,240)
#ECD6F2
(236,214,242)
#EFE1F4
(239,225,244)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47EE2 color. Also use rgb(212,126,226) instead hex code.

Text Font Color

.myTextColor { color: #D47EE2; }

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

This text font color is #D47EE2.

Background Color

.myBgColor { background-color: #D47EE2; }

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

This div background color is #D47EE2.

Border color

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

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

This div border color is #D47EE2.

Opacity

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

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

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

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

This text has shadow with #D47EE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D47EE2.

Preview

Color preview on black background

This text has color #D47EE2 on black background.


Color preview on white background

This text has color #D47EE2 on white background.


Black color preview on #D47EE2 background

This text has black color on #D47EE2 background.


White color preview on #D47EE2 background

This text has white color on #D47EE2 background.


Related colors

Complementary color

Complementary color for #hex is #2B811D.


I love getcolorcode.com

Triadic colors

1 #E2D47E and #7EE2D4 with #D47EE2 are triadic colors.

2 #E27ED4 and #7ED4E2 with #D47EE2 are triadic colors.