COLOR #D27FC6

HEX: #D27FC6 RGB: (210,127,198)

Color info

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

RGB color model

#D27FC6 color RGB value is (210,127,198).

RGB: (210,127,198) (82%, 50%, 78%)

RGB channels and saturation

R 210 of 255 = 82%
G 127 of 255 = 50%
B 198 of 255 = 78%

210
127
198

R + G + B ~ 70%. #D27FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 127 + 198 = 535 (100%)
R 210 of 535 ~ 39.25%
G 127 of 535 ~ 23.74%
B 198 of 535 ~ 37.01'%

%39.25
%23.74
%37.01

CMYK color model

#D27FC6 color CMYK value is (0,40,6,18).

  • cyan value is 0.00%
  • magenta value is 39.52%
  • yellow value is 5.71%
  • key color value is 17.65%
CMYK: (0,40,6,18) C0M40Y6K18 (0%,40%,6%,18%) (0.00/0.40/0.06/0.18) 

CMYK percentages

%0
%39.52
%5.71
%17.65

Codes

Color #D27FC6 in popluar color models

D2 7F C6
RGB 210 127 198
HSL 309° 47.98% 66.08%
HSB/HSV 309° 39.52% 82.35%
CMYK 0.00% 39.52% 5.71%
17.65%

Color #D27FC6 in popluar number systems.

HEX D2 7F C6
Decimal 210 127 198
Binary 11010010 1111111 11000110
Octal 322 177 306

Shades and tints

Shades of #D27FC6

#D27FC6
(210,127,198)
#BF74B4
(191,116,180)
#AC69A2
(172,105,162)
#995E90
(153,94,144)
#86537E
(134,83,126)
#73486C
(115,72,108)
#603D5A
(96,61,90)
#4D3248
(77,50,72)
#3A2736
(58,39,54)
#271C24
(39,28,36)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #D27FC6

#D27FC6
(210,127,198)
#D68ACB
(214,138,203)
#DA95D0
(218,149,208)
#DEA0D5
(222,160,213)
#E2ABDA
(226,171,218)
#E6B6DF
(230,182,223)
#EAC1E4
(234,193,228)
#EECCE9
(238,204,233)
#F2D7EE
(242,215,238)
#F6E2F3
(246,226,243)
#FAEDF8
(250,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D27FC6; }

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

This text font color is #D27FC6.

Background Color

.myBgColor { background-color: #D27FC6; }

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

This div background color is #D27FC6.

Border color

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

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

This div border color is #D27FC6.

Opacity

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

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

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

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

This text has shadow with #D27FC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D27FC6.

Preview

Color preview on black background

This text has color #D27FC6 on black background.


Color preview on white background

This text has color #D27FC6 on white background.


Black color preview on #D27FC6 background

This text has black color on #D27FC6 background.


White color preview on #D27FC6 background

This text has white color on #D27FC6 background.


Related colors

Complementary color

Complementary color for #hex is #2D8039.


I love getcolorcode.com

Triadic colors

1 #C6D27F and #7FC6D2 with #D27FC6 are triadic colors.

2 #C67FD2 and #7FD2C6 with #D27FC6 are triadic colors.