COLOR #D68FC3

HEX: #D68FC3
RGB: (214,143,195)

Color info

#D68FC3 contains mainly red and blue colors. Web safe color of #D68FC3 is #CC99CC (or #C9C).

RGB color model

#D68FC3 color RGB value is (214,143,195).

  • red value is 214;
  • green value is 143;
  • blue value is 195.
RGB:
(214,143,195)
(84%,56%,76%)

RGB channels and saturation

R 214 of 255 = 84%
G 143 of 255 = 56%
B 195 of 255 = 76%

214
143
195

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

Portions of RGB colors in percentages

R + G + B =
214 + 143 + 195 = 552 (100%)
R 214 of 552 ~ 38.77%
G 143 of 552 ~ 25.91%
B 195 of 552 ~ 35.33%

%38.77
%25.91
%35.33

CMYK color model

#D68FC3 color CMYK value is (0,33,9,16).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 8.88%
  • key color value is 16.08%
CMYK:
(0,33,9,16)
C0M33Y9K16 
(0%,33%,9%,16%)
(0.00/0.33/0.09/0.16)	

CMYK percentages

%0
%33.18
%8.88
%16.08

Codes

Color #D68FC3 in popluar color models

D68FC3
RGB214143195
HSL316°46.41%70.00%
HSB/HSV316°33.18%83.92%
CMYK0.00%33.18%8.88%
16.08%

Color #D68FC3 in popluar number systems.

HEXD68FC3
Decimal214143195
Binary110101101000111111000011
Octal326217303

Shades and tints

Shades of #D68FC3

#D68FC3
(214,143,195)
#C382B2
(195,130,178)
#B075A1
(176,117,161)
#9D6890
(157,104,144)
#8A5B7F
(138,91,127)
#774E6E
(119,78,110)
#64415D
(100,65,93)
#51344C
(81,52,76)
#3E273B
(62,39,59)
#2B1A2A
(43,26,42)
#180D19
(24,13,25)
#000000
(0,0,0)

Tints of #D68FC3

#D68FC3
(214,143,195)
#D999C8
(217,153,200)
#DCA3CD
(220,163,205)
#DFADD2
(223,173,210)
#E2B7D7
(226,183,215)
#E5C1DC
(229,193,220)
#E8CBE1
(232,203,225)
#EBD5E6
(235,213,230)
#EEDFEB
(238,223,235)
#F1E9F0
(241,233,240)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D68FC3; }

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

This text font color is #D68FC3.


Background Color

.myBgColor { background-color: #D68FC3; }

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

This div background color is #D68FC3.


Border color

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

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

This div border color is #D68FC3.


Opacity

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

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

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

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

This text has shadow with #D68FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D68FC3 on black background.


Color preview on white background

This text has color #D68FC3 on white background.



Black color preview on #D68FC3 background

This text has black color on #D68FC3 background.


White color preview on #D68FC3 background

This text has white color on #D68FC3 background.