COLOR #D66FC8

HEX: #D66FC8 RGB: (214,111,200)

Color info

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

RGB color model

#D66FC8 color RGB value is (214,111,200).

RGB: (214,111,200) (84%, 44%, 78%)

RGB channels and saturation

R 214 of 255 = 84%
G 111 of 255 = 44%
B 200 of 255 = 78%

214
111
200

R + G + B ~ 69%. #D66FC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 111 + 200 = 525 (100%)
R 214 of 525 ~ 40.76%
G 111 of 525 ~ 21.14%
B 200 of 525 ~ 38.1'%

%40.76
%21.14
%38.1

CMYK color model

#D66FC8 color CMYK value is (0,48,7,16).

  • cyan value is 0.00%
  • magenta value is 48.13%
  • yellow value is 6.54%
  • key color value is 16.08%
CMYK: (0,48,7,16) C0M48Y7K16 (0%,48%,7%,16%) (0.00/0.48/0.07/0.16) 

CMYK percentages

%0
%48.13
%6.54
%16.08

Codes

Color #D66FC8 in popluar color models

D6 6F C8
RGB 214 111 200
HSL 308° 55.68% 63.73%
HSB/HSV 308° 48.13% 83.92%
CMYK 0.00% 48.13% 6.54%
16.08%

Color #D66FC8 in popluar number systems.

HEX D6 6F C8
Decimal 214 111 200
Binary 11010110 1101111 11001000
Octal 326 157 310

Shades and tints

Shades of #D66FC8

#D66FC8
(214,111,200)
#C365B6
(195,101,182)
#B05BA4
(176,91,164)
#9D5192
(157,81,146)
#8A4780
(138,71,128)
#773D6E
(119,61,110)
#64335C
(100,51,92)
#51294A
(81,41,74)
#3E1F38
(62,31,56)
#2B1526
(43,21,38)
#180B14
(24,11,20)
#000000
(0,0,0)

Tints of #D66FC8

#D66FC8
(214,111,200)
#D97CCD
(217,124,205)
#DC89D2
(220,137,210)
#DF96D7
(223,150,215)
#E2A3DC
(226,163,220)
#E5B0E1
(229,176,225)
#E8BDE6
(232,189,230)
#EBCAEB
(235,202,235)
#EED7F0
(238,215,240)
#F1E4F5
(241,228,245)
#F4F1FA
(244,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66FC8 color. Also use rgb(214,111,200) instead hex code.

Text Font Color

.myTextColor { color: #D66FC8; }

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

This text font color is #D66FC8.

Background Color

.myBgColor { background-color: #D66FC8; }

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

This div background color is #D66FC8.

Border color

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

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

This div border color is #D66FC8.

Opacity

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

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

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

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

This text has shadow with #D66FC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D66FC8.

Preview

Color preview on black background

This text has color #D66FC8 on black background.


Color preview on white background

This text has color #D66FC8 on white background.


Black color preview on #D66FC8 background

This text has black color on #D66FC8 background.


White color preview on #D66FC8 background

This text has white color on #D66FC8 background.


Related colors

Complementary color

Complementary color for #hex is #299037.


I love getcolorcode.com

Triadic colors

1 #C8D66F and #6FC8D6 with #D66FC8 are triadic colors.

2 #C86FD6 and #6FD6C8 with #D66FC8 are triadic colors.