COLOR #DF92D9

HEX: #DF92D9
RGB: (223,146,217)

Color info

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

RGB color model

#DF92D9 color RGB value is (223,146,217).

  • red value is 223;
  • green value is 146;
  • blue value is 217.
RGB:
(223,146,217)
(87%,57%,85%)

RGB channels and saturation

R 223 of 255 = 87%
G 146 of 255 = 57%
B 217 of 255 = 85%

223
146
217

R + G + B ~ 76%. #DF92D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 146 + 217 = 586 (100%)
R 223 of 586 ~ 38.05%
G 146 of 586 ~ 24.91%
B 217 of 586 ~ 37.03%

%38.05
%24.91
%37.03

CMYK color model

#DF92D9 color CMYK value is (0,35,3,13).

  • cyan value is 0.00%
  • magenta value is 34.53%
  • yellow value is 2.69%
  • key color value is 12.55%
CMYK:
(0,35,3,13)
C0M35Y3K13 
(0%,35%,3%,13%)
(0.00/0.35/0.03/0.13)	

CMYK percentages

%0
%34.53
%2.69
%12.55

Codes

Color #DF92D9 in popluar color models

DF92D9
RGB223146217
HSL305°54.61%72.35%
HSB/HSV305°34.53%87.45%
CMYK0.00%34.53%2.69%
12.55%

Color #DF92D9 in popluar number systems.

HEXDF92D9
Decimal223146217
Binary110111111001001011011001
Octal337222331

Shades and tints

Shades of #DF92D9

#DF92D9
(223,146,217)
#CB85C6
(203,133,198)
#B778B3
(183,120,179)
#A36BA0
(163,107,160)
#8F5E8D
(143,94,141)
#7B517A
(123,81,122)
#674467
(103,68,103)
#533754
(83,55,84)
#3F2A41
(63,42,65)
#2B1D2E
(43,29,46)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #DF92D9

#DF92D9
(223,146,217)
#E19BDC
(225,155,220)
#E3A4DF
(227,164,223)
#E5ADE2
(229,173,226)
#E7B6E5
(231,182,229)
#E9BFE8
(233,191,232)
#EBC8EB
(235,200,235)
#EDD1EE
(237,209,238)
#EFDAF1
(239,218,241)
#F1E3F4
(241,227,244)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF92D9 color. Also use rgb(223,146,217) instead hex code.

Text Font Color

.myTextColor { color: #DF92D9; }

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

This text font color is #DF92D9.


Background Color

.myBgColor { background-color: #DF92D9; }

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

This div background color is #DF92D9.


Border color

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

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

This div border color is #DF92D9.


Opacity

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

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

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

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

This text has shadow with #DF92D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF92D9 on black background.


Color preview on white background

This text has color #DF92D9 on white background.



Black color preview on #DF92D9 background

This text has black color on #DF92D9 background.


White color preview on #DF92D9 background

This text has white color on #DF92D9 background.