COLOR #D175D1

HEX: #D175D1
RGB: (209,117,209)

Color info

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

RGB color model

#D175D1 color RGB value is (209,117,209).

  • red value is 209;
  • green value is 117;
  • blue value is 209.
RGB:
(209,117,209)
(82%,46%,82%)

RGB channels and saturation

R 209 of 255 = 82%
G 117 of 255 = 46%
B 209 of 255 = 82%

209
117
209

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

Portions of RGB colors in percentages

R + G + B =
209 + 117 + 209 = 535 (100%)
R 209 of 535 ~ 39.07%
G 117 of 535 ~ 21.87%
B 209 of 535 ~ 39.07%

%39.07
%21.87
%39.07

CMYK color model

#D175D1 color CMYK value is (0,44,0,18).

  • cyan value is 0.00%
  • magenta value is 44.02%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(0,44,0,18)
C0M44Y0K18 
(0%,44%,0%,18%)
(0.00/0.44/0.00/0.18)	

CMYK percentages

%0
%44.02
%0
%18.04

Codes

Color #D175D1 in popluar color models

D175D1
RGB209117209
HSL300°50.00%63.92%
HSB/HSV300°44.02%81.96%
CMYK0.00%44.02%0.00%
18.04%

Color #D175D1 in popluar number systems.

HEXD175D1
Decimal209117209
Binary11010001111010111010001
Octal321165321

Shades and tints

Shades of #D175D1

#D175D1
(209,117,209)
#BE6BBE
(190,107,190)
#AB61AB
(171,97,171)
#985798
(152,87,152)
#854D85
(133,77,133)
#724372
(114,67,114)
#5F395F
(95,57,95)
#4C2F4C
(76,47,76)
#392539
(57,37,57)
#261B26
(38,27,38)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #D175D1

#D175D1
(209,117,209)
#D581D5
(213,129,213)
#D98DD9
(217,141,217)
#DD99DD
(221,153,221)
#E1A5E1
(225,165,225)
#E5B1E5
(229,177,229)
#E9BDE9
(233,189,233)
#EDC9ED
(237,201,237)
#F1D5F1
(241,213,241)
#F5E1F5
(245,225,245)
#F9EDF9
(249,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D175D1; }

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

This text font color is #D175D1.


Background Color

.myBgColor { background-color: #D175D1; }

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

This div background color is #D175D1.


Border color

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

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

This div border color is #D175D1.


Opacity

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

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

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

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

This text has shadow with #D175D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D175D1 on black background.


Color preview on white background

This text has color #D175D1 on white background.



Black color preview on #D175D1 background

This text has black color on #D175D1 background.


White color preview on #D175D1 background

This text has white color on #D175D1 background.