COLOR #DF9FD6

HEX: #DF9FD6
RGB: (223,159,214)

Color info

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

RGB color model

#DF9FD6 color RGB value is (223,159,214).

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

RGB channels and saturation

R 223 of 255 = 87%
G 159 of 255 = 62%
B 214 of 255 = 84%

223
159
214

R + G + B ~ 78%. #DF9FD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 159 + 214 = 596 (100%)
R 223 of 596 ~ 37.42%
G 159 of 596 ~ 26.68%
B 214 of 596 ~ 35.91%

%37.42
%26.68
%35.91

CMYK color model

#DF9FD6 color CMYK value is (0,29,4,13).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(0,29,4,13)
C0M29Y4K13 
(0%,29%,4%,13%)
(0.00/0.29/0.04/0.13)	

CMYK percentages

%0
%28.7
%4.04
%12.55

Codes

Color #DF9FD6 in popluar color models

DF9FD6
RGB223159214
HSL308°50.00%74.90%
HSB/HSV308°28.70%87.45%
CMYK0.00%28.70%4.04%
12.55%

Color #DF9FD6 in popluar number systems.

HEXDF9FD6
Decimal223159214
Binary110111111001111111010110
Octal337237326

Shades and tints

Shades of #DF9FD6

#DF9FD6
(223,159,214)
#CB91C3
(203,145,195)
#B783B0
(183,131,176)
#A3759D
(163,117,157)
#8F678A
(143,103,138)
#7B5977
(123,89,119)
#674B64
(103,75,100)
#533D51
(83,61,81)
#3F2F3E
(63,47,62)
#2B212B
(43,33,43)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #DF9FD6

#DF9FD6
(223,159,214)
#E1A7D9
(225,167,217)
#E3AFDC
(227,175,220)
#E5B7DF
(229,183,223)
#E7BFE2
(231,191,226)
#E9C7E5
(233,199,229)
#EBCFE8
(235,207,232)
#EDD7EB
(237,215,235)
#EFDFEE
(239,223,238)
#F1E7F1
(241,231,241)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9FD6; }

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

This text font color is #DF9FD6.


Background Color

.myBgColor { background-color: #DF9FD6; }

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

This div background color is #DF9FD6.


Border color

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

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

This div border color is #DF9FD6.


Opacity

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

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

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

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

This text has shadow with #DF9FD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9FD6 on black background.


Color preview on white background

This text has color #DF9FD6 on white background.



Black color preview on #DF9FD6 background

This text has black color on #DF9FD6 background.


White color preview on #DF9FD6 background

This text has white color on #DF9FD6 background.