COLOR #DF66D2

HEX: #DF66D2
RGB: (223,102,210)

Color info

#DF66D2 contains mainly red and blue colors. Web safe color of #DF66D2 is #CC66CC (or #C6C).

RGB color model

#DF66D2 color RGB value is (223,102,210).

  • red value is 223;
  • green value is 102;
  • blue value is 210.
RGB:
(223,102,210)
(87%,40%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 102 of 255 = 40%
B 210 of 255 = 82%

223
102
210

R + G + B ~ 70%. #DF66D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 102 + 210 = 535 (100%)
R 223 of 535 ~ 41.68%
G 102 of 535 ~ 19.07%
B 210 of 535 ~ 39.25%

%41.68
%19.07
%39.25

CMYK color model

#DF66D2 color CMYK value is (0,54,6,13).

  • cyan value is 0.00%
  • magenta value is 54.26%
  • yellow value is 5.83%
  • key color value is 12.55%
CMYK:
(0,54,6,13)
C0M54Y6K13 
(0%,54%,6%,13%)
(0.00/0.54/0.06/0.13)	

CMYK percentages

%0
%54.26
%5.83
%12.55

Codes

Color #DF66D2 in popluar color models

DF66D2
RGB223102210
HSL306°65.41%63.73%
HSB/HSV306°54.26%87.45%
CMYK0.00%54.26%5.83%
12.55%

Color #DF66D2 in popluar number systems.

HEXDF66D2
Decimal223102210
Binary11011111110011011010010
Octal337146322

Shades and tints

Shades of #DF66D2

#DF66D2
(223,102,210)
#CB5DBF
(203,93,191)
#B754AC
(183,84,172)
#A34B99
(163,75,153)
#8F4286
(143,66,134)
#7B3973
(123,57,115)
#673060
(103,48,96)
#53274D
(83,39,77)
#3F1E3A
(63,30,58)
#2B1527
(43,21,39)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #DF66D2

#DF66D2
(223,102,210)
#E173D6
(225,115,214)
#E380DA
(227,128,218)
#E58DDE
(229,141,222)
#E79AE2
(231,154,226)
#E9A7E6
(233,167,230)
#EBB4EA
(235,180,234)
#EDC1EE
(237,193,238)
#EFCEF2
(239,206,242)
#F1DBF6
(241,219,246)
#F3E8FA
(243,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF66D2 color. Also use rgb(223,102,210) instead hex code.

Text Font Color

.myTextColor { color: #DF66D2; }

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

This text font color is #DF66D2.


Background Color

.myBgColor { background-color: #DF66D2; }

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

This div background color is #DF66D2.


Border color

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

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

This div border color is #DF66D2.


Opacity

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

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

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

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

This text has shadow with #DF66D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF66D2 on black background.


Color preview on white background

This text has color #DF66D2 on white background.



Black color preview on #DF66D2 background

This text has black color on #DF66D2 background.


White color preview on #DF66D2 background

This text has white color on #DF66D2 background.