COLOR #D683A2

HEX: #D683A2
RGB: (214,131,162)

Color info

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

RGB color model

#D683A2 color RGB value is (214,131,162).

  • red value is 214;
  • green value is 131;
  • blue value is 162.
RGB:
(214,131,162)
(84%,51%,64%)

RGB channels and saturation

R 214 of 255 = 84%
G 131 of 255 = 51%
B 162 of 255 = 64%

214
131
162

R + G + B ~ 66%. #D683A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 131 + 162 = 507 (100%)
R 214 of 507 ~ 42.21%
G 131 of 507 ~ 25.84%
B 162 of 507 ~ 31.95%

%42.21
%25.84
%31.95

CMYK color model

#D683A2 color CMYK value is (0,39,24,16).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 24.30%
  • key color value is 16.08%
CMYK:
(0,39,24,16)
C0M39Y24K16 
(0%,39%,24%,16%)
(0.00/0.39/0.24/0.16)	

CMYK percentages

%0
%38.79
%24.3
%16.08

Codes

Color #D683A2 in popluar color models

D683A2
RGB214131162
HSL338°50.30%67.65%
HSB/HSV338°38.79%83.92%
CMYK0.00%38.79%24.30%
16.08%

Color #D683A2 in popluar number systems.

HEXD683A2
Decimal214131162
Binary110101101000001110100010
Octal326203242

Shades and tints

Shades of #D683A2

#D683A2
(214,131,162)
#C37894
(195,120,148)
#B06D86
(176,109,134)
#9D6278
(157,98,120)
#8A576A
(138,87,106)
#774C5C
(119,76,92)
#64414E
(100,65,78)
#513640
(81,54,64)
#3E2B32
(62,43,50)
#2B2024
(43,32,36)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #D683A2

#D683A2
(214,131,162)
#D98EAA
(217,142,170)
#DC99B2
(220,153,178)
#DFA4BA
(223,164,186)
#E2AFC2
(226,175,194)
#E5BACA
(229,186,202)
#E8C5D2
(232,197,210)
#EBD0DA
(235,208,218)
#EEDBE2
(238,219,226)
#F1E6EA
(241,230,234)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D683A2; }

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

This text font color is #D683A2.


Background Color

.myBgColor { background-color: #D683A2; }

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

This div background color is #D683A2.


Border color

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

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

This div border color is #D683A2.


Opacity

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

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

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

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

This text has shadow with #D683A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D683A2 on black background.


Color preview on white background

This text has color #D683A2 on white background.



Black color preview on #D683A2 background

This text has black color on #D683A2 background.


White color preview on #D683A2 background

This text has white color on #D683A2 background.