COLOR #D679B7

HEX: #D679B7 RGB: (214,121,183)

Color info

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

RGB color model

#D679B7 color RGB value is (214,121,183).

RGB: (214,121,183) (84%, 47%, 72%)

RGB channels and saturation

R 214 of 255 = 84%
G 121 of 255 = 47%
B 183 of 255 = 72%

214
121
183

R + G + B ~ 68%. #D679B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 121 + 183 = 518 (100%)
R 214 of 518 ~ 41.31%
G 121 of 518 ~ 23.36%
B 183 of 518 ~ 35.33'%

%41.31
%23.36
%35.33

CMYK color model

#D679B7 color CMYK value is (0,43,14,16).

  • cyan value is 0.00%
  • magenta value is 43.46%
  • yellow value is 14.49%
  • key color value is 16.08%

CMYK: (0,43,14,16)
C0M43Y14K16 (0%, 43%, 14%, 16%)
(0.00 / 0.43 / 0.14 / 0.16)

CMYK percentages

%0
%43.46
%14.49
%16.08

Codes

Color #D679B7 in popluar color models

D6 79 B7
RGB 214 121 183
HSL 320° 53.14% 65.69%
HSB/HSV 320° 43.46% 83.92%
CMYK 0.00% 43.46% 14.49%
16.08%

Color #D679B7 in popluar number systems.

HEX D6 79 B7
Decimal 214 121 183
Binary 11010110 1111001 10110111
Octal 326 171 267

Shades and tints

Shades of #D679B7

#D679B7
(214,121,183)
#C36EA7
(195,110,167)
#B06397
(176,99,151)
#9D5887
(157,88,135)
#8A4D77
(138,77,119)
#774267
(119,66,103)
#643757
(100,55,87)
#512C47
(81,44,71)
#3E2137
(62,33,55)
#2B1627
(43,22,39)
#180B17
(24,11,23)
#000000
(0,0,0)

Tints of #D679B7

#D679B7
(214,121,183)
#D985BD
(217,133,189)
#DC91C3
(220,145,195)
#DF9DC9
(223,157,201)
#E2A9CF
(226,169,207)
#E5B5D5
(229,181,213)
#E8C1DB
(232,193,219)
#EBCDE1
(235,205,225)
#EED9E7
(238,217,231)
#F1E5ED
(241,229,237)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D679B7 color. Also use rgb(214,121,183) instead hex code.

Text Font Color

.myTextColor { color: #D679B7; }

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

This text font color is #D679B7.

Background Color

.myBgColor { background-color: #D679B7; }

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

This div background color is #D679B7.

Border color

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

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

This div border color is #D679B7.

Opacity

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

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

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

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

This text has shadow with #D679B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D679B7.

Preview

Color preview on black background

This text has color #D679B7 on black background.


Color preview on white background

This text has color #D679B7 on white background.


Black color preview on #D679B7 background

This text has black color on #D679B7 background.


White color preview on #D679B7 background

This text has white color on #D679B7 background.


Related colors

Complementary color

Complementary color for #hex is #298648.


I love getcolorcode.com

Triadic colors

1 #B7D679 and #79B7D6 with #D679B7 are triadic colors.

2 #B779D6 and #79D6B7 with #D679B7 are triadic colors.