COLOR #D947E4

HEX: #D947E4
RGB: (217,71,228)

Color info

#D947E4 contains mainly red and blue colors. Web safe color of #D947E4 is #CC33CC (or #C3C).

RGB color model

#D947E4 color RGB value is (217,71,228).

  • red value is 217;
  • green value is 71;
  • blue value is 228.
RGB:
(217,71,228)
(85%,28%,89%)

RGB channels and saturation

R 217 of 255 = 85%
G 71 of 255 = 28%
B 228 of 255 = 89%

217
71
228

R + G + B ~ 67%. #D947E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 71 + 228 = 516 (100%)
R 217 of 516 ~ 42.05%
G 71 of 516 ~ 13.76%
B 228 of 516 ~ 44.19%

%42.05
%13.76
%44.19

CMYK color model

#D947E4 color CMYK value is (5,69,0,11).

  • cyan value is 4.82%
  • magenta value is 68.86%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(5,69,0,11)
C5M69Y0K11 
(5%,69%,0%,11%)
(0.05/0.69/0.00/0.11)	

CMYK percentages

%4.82
%68.86
%0
%10.59

Codes

Color #D947E4 in popluar color models

D947E4
RGB21771228
HSL296°74.41%58.63%
HSB/HSV296°68.86%89.41%
CMYK4.82%68.86%0.00%
10.59%

Color #D947E4 in popluar number systems.

HEXD947E4
Decimal21771228
Binary11011001100011111100100
Octal331107344

Shades and tints

Shades of #D947E4

#D947E4
(217,71,228)
#C641D0
(198,65,208)
#B33BBC
(179,59,188)
#A035A8
(160,53,168)
#8D2F94
(141,47,148)
#7A2980
(122,41,128)
#67236C
(103,35,108)
#541D58
(84,29,88)
#411744
(65,23,68)
#2E1130
(46,17,48)
#1B0B1C
(27,11,28)
#000000
(0,0,0)

Tints of #D947E4

#D947E4
(217,71,228)
#DC57E6
(220,87,230)
#DF67E8
(223,103,232)
#E277EA
(226,119,234)
#E587EC
(229,135,236)
#E897EE
(232,151,238)
#EBA7F0
(235,167,240)
#EEB7F2
(238,183,242)
#F1C7F4
(241,199,244)
#F4D7F6
(244,215,246)
#F7E7F8
(247,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D947E4 color. Also use rgb(217,71,228) instead hex code.

Text Font Color

.myTextColor { color: #D947E4; }

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

This text font color is #D947E4.


Background Color

.myBgColor { background-color: #D947E4; }

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

This div background color is #D947E4.


Border color

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

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

This div border color is #D947E4.


Opacity

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

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

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

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

This text has shadow with #D947E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D947E4 on black background.


Color preview on white background

This text has color #D947E4 on white background.



Black color preview on #D947E4 background

This text has black color on #D947E4 background.


White color preview on #D947E4 background

This text has white color on #D947E4 background.