COLOR #D17EE7

HEX: #D17EE7 RGB: (209,126,231)

Color info

#D17EE7 contains mainly red and blue colors. Web safe color of #D17EE7 is #CC66FF (or #C6F).

RGB color model

#D17EE7 color RGB value is (209,126,231).

RGB: (209,126,231) (82%, 49%, 91%)

RGB channels and saturation

R 209 of 255 = 82%
G 126 of 255 = 49%
B 231 of 255 = 91%

209
126
231

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

Portions of RGB colors in percentages

R + G + B = 209 + 126 + 231 = 566 (100%)
R 209 of 566 ~ 36.93%
G 126 of 566 ~ 22.26%
B 231 of 566 ~ 40.81'%

%36.93
%22.26
%40.81

CMYK color model

#D17EE7 color CMYK value is (10,45,0,9).

  • cyan value is 9.52%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (10,45,0,9)
C10M45Y0K9 (10%, 45%, 0%, 9%)
(0.10 / 0.45 / 0.00 / 0.09)

CMYK percentages

%9.52
%45.45
%0
%9.41

Codes

Color #D17EE7 in popluar color models

D1 7E E7
RGB 209 126 231
HSL 287° 68.63% 70.00%
HSB/HSV 287° 45.45% 90.59%
CMYK 9.52% 45.45% 0.00%
9.41%

Color #D17EE7 in popluar number systems.

HEX D1 7E E7
Decimal 209 126 231
Binary 11010001 1111110 11100111
Octal 321 176 347

Shades and tints

Shades of #D17EE7

#D17EE7
(209,126,231)
#BE73D2
(190,115,210)
#AB68BD
(171,104,189)
#985DA8
(152,93,168)
#855293
(133,82,147)
#72477E
(114,71,126)
#5F3C69
(95,60,105)
#4C3154
(76,49,84)
#39263F
(57,38,63)
#261B2A
(38,27,42)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #D17EE7

#D17EE7
(209,126,231)
#D589E9
(213,137,233)
#D994EB
(217,148,235)
#DD9FED
(221,159,237)
#E1AAEF
(225,170,239)
#E5B5F1
(229,181,241)
#E9C0F3
(233,192,243)
#EDCBF5
(237,203,245)
#F1D6F7
(241,214,247)
#F5E1F9
(245,225,249)
#F9ECFB
(249,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17EE7 color. Also use rgb(209,126,231) instead hex code.

Text Font Color

.myTextColor { color: #D17EE7; }

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

This text font color is #D17EE7.

Background Color

.myBgColor { background-color: #D17EE7; }

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

This div background color is #D17EE7.

Border color

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

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

This div border color is #D17EE7.

Opacity

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

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

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

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

This text has shadow with #D17EE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D17EE7.

Preview

Color preview on black background

This text has color #D17EE7 on black background.


Color preview on white background

This text has color #D17EE7 on white background.


Black color preview on #D17EE7 background

This text has black color on #D17EE7 background.


White color preview on #D17EE7 background

This text has white color on #D17EE7 background.


Related colors

Complementary color

Complementary color for #hex is #2E8118.


I love getcolorcode.com

Triadic colors

1 #E7D17E and #7EE7D1 with #D17EE7 are triadic colors.

2 #E77ED1 and #7ED1E7 with #D17EE7 are triadic colors.