COLOR #DF9CF2

HEX: #DF9CF2
RGB: (223,156,242)

Color info

#DF9CF2 contains mainly red and blue colors. Web safe color of #DF9CF2 is #CC99FF (or #C9F).

RGB color model

#DF9CF2 color RGB value is (223,156,242).

  • red value is 223;
  • green value is 156;
  • blue value is 242.
RGB:
(223,156,242)
(87%,61%,95%)

RGB channels and saturation

R 223 of 255 = 87%
G 156 of 255 = 61%
B 242 of 255 = 95%

223
156
242

R + G + B ~ 81%. #DF9CF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 156 + 242 = 621 (100%)
R 223 of 621 ~ 35.91%
G 156 of 621 ~ 25.12%
B 242 of 621 ~ 38.97%

%35.91
%25.12
%38.97

CMYK color model

#DF9CF2 color CMYK value is (8,36,0,5).

  • cyan value is 7.85%
  • magenta value is 35.54%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(8,36,0,5)
C8M36Y0K5 
(8%,36%,0%,5%)
(0.08/0.36/0.00/0.05)	

CMYK percentages

%7.85
%35.54
%0
%5.1

Codes

Color #DF9CF2 in popluar color models

DF9CF2
RGB223156242
HSL287°76.79%78.04%
HSB/HSV287°35.54%94.90%
CMYK7.85%35.54%0.00%
5.10%

Color #DF9CF2 in popluar number systems.

HEXDF9CF2
Decimal223156242
Binary110111111001110011110010
Octal337234362

Shades and tints

Shades of #DF9CF2

#DF9CF2
(223,156,242)
#CB8EDC
(203,142,220)
#B780C6
(183,128,198)
#A372B0
(163,114,176)
#8F649A
(143,100,154)
#7B5684
(123,86,132)
#67486E
(103,72,110)
#533A58
(83,58,88)
#3F2C42
(63,44,66)
#2B1E2C
(43,30,44)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #DF9CF2

#DF9CF2
(223,156,242)
#E1A5F3
(225,165,243)
#E3AEF4
(227,174,244)
#E5B7F5
(229,183,245)
#E7C0F6
(231,192,246)
#E9C9F7
(233,201,247)
#EBD2F8
(235,210,248)
#EDDBF9
(237,219,249)
#EFE4FA
(239,228,250)
#F1EDFB
(241,237,251)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9CF2 color. Also use rgb(223,156,242) instead hex code.

Text Font Color

.myTextColor { color: #DF9CF2; }

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

This text font color is #DF9CF2.


Background Color

.myBgColor { background-color: #DF9CF2; }

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

This div background color is #DF9CF2.


Border color

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

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

This div border color is #DF9CF2.


Opacity

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

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

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

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

This text has shadow with #DF9CF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9CF2 on black background.


Color preview on white background

This text has color #DF9CF2 on white background.



Black color preview on #DF9CF2 background

This text has black color on #DF9CF2 background.


White color preview on #DF9CF2 background

This text has white color on #DF9CF2 background.