COLOR #D17CD4

HEX: #D17CD4
RGB: (209,124,212)

Color info

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

RGB color model

#D17CD4 color RGB value is (209,124,212).

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

RGB channels and saturation

R 209 of 255 = 82%
G 124 of 255 = 49%
B 212 of 255 = 83%

209
124
212

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

Portions of RGB colors in percentages

R + G + B =
209 + 124 + 212 = 545 (100%)
R 209 of 545 ~ 38.35%
G 124 of 545 ~ 22.75%
B 212 of 545 ~ 38.9%

%38.35
%22.75
%38.9

CMYK color model

#D17CD4 color CMYK value is (1,42,0,17).

  • cyan value is 1.42%
  • magenta value is 41.51%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(1,42,0,17)
C1M42Y0K17 
(1%,42%,0%,17%)
(0.01/0.42/0.00/0.17)	

CMYK percentages

%1.42
%41.51
%0
%16.86

Codes

Color #D17CD4 in popluar color models

D17CD4
RGB209124212
HSL298°50.57%65.88%
HSB/HSV298°41.51%83.14%
CMYK1.42%41.51%0.00%
16.86%

Color #D17CD4 in popluar number systems.

HEXD17CD4
Decimal209124212
Binary11010001111110011010100
Octal321174324

Shades and tints

Shades of #D17CD4

#D17CD4
(209,124,212)
#BE71C1
(190,113,193)
#AB66AE
(171,102,174)
#985B9B
(152,91,155)
#855088
(133,80,136)
#724575
(114,69,117)
#5F3A62
(95,58,98)
#4C2F4F
(76,47,79)
#39243C
(57,36,60)
#261929
(38,25,41)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #D17CD4

#D17CD4
(209,124,212)
#D587D7
(213,135,215)
#D992DA
(217,146,218)
#DD9DDD
(221,157,221)
#E1A8E0
(225,168,224)
#E5B3E3
(229,179,227)
#E9BEE6
(233,190,230)
#EDC9E9
(237,201,233)
#F1D4EC
(241,212,236)
#F5DFEF
(245,223,239)
#F9EAF2
(249,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17CD4; }

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

This text font color is #D17CD4.


Background Color

.myBgColor { background-color: #D17CD4; }

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

This div background color is #D17CD4.


Border color

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

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

This div border color is #D17CD4.


Opacity

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

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

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

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

This text has shadow with #D17CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17CD4 on black background.


Color preview on white background

This text has color #D17CD4 on white background.



Black color preview on #D17CD4 background

This text has black color on #D17CD4 background.


White color preview on #D17CD4 background

This text has white color on #D17CD4 background.