COLOR #D683AA

HEX: #D683AA RGB: (214,131,170)

Color info

#D683AA contains mainly red and blue colors. Web safe color of #D683AA is #CC9999 (or #C99).

RGB color model

#D683AA color RGB value is (214,131,170).

RGB: (214,131,170) (84%, 51%, 67%)

RGB channels and saturation

R 214 of 255 = 84%
G 131 of 255 = 51%
B 170 of 255 = 67%

214
131
170

R + G + B ~ 67%. #D683AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 131 + 170 = 515 (100%)
R 214 of 515 ~ 41.55%
G 131 of 515 ~ 25.44%
B 170 of 515 ~ 33.01'%

%41.55
%25.44
%33.01

CMYK color model

#D683AA color CMYK value is (0,39,21,16).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 20.56%
  • key color value is 16.08%

CMYK: (0,39,21,16)
C0M39Y21K16 (0%, 39%, 21%, 16%)
(0.00 / 0.39 / 0.21 / 0.16)

CMYK percentages

%0
%38.79
%20.56
%16.08

Codes

Color #D683AA in popluar color models

D6 83 AA
RGB 214 131 170
HSL 332° 50.30% 67.65%
HSB/HSV 332° 38.79% 83.92%
CMYK 0.00% 38.79% 20.56%
16.08%

Color #D683AA in popluar number systems.

HEX D6 83 AA
Decimal 214 131 170
Binary 11010110 10000011 10101010
Octal 326 203 252

Shades and tints

Shades of #D683AA

#D683AA
(214,131,170)
#C3789B
(195,120,155)
#B06D8C
(176,109,140)
#9D627D
(157,98,125)
#8A576E
(138,87,110)
#774C5F
(119,76,95)
#644150
(100,65,80)
#513641
(81,54,65)
#3E2B32
(62,43,50)
#2B2023
(43,32,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #D683AA

#D683AA
(214,131,170)
#D98EB1
(217,142,177)
#DC99B8
(220,153,184)
#DFA4BF
(223,164,191)
#E2AFC6
(226,175,198)
#E5BACD
(229,186,205)
#E8C5D4
(232,197,212)
#EBD0DB
(235,208,219)
#EEDBE2
(238,219,226)
#F1E6E9
(241,230,233)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D683AA color. Also use rgb(214,131,170) instead hex code.

Text Font Color

.myTextColor { color: #D683AA; }

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

This text font color is #D683AA.

Background Color

.myBgColor { background-color: #D683AA; }

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

This div background color is #D683AA.

Border color

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

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

This div border color is #D683AA.

Opacity

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

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

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

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

This text has shadow with #D683AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D683AA.

Preview

Color preview on black background

This text has color #D683AA on black background.


Color preview on white background

This text has color #D683AA on white background.


Black color preview on #D683AA background

This text has black color on #D683AA background.


White color preview on #D683AA background

This text has white color on #D683AA background.


Related colors

Complementary color

Complementary color for #hex is #297C55.


I love getcolorcode.com

Triadic colors

1 #AAD683 and #83AAD6 with #D683AA are triadic colors.

2 #AA83D6 and #83D6AA with #D683AA are triadic colors.