COLOR #DF9FDA

HEX: #DF9FDA
RGB: (223,159,218)

Color info

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

RGB color model

#DF9FDA color RGB value is (223,159,218).

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

RGB channels and saturation

R 223 of 255 = 87%
G 159 of 255 = 62%
B 218 of 255 = 85%

223
159
218

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

Portions of RGB colors in percentages

R + G + B =
223 + 159 + 218 = 600 (100%)
R 223 of 600 ~ 37.17%
G 159 of 600 ~ 26.5%
B 218 of 600 ~ 36.33%

%37.17
%26.5
%36.33

CMYK color model

#DF9FDA color CMYK value is (0,29,2,13).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 2.24%
  • key color value is 12.55%
CMYK:
(0,29,2,13)
C0M29Y2K13 
(0%,29%,2%,13%)
(0.00/0.29/0.02/0.13)	

CMYK percentages

%0
%28.7
%2.24
%12.55

Codes

Color #DF9FDA in popluar color models

DF9FDA
RGB223159218
HSL305°50.00%74.90%
HSB/HSV305°28.70%87.45%
CMYK0.00%28.70%2.24%
12.55%

Color #DF9FDA in popluar number systems.

HEXDF9FDA
Decimal223159218
Binary110111111001111111011010
Octal337237332

Shades and tints

Shades of #DF9FDA

#DF9FDA
(223,159,218)
#CB91C7
(203,145,199)
#B783B4
(183,131,180)
#A375A1
(163,117,161)
#8F678E
(143,103,142)
#7B597B
(123,89,123)
#674B68
(103,75,104)
#533D55
(83,61,85)
#3F2F42
(63,47,66)
#2B212F
(43,33,47)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #DF9FDA

#DF9FDA
(223,159,218)
#E1A7DD
(225,167,221)
#E3AFE0
(227,175,224)
#E5B7E3
(229,183,227)
#E7BFE6
(231,191,230)
#E9C7E9
(233,199,233)
#EBCFEC
(235,207,236)
#EDD7EF
(237,215,239)
#EFDFF2
(239,223,242)
#F1E7F5
(241,231,245)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9FDA; }

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

This text font color is #DF9FDA.


Background Color

.myBgColor { background-color: #DF9FDA; }

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

This div background color is #DF9FDA.


Border color

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

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

This div border color is #DF9FDA.


Opacity

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

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

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

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

This text has shadow with #DF9FDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9FDA on black background.


Color preview on white background

This text has color #DF9FDA on white background.



Black color preview on #DF9FDA background

This text has black color on #DF9FDA background.


White color preview on #DF9FDA background

This text has white color on #DF9FDA background.