COLOR #DF7FF9

HEX: #DF7FF9
RGB: (223,127,249)

Color info

#DF7FF9 contains mainly red and blue colors. Web safe color of #DF7FF9 is #CC66FF (or #C6F).

RGB color model

#DF7FF9 color RGB value is (223,127,249).

  • red value is 223;
  • green value is 127;
  • blue value is 249.
RGB:
(223,127,249)
(87%,50%,98%)

RGB channels and saturation

R 223 of 255 = 87%
G 127 of 255 = 50%
B 249 of 255 = 98%

223
127
249

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

Portions of RGB colors in percentages

R + G + B =
223 + 127 + 249 = 599 (100%)
R 223 of 599 ~ 37.23%
G 127 of 599 ~ 21.2%
B 249 of 599 ~ 41.57%

%37.23
%21.2
%41.57

CMYK color model

#DF7FF9 color CMYK value is (10,49,0,2).

  • cyan value is 10.44%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(10,49,0,2)
C10M49Y0K2 
(10%,49%,0%,2%)
(0.10/0.49/0.00/0.02)	

CMYK percentages

%10.44
%49
%0
%2.35

Codes

Color #DF7FF9 in popluar color models

DF7FF9
RGB223127249
HSL287°91.04%73.73%
HSB/HSV287°49.00%97.65%
CMYK10.44%49.00%0.00%
2.35%

Color #DF7FF9 in popluar number systems.

HEXDF7FF9
Decimal223127249
Binary11011111111111111111001
Octal337177371

Shades and tints

Shades of #DF7FF9

#DF7FF9
(223,127,249)
#CB74E3
(203,116,227)
#B769CD
(183,105,205)
#A35EB7
(163,94,183)
#8F53A1
(143,83,161)
#7B488B
(123,72,139)
#673D75
(103,61,117)
#53325F
(83,50,95)
#3F2749
(63,39,73)
#2B1C33
(43,28,51)
#17111D
(23,17,29)
#000000
(0,0,0)

Tints of #DF7FF9

#DF7FF9
(223,127,249)
#E18AF9
(225,138,249)
#E395F9
(227,149,249)
#E5A0F9
(229,160,249)
#E7ABF9
(231,171,249)
#E9B6F9
(233,182,249)
#EBC1F9
(235,193,249)
#EDCCF9
(237,204,249)
#EFD7F9
(239,215,249)
#F1E2F9
(241,226,249)
#F3EDF9
(243,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF7FF9 color. Also use rgb(223,127,249) instead hex code.

Text Font Color

.myTextColor { color: #DF7FF9; }

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

This text font color is #DF7FF9.


Background Color

.myBgColor { background-color: #DF7FF9; }

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

This div background color is #DF7FF9.


Border color

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

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

This div border color is #DF7FF9.


Opacity

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

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

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

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

This text has shadow with #DF7FF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7FF9 on black background.


Color preview on white background

This text has color #DF7FF9 on white background.



Black color preview on #DF7FF9 background

This text has black color on #DF7FF9 background.


White color preview on #DF7FF9 background

This text has white color on #DF7FF9 background.