COLOR #D175CA

HEX: #D175CA
RGB: (209,117,202)

Color info

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

RGB color model

#D175CA color RGB value is (209,117,202).

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

RGB channels and saturation

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

209
117
202

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

Portions of RGB colors in percentages

R + G + B =
209 + 117 + 202 = 528 (100%)
R 209 of 528 ~ 39.58%
G 117 of 528 ~ 22.16%
B 202 of 528 ~ 38.26%

%39.58
%22.16
%38.26

CMYK color model

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

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

CMYK percentages

%0
%44.02
%3.35
%18.04

Codes

Color #D175CA in popluar color models

D175CA
RGB209117202
HSL305°50.00%63.92%
HSB/HSV305°44.02%81.96%
CMYK0.00%44.02%3.35%
18.04%

Color #D175CA in popluar number systems.

HEXD175CA
Decimal209117202
Binary11010001111010111001010
Octal321165312

Shades and tints

Shades of #D175CA

#D175CA
(209,117,202)
#BE6BB8
(190,107,184)
#AB61A6
(171,97,166)
#985794
(152,87,148)
#854D82
(133,77,130)
#724370
(114,67,112)
#5F395E
(95,57,94)
#4C2F4C
(76,47,76)
#39253A
(57,37,58)
#261B28
(38,27,40)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #D175CA

#D175CA
(209,117,202)
#D581CE
(213,129,206)
#D98DD2
(217,141,210)
#DD99D6
(221,153,214)
#E1A5DA
(225,165,218)
#E5B1DE
(229,177,222)
#E9BDE2
(233,189,226)
#EDC9E6
(237,201,230)
#F1D5EA
(241,213,234)
#F5E1EE
(245,225,238)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D175CA; }

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

This text font color is #D175CA.


Background Color

.myBgColor { background-color: #D175CA; }

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

This div background color is #D175CA.


Border color

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

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

This div border color is #D175CA.


Opacity

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

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

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

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

This text has shadow with #D175CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D175CA on black background.


Color preview on white background

This text has color #D175CA on white background.



Black color preview on #D175CA background

This text has black color on #D175CA background.


White color preview on #D175CA background

This text has white color on #D175CA background.