COLOR #DF8CD2

HEX: #DF8CD2
RGB: (223,140,210)

Color info

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

RGB color model

#DF8CD2 color RGB value is (223,140,210).

  • red value is 223;
  • green value is 140;
  • blue value is 210.
RGB:
(223,140,210)
(87%,55%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 140 of 255 = 55%
B 210 of 255 = 82%

223
140
210

R + G + B ~ 75%. #DF8CD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 140 + 210 = 573 (100%)
R 223 of 573 ~ 38.92%
G 140 of 573 ~ 24.43%
B 210 of 573 ~ 36.65%

%38.92
%24.43
%36.65

CMYK color model

#DF8CD2 color CMYK value is (0,37,6,13).

  • cyan value is 0.00%
  • magenta value is 37.22%
  • yellow value is 5.83%
  • key color value is 12.55%
CMYK:
(0,37,6,13)
C0M37Y6K13 
(0%,37%,6%,13%)
(0.00/0.37/0.06/0.13)	

CMYK percentages

%0
%37.22
%5.83
%12.55

Codes

Color #DF8CD2 in popluar color models

DF8CD2
RGB223140210
HSL309°56.46%71.18%
HSB/HSV309°37.22%87.45%
CMYK0.00%37.22%5.83%
12.55%

Color #DF8CD2 in popluar number systems.

HEXDF8CD2
Decimal223140210
Binary110111111000110011010010
Octal337214322

Shades and tints

Shades of #DF8CD2

#DF8CD2
(223,140,210)
#CB80BF
(203,128,191)
#B774AC
(183,116,172)
#A36899
(163,104,153)
#8F5C86
(143,92,134)
#7B5073
(123,80,115)
#674460
(103,68,96)
#53384D
(83,56,77)
#3F2C3A
(63,44,58)
#2B2027
(43,32,39)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #DF8CD2

#DF8CD2
(223,140,210)
#E196D6
(225,150,214)
#E3A0DA
(227,160,218)
#E5AADE
(229,170,222)
#E7B4E2
(231,180,226)
#E9BEE6
(233,190,230)
#EBC8EA
(235,200,234)
#EDD2EE
(237,210,238)
#EFDCF2
(239,220,242)
#F1E6F6
(241,230,246)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8CD2 color. Also use rgb(223,140,210) instead hex code.

Text Font Color

.myTextColor { color: #DF8CD2; }

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

This text font color is #DF8CD2.


Background Color

.myBgColor { background-color: #DF8CD2; }

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

This div background color is #DF8CD2.


Border color

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

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

This div border color is #DF8CD2.


Opacity

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

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

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

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

This text has shadow with #DF8CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8CD2 on black background.


Color preview on white background

This text has color #DF8CD2 on white background.



Black color preview on #DF8CD2 background

This text has black color on #DF8CD2 background.


White color preview on #DF8CD2 background

This text has white color on #DF8CD2 background.