COLOR #D173D7

HEX: #D173D7 RGB: (209,115,215)

Color info

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

RGB color model

#D173D7 color RGB value is (209,115,215).

RGB: (209,115,215) (82%, 45%, 84%)

RGB channels and saturation

R 209 of 255 = 82%
G 115 of 255 = 45%
B 215 of 255 = 84%

209
115
215

R + G + B ~ 70%. #D173D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 115 + 215 = 539 (100%)
R 209 of 539 ~ 38.78%
G 115 of 539 ~ 21.34%
B 215 of 539 ~ 39.89'%

%38.78
%21.34
%39.89

CMYK color model

#D173D7 color CMYK value is (3,47,0,16).

  • cyan value is 2.79%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (3,47,0,16)
C3M47Y0K16 (3%, 47%, 0%, 16%)
(0.03 / 0.47 / 0.00 / 0.16)

CMYK percentages

%2.79
%46.51
%0
%15.69

Codes

Color #D173D7 in popluar color models

D1 73 D7
RGB 209 115 215
HSL 296° 55.56% 64.71%
HSB/HSV 296° 46.51% 84.31%
CMYK 2.79% 46.51% 0.00%
15.69%

Color #D173D7 in popluar number systems.

HEX D1 73 D7
Decimal 209 115 215
Binary 11010001 1110011 11010111
Octal 321 163 327

Shades and tints

Shades of #D173D7

#D173D7
(209,115,215)
#BE69C4
(190,105,196)
#AB5FB1
(171,95,177)
#98559E
(152,85,158)
#854B8B
(133,75,139)
#724178
(114,65,120)
#5F3765
(95,55,101)
#4C2D52
(76,45,82)
#39233F
(57,35,63)
#26192C
(38,25,44)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #D173D7

#D173D7
(209,115,215)
#D57FDA
(213,127,218)
#D98BDD
(217,139,221)
#DD97E0
(221,151,224)
#E1A3E3
(225,163,227)
#E5AFE6
(229,175,230)
#E9BBE9
(233,187,233)
#EDC7EC
(237,199,236)
#F1D3EF
(241,211,239)
#F5DFF2
(245,223,242)
#F9EBF5
(249,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D173D7 color. Also use rgb(209,115,215) instead hex code.

Text Font Color

.myTextColor { color: #D173D7; }

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

This text font color is #D173D7.

Background Color

.myBgColor { background-color: #D173D7; }

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

This div background color is #D173D7.

Border color

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

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

This div border color is #D173D7.

Opacity

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

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

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

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

This text has shadow with #D173D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D173D7.

Preview

Color preview on black background

This text has color #D173D7 on black background.


Color preview on white background

This text has color #D173D7 on white background.


Black color preview on #D173D7 background

This text has black color on #D173D7 background.


White color preview on #D173D7 background

This text has white color on #D173D7 background.


Related colors

Complementary color

Complementary color for #hex is #2E8C28.


I love getcolorcode.com

Triadic colors

1 #D7D173 and #73D7D1 with #D173D7 are triadic colors.

2 #D773D1 and #73D1D7 with #D173D7 are triadic colors.