COLOR #D677DC

HEX: #D677DC
RGB: (214,119,220)

Color info

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

RGB color model

#D677DC color RGB value is (214,119,220).

  • red value is 214;
  • green value is 119;
  • blue value is 220.
RGB:
(214,119,220)
(84%,47%,86%)

RGB channels and saturation

R 214 of 255 = 84%
G 119 of 255 = 47%
B 220 of 255 = 86%

214
119
220

R + G + B ~ 72%. #D677DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 119 + 220 = 553 (100%)
R 214 of 553 ~ 38.7%
G 119 of 553 ~ 21.52%
B 220 of 553 ~ 39.78%

%38.7
%21.52
%39.78

CMYK color model

#D677DC color CMYK value is (3,46,0,14).

  • cyan value is 2.73%
  • magenta value is 45.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,46,0,14)
C3M46Y0K14 
(3%,46%,0%,14%)
(0.03/0.46/0.00/0.14)	

CMYK percentages

%2.73
%45.91
%0
%13.73

Codes

Color #D677DC in popluar color models

D677DC
RGB214119220
HSL296°59.06%66.47%
HSB/HSV296°45.91%86.27%
CMYK2.73%45.91%0.00%
13.73%

Color #D677DC in popluar number systems.

HEXD677DC
Decimal214119220
Binary11010110111011111011100
Octal326167334

Shades and tints

Shades of #D677DC

#D677DC
(214,119,220)
#C36DC8
(195,109,200)
#B063B4
(176,99,180)
#9D59A0
(157,89,160)
#8A4F8C
(138,79,140)
#774578
(119,69,120)
#643B64
(100,59,100)
#513150
(81,49,80)
#3E273C
(62,39,60)
#2B1D28
(43,29,40)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #D677DC

#D677DC
(214,119,220)
#D983DF
(217,131,223)
#DC8FE2
(220,143,226)
#DF9BE5
(223,155,229)
#E2A7E8
(226,167,232)
#E5B3EB
(229,179,235)
#E8BFEE
(232,191,238)
#EBCBF1
(235,203,241)
#EED7F4
(238,215,244)
#F1E3F7
(241,227,247)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D677DC color. Also use rgb(214,119,220) instead hex code.

Text Font Color

.myTextColor { color: #D677DC; }

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

This text font color is #D677DC.


Background Color

.myBgColor { background-color: #D677DC; }

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

This div background color is #D677DC.


Border color

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

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

This div border color is #D677DC.


Opacity

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

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

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

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

This text has shadow with #D677DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D677DC on black background.


Color preview on white background

This text has color #D677DC on white background.



Black color preview on #D677DC background

This text has black color on #D677DC background.


White color preview on #D677DC background

This text has white color on #D677DC background.