COLOR #DF94D0

HEX: #DF94D0
RGB: (223,148,208)

Color info

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

RGB color model

#DF94D0 color RGB value is (223,148,208).

  • red value is 223;
  • green value is 148;
  • blue value is 208.
RGB:
(223,148,208)
(87%,58%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 148 of 255 = 58%
B 208 of 255 = 82%

223
148
208

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

Portions of RGB colors in percentages

R + G + B =
223 + 148 + 208 = 579 (100%)
R 223 of 579 ~ 38.51%
G 148 of 579 ~ 25.56%
B 208 of 579 ~ 35.92%

%38.51
%25.56
%35.92

CMYK color model

#DF94D0 color CMYK value is (0,34,7,13).

  • cyan value is 0.00%
  • magenta value is 33.63%
  • yellow value is 6.73%
  • key color value is 12.55%
CMYK:
(0,34,7,13)
C0M34Y7K13 
(0%,34%,7%,13%)
(0.00/0.34/0.07/0.13)	

CMYK percentages

%0
%33.63
%6.73
%12.55

Codes

Color #DF94D0 in popluar color models

DF94D0
RGB223148208
HSL312°53.96%72.75%
HSB/HSV312°33.63%87.45%
CMYK0.00%33.63%6.73%
12.55%

Color #DF94D0 in popluar number systems.

HEXDF94D0
Decimal223148208
Binary110111111001010011010000
Octal337224320

Shades and tints

Shades of #DF94D0

#DF94D0
(223,148,208)
#CB87BE
(203,135,190)
#B77AAC
(183,122,172)
#A36D9A
(163,109,154)
#8F6088
(143,96,136)
#7B5376
(123,83,118)
#674664
(103,70,100)
#533952
(83,57,82)
#3F2C40
(63,44,64)
#2B1F2E
(43,31,46)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #DF94D0

#DF94D0
(223,148,208)
#E19DD4
(225,157,212)
#E3A6D8
(227,166,216)
#E5AFDC
(229,175,220)
#E7B8E0
(231,184,224)
#E9C1E4
(233,193,228)
#EBCAE8
(235,202,232)
#EDD3EC
(237,211,236)
#EFDCF0
(239,220,240)
#F1E5F4
(241,229,244)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF94D0 color. Also use rgb(223,148,208) instead hex code.

Text Font Color

.myTextColor { color: #DF94D0; }

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

This text font color is #DF94D0.


Background Color

.myBgColor { background-color: #DF94D0; }

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

This div background color is #DF94D0.


Border color

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

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

This div border color is #DF94D0.


Opacity

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

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

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

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

This text has shadow with #DF94D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF94D0 on black background.


Color preview on white background

This text has color #DF94D0 on white background.



Black color preview on #DF94D0 background

This text has black color on #DF94D0 background.


White color preview on #DF94D0 background

This text has white color on #DF94D0 background.