COLOR #D27BD1

HEX: #D27BD1
RGB: (210,123,209)

Color info

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

RGB color model

#D27BD1 color RGB value is (210,123,209).

  • red value is 210;
  • green value is 123;
  • blue value is 209.
RGB:
(210,123,209)
(82%,48%,82%)

RGB channels and saturation

R 210 of 255 = 82%
G 123 of 255 = 48%
B 209 of 255 = 82%

210
123
209

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

Portions of RGB colors in percentages

R + G + B =
210 + 123 + 209 = 542 (100%)
R 210 of 542 ~ 38.75%
G 123 of 542 ~ 22.69%
B 209 of 542 ~ 38.56%

%38.75
%22.69
%38.56

CMYK color model

#D27BD1 color CMYK value is (0,41,0,18).

  • cyan value is 0.00%
  • magenta value is 41.43%
  • yellow value is 0.48%
  • key color value is 17.65%
CMYK:
(0,41,0,18)
C0M41Y0K18 
(0%,41%,0%,18%)
(0.00/0.41/0.00/0.18)	

CMYK percentages

%0
%41.43
%0.48
%17.65

Codes

Color #D27BD1 in popluar color models

D27BD1
RGB210123209
HSL301°49.15%65.29%
HSB/HSV301°41.43%82.35%
CMYK0.00%41.43%0.48%
17.65%

Color #D27BD1 in popluar number systems.

HEXD27BD1
Decimal210123209
Binary11010010111101111010001
Octal322173321

Shades and tints

Shades of #D27BD1

#D27BD1
(210,123,209)
#BF70BE
(191,112,190)
#AC65AB
(172,101,171)
#995A98
(153,90,152)
#864F85
(134,79,133)
#734472
(115,68,114)
#60395F
(96,57,95)
#4D2E4C
(77,46,76)
#3A2339
(58,35,57)
#271826
(39,24,38)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #D27BD1

#D27BD1
(210,123,209)
#D687D5
(214,135,213)
#DA93D9
(218,147,217)
#DE9FDD
(222,159,221)
#E2ABE1
(226,171,225)
#E6B7E5
(230,183,229)
#EAC3E9
(234,195,233)
#EECFED
(238,207,237)
#F2DBF1
(242,219,241)
#F6E7F5
(246,231,245)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27BD1 color. Also use rgb(210,123,209) instead hex code.

Text Font Color

.myTextColor { color: #D27BD1; }

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

This text font color is #D27BD1.


Background Color

.myBgColor { background-color: #D27BD1; }

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

This div background color is #D27BD1.


Border color

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

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

This div border color is #D27BD1.


Opacity

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

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

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

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

This text has shadow with #D27BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D27BD1 on black background.


Color preview on white background

This text has color #D27BD1 on white background.



Black color preview on #D27BD1 background

This text has black color on #D27BD1 background.


White color preview on #D27BD1 background

This text has white color on #D27BD1 background.