COLOR #D68FA3

HEX: #D68FA3 RGB: (214,143,163)

Color info

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

RGB color model

#D68FA3 color RGB value is (214,143,163).

RGB: (214,143,163) (84%, 56%, 64%)

RGB channels and saturation

R 214 of 255 = 84%
G 143 of 255 = 56%
B 163 of 255 = 64%

214
143
163

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

Portions of RGB colors in percentages

R + G + B = 214 + 143 + 163 = 520 (100%)
R 214 of 520 ~ 41.15%
G 143 of 520 ~ 27.5%
B 163 of 520 ~ 31.35'%

%41.15
%27.5
%31.35

CMYK color model

#D68FA3 color CMYK value is (0,33,24,16).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 23.83%
  • key color value is 16.08%

CMYK: (0,33,24,16)
C0M33Y24K16 (0%, 33%, 24%, 16%)
(0.00 / 0.33 / 0.24 / 0.16)

CMYK percentages

%0
%33.18
%23.83
%16.08

Codes

Color #D68FA3 in popluar color models

D6 8F A3
RGB 214 143 163
HSL 343° 46.41% 70.00%
HSB/HSV 343° 33.18% 83.92%
CMYK 0.00% 33.18% 23.83%
16.08%

Color #D68FA3 in popluar number systems.

HEX D6 8F A3
Decimal 214 143 163
Binary 11010110 10001111 10100011
Octal 326 217 243

Shades and tints

Shades of #D68FA3

#D68FA3
(214,143,163)
#C38295
(195,130,149)
#B07587
(176,117,135)
#9D6879
(157,104,121)
#8A5B6B
(138,91,107)
#774E5D
(119,78,93)
#64414F
(100,65,79)
#513441
(81,52,65)
#3E2733
(62,39,51)
#2B1A25
(43,26,37)
#180D17
(24,13,23)
#000000
(0,0,0)

Tints of #D68FA3

#D68FA3
(214,143,163)
#D999AB
(217,153,171)
#DCA3B3
(220,163,179)
#DFADBB
(223,173,187)
#E2B7C3
(226,183,195)
#E5C1CB
(229,193,203)
#E8CBD3
(232,203,211)
#EBD5DB
(235,213,219)
#EEDFE3
(238,223,227)
#F1E9EB
(241,233,235)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68FA3 color. Also use rgb(214,143,163) instead hex code.

Text Font Color

.myTextColor { color: #D68FA3; }

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

This text font color is #D68FA3.

Background Color

.myBgColor { background-color: #D68FA3; }

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

This div background color is #D68FA3.

Border color

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

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

This div border color is #D68FA3.

Opacity

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

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

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

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

This text has shadow with #D68FA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D68FA3.

Preview

Color preview on black background

This text has color #D68FA3 on black background.


Color preview on white background

This text has color #D68FA3 on white background.


Black color preview on #D68FA3 background

This text has black color on #D68FA3 background.


White color preview on #D68FA3 background

This text has white color on #D68FA3 background.


Related colors

Complementary color

Complementary color for #hex is #29705C.


I love getcolorcode.com

Triadic colors

1 #A3D68F and #8FA3D6 with #D68FA3 are triadic colors.

2 #A38FD6 and #8FD6A3 with #D68FA3 are triadic colors.