COLOR #DF8DD6

HEX: #DF8DD6
RGB: (223,141,214)

Color info

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

RGB color model

#DF8DD6 color RGB value is (223,141,214).

  • red value is 223;
  • green value is 141;
  • blue value is 214.
RGB:
(223,141,214)
(87%,55%,84%)

RGB channels and saturation

R 223 of 255 = 87%
G 141 of 255 = 55%
B 214 of 255 = 84%

223
141
214

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

Portions of RGB colors in percentages

R + G + B =
223 + 141 + 214 = 578 (100%)
R 223 of 578 ~ 38.58%
G 141 of 578 ~ 24.39%
B 214 of 578 ~ 37.02%

%38.58
%24.39
%37.02

CMYK color model

#DF8DD6 color CMYK value is (0,37,4,13).

  • cyan value is 0.00%
  • magenta value is 36.77%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(0,37,4,13)
C0M37Y4K13 
(0%,37%,4%,13%)
(0.00/0.37/0.04/0.13)	

CMYK percentages

%0
%36.77
%4.04
%12.55

Codes

Color #DF8DD6 in popluar color models

DF8DD6
RGB223141214
HSL307°56.16%71.37%
HSB/HSV307°36.77%87.45%
CMYK0.00%36.77%4.04%
12.55%

Color #DF8DD6 in popluar number systems.

HEXDF8DD6
Decimal223141214
Binary110111111000110111010110
Octal337215326

Shades and tints

Shades of #DF8DD6

#DF8DD6
(223,141,214)
#CB81C3
(203,129,195)
#B775B0
(183,117,176)
#A3699D
(163,105,157)
#8F5D8A
(143,93,138)
#7B5177
(123,81,119)
#674564
(103,69,100)
#533951
(83,57,81)
#3F2D3E
(63,45,62)
#2B212B
(43,33,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #DF8DD6

#DF8DD6
(223,141,214)
#E197D9
(225,151,217)
#E3A1DC
(227,161,220)
#E5ABDF
(229,171,223)
#E7B5E2
(231,181,226)
#E9BFE5
(233,191,229)
#EBC9E8
(235,201,232)
#EDD3EB
(237,211,235)
#EFDDEE
(239,221,238)
#F1E7F1
(241,231,241)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8DD6 color. Also use rgb(223,141,214) instead hex code.

Text Font Color

.myTextColor { color: #DF8DD6; }

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

This text font color is #DF8DD6.


Background Color

.myBgColor { background-color: #DF8DD6; }

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

This div background color is #DF8DD6.


Border color

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

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

This div border color is #DF8DD6.


Opacity

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

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

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

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

This text has shadow with #DF8DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8DD6 on black background.


Color preview on white background

This text has color #DF8DD6 on white background.



Black color preview on #DF8DD6 background

This text has black color on #DF8DD6 background.


White color preview on #DF8DD6 background

This text has white color on #DF8DD6 background.