COLOR #D27FCD

HEX: #D27FCD
RGB: (210,127,205)

Color info

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

RGB color model

#D27FCD color RGB value is (210,127,205).

  • red value is 210;
  • green value is 127;
  • blue value is 205.
RGB:
(210,127,205)
(82%,50%,80%)

RGB channels and saturation

R 210 of 255 = 82%
G 127 of 255 = 50%
B 205 of 255 = 80%

210
127
205

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

Portions of RGB colors in percentages

R + G + B =
210 + 127 + 205 = 542 (100%)
R 210 of 542 ~ 38.75%
G 127 of 542 ~ 23.43%
B 205 of 542 ~ 37.82%

%38.75
%23.43
%37.82

CMYK color model

#D27FCD color CMYK value is (0,40,2,18).

  • cyan value is 0.00%
  • magenta value is 39.52%
  • yellow value is 2.38%
  • key color value is 17.65%
CMYK:
(0,40,2,18)
C0M40Y2K18 
(0%,40%,2%,18%)
(0.00/0.40/0.02/0.18)	

CMYK percentages

%0
%39.52
%2.38
%17.65

Codes

Color #D27FCD in popluar color models

D27FCD
RGB210127205
HSL304°47.98%66.08%
HSB/HSV304°39.52%82.35%
CMYK0.00%39.52%2.38%
17.65%

Color #D27FCD in popluar number systems.

HEXD27FCD
Decimal210127205
Binary11010010111111111001101
Octal322177315

Shades and tints

Shades of #D27FCD

#D27FCD
(210,127,205)
#BF74BB
(191,116,187)
#AC69A9
(172,105,169)
#995E97
(153,94,151)
#865385
(134,83,133)
#734873
(115,72,115)
#603D61
(96,61,97)
#4D324F
(77,50,79)
#3A273D
(58,39,61)
#271C2B
(39,28,43)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #D27FCD

#D27FCD
(210,127,205)
#D68AD1
(214,138,209)
#DA95D5
(218,149,213)
#DEA0D9
(222,160,217)
#E2ABDD
(226,171,221)
#E6B6E1
(230,182,225)
#EAC1E5
(234,193,229)
#EECCE9
(238,204,233)
#F2D7ED
(242,215,237)
#F6E2F1
(246,226,241)
#FAEDF5
(250,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27FCD color. Also use rgb(210,127,205) instead hex code.

Text Font Color

.myTextColor { color: #D27FCD; }

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

This text font color is #D27FCD.


Background Color

.myBgColor { background-color: #D27FCD; }

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

This div background color is #D27FCD.


Border color

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

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

This div border color is #D27FCD.


Opacity

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

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

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

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

This text has shadow with #D27FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27FCD on black background.


Color preview on white background

This text has color #D27FCD on white background.



Black color preview on #D27FCD background

This text has black color on #D27FCD background.


White color preview on #D27FCD background

This text has white color on #D27FCD background.