COLOR #D177D4

HEX: #D177D4
RGB: (209,119,212)

Color info

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

RGB color model

#D177D4 color RGB value is (209,119,212).

  • red value is 209;
  • green value is 119;
  • blue value is 212.
RGB:
(209,119,212)
(82%,47%,83%)

RGB channels and saturation

R 209 of 255 = 82%
G 119 of 255 = 47%
B 212 of 255 = 83%

209
119
212

R + G + B ~ 71%. #D177D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 119 + 212 = 540 (100%)
R 209 of 540 ~ 38.7%
G 119 of 540 ~ 22.04%
B 212 of 540 ~ 39.26%

%38.7
%22.04
%39.26

CMYK color model

#D177D4 color CMYK value is (1,44,0,17).

  • cyan value is 1.42%
  • magenta value is 43.87%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(1,44,0,17)
C1M44Y0K17 
(1%,44%,0%,17%)
(0.01/0.44/0.00/0.17)	

CMYK percentages

%1.42
%43.87
%0
%16.86

Codes

Color #D177D4 in popluar color models

D177D4
RGB209119212
HSL298°51.96%64.90%
HSB/HSV298°43.87%83.14%
CMYK1.42%43.87%0.00%
16.86%

Color #D177D4 in popluar number systems.

HEXD177D4
Decimal209119212
Binary11010001111011111010100
Octal321167324

Shades and tints

Shades of #D177D4

#D177D4
(209,119,212)
#BE6DC1
(190,109,193)
#AB63AE
(171,99,174)
#98599B
(152,89,155)
#854F88
(133,79,136)
#724575
(114,69,117)
#5F3B62
(95,59,98)
#4C314F
(76,49,79)
#39273C
(57,39,60)
#261D29
(38,29,41)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #D177D4

#D177D4
(209,119,212)
#D583D7
(213,131,215)
#D98FDA
(217,143,218)
#DD9BDD
(221,155,221)
#E1A7E0
(225,167,224)
#E5B3E3
(229,179,227)
#E9BFE6
(233,191,230)
#EDCBE9
(237,203,233)
#F1D7EC
(241,215,236)
#F5E3EF
(245,227,239)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D177D4; }

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

This text font color is #D177D4.


Background Color

.myBgColor { background-color: #D177D4; }

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

This div background color is #D177D4.


Border color

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

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

This div border color is #D177D4.


Opacity

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

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

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

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

This text has shadow with #D177D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D177D4 on black background.


Color preview on white background

This text has color #D177D4 on white background.



Black color preview on #D177D4 background

This text has black color on #D177D4 background.


White color preview on #D177D4 background

This text has white color on #D177D4 background.