COLOR #D175C9

HEX: #D175C9 RGB: (209,117,201)

Color info

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

RGB color model

#D175C9 color RGB value is (209,117,201).

RGB: (209,117,201) (82%, 46%, 79%)

RGB channels and saturation

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

209
117
201

R + G + B ~ 69%. #D175C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 117 + 201 = 527 (100%)
R 209 of 527 ~ 39.66%
G 117 of 527 ~ 22.2%
B 201 of 527 ~ 38.14'%

%39.66
%22.2
%38.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.02%
  • yellow value is 3.83%
  • key color value is 18.04%

CMYK: (0,44,4,18)
C0M44Y4K18 (0%, 44%, 4%, 18%)
(0.00 / 0.44 / 0.04 / 0.18)

CMYK percentages

%0
%44.02
%3.83
%18.04

Codes

Color #D175C9 in popluar color models

D1 75 C9
RGB 209 117 201
HSL 305° 50.00% 63.92%
HSB/HSV 305° 44.02% 81.96%
CMYK 0.00% 44.02% 3.83%
18.04%

Color #D175C9 in popluar number systems.

HEX D1 75 C9
Decimal 209 117 201
Binary 11010001 1110101 11001001
Octal 321 165 311

Shades and tints

Shades of #D175C9

#D175C9
(209,117,201)
#BE6BB7
(190,107,183)
#AB61A5
(171,97,165)
#985793
(152,87,147)
#854D81
(133,77,129)
#72436F
(114,67,111)
#5F395D
(95,57,93)
#4C2F4B
(76,47,75)
#392539
(57,37,57)
#261B27
(38,27,39)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #D175C9

#D175C9
(209,117,201)
#D581CD
(213,129,205)
#D98DD1
(217,141,209)
#DD99D5
(221,153,213)
#E1A5D9
(225,165,217)
#E5B1DD
(229,177,221)
#E9BDE1
(233,189,225)
#EDC9E5
(237,201,229)
#F1D5E9
(241,213,233)
#F5E1ED
(245,225,237)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D175C9; }

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

This text font color is #D175C9.

Background Color

.myBgColor { background-color: #D175C9; }

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

This div background color is #D175C9.

Border color

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

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

This div border color is #D175C9.

Opacity

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

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

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

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

This text has shadow with #D175C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D175C9.

Preview

Color preview on black background

This text has color #D175C9 on black background.


Color preview on white background

This text has color #D175C9 on white background.


Black color preview on #D175C9 background

This text has black color on #D175C9 background.


White color preview on #D175C9 background

This text has white color on #D175C9 background.


Related colors

Complementary color

Complementary color for #hex is #2E8A36.


I love getcolorcode.com

Triadic colors

1 #C9D175 and #75C9D1 with #D175C9 are triadic colors.

2 #C975D1 and #75D1C9 with #D175C9 are triadic colors.