COLOR #D676DA

HEX: #D676DA RGB: (214,118,218)

Color info

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

RGB color model

#D676DA color RGB value is (214,118,218).

RGB: (214,118,218) (84%, 46%, 85%)

RGB channels and saturation

R 214 of 255 = 84%
G 118 of 255 = 46%
B 218 of 255 = 85%

214
118
218

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

Portions of RGB colors in percentages

R + G + B = 214 + 118 + 218 = 550 (100%)
R 214 of 550 ~ 38.91%
G 118 of 550 ~ 21.45%
B 218 of 550 ~ 39.64'%

%38.91
%21.45
%39.64

CMYK color model

#D676DA color CMYK value is (2,46,0,15).

  • cyan value is 1.83%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (2,46,0,15)
C2M46Y0K15 (2%, 46%, 0%, 15%)
(0.02 / 0.46 / 0.00 / 0.15)

CMYK percentages

%1.83
%45.87
%0
%14.51

Codes

Color #D676DA in popluar color models

D6 76 DA
RGB 214 118 218
HSL 298° 57.47% 65.88%
HSB/HSV 298° 45.87% 85.49%
CMYK 1.83% 45.87% 0.00%
14.51%

Color #D676DA in popluar number systems.

HEX D6 76 DA
Decimal 214 118 218
Binary 11010110 1110110 11011010
Octal 326 166 332

Shades and tints

Shades of #D676DA

#D676DA
(214,118,218)
#C36CC7
(195,108,199)
#B062B4
(176,98,180)
#9D58A1
(157,88,161)
#8A4E8E
(138,78,142)
#77447B
(119,68,123)
#643A68
(100,58,104)
#513055
(81,48,85)
#3E2642
(62,38,66)
#2B1C2F
(43,28,47)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #D676DA

#D676DA
(214,118,218)
#D982DD
(217,130,221)
#DC8EE0
(220,142,224)
#DF9AE3
(223,154,227)
#E2A6E6
(226,166,230)
#E5B2E9
(229,178,233)
#E8BEEC
(232,190,236)
#EBCAEF
(235,202,239)
#EED6F2
(238,214,242)
#F1E2F5
(241,226,245)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D676DA color. Also use rgb(214,118,218) instead hex code.

Text Font Color

.myTextColor { color: #D676DA; }

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

This text font color is #D676DA.

Background Color

.myBgColor { background-color: #D676DA; }

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

This div background color is #D676DA.

Border color

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

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

This div border color is #D676DA.

Opacity

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

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

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

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

This text has shadow with #D676DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D676DA.

Preview

Color preview on black background

This text has color #D676DA on black background.


Color preview on white background

This text has color #D676DA on white background.


Black color preview on #D676DA background

This text has black color on #D676DA background.


White color preview on #D676DA background

This text has white color on #D676DA background.


Related colors

Complementary color

Complementary color for #hex is #298925.


I love getcolorcode.com

Triadic colors

1 #DAD676 and #76DAD6 with #D676DA are triadic colors.

2 #DA76D6 and #76D6DA with #D676DA are triadic colors.