COLOR #DE66C6

HEX: #DE66C6
RGB: (222,102,198)

Color info

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

RGB color model

#DE66C6 color RGB value is (222,102,198).

  • red value is 222;
  • green value is 102;
  • blue value is 198.
RGB:
(222,102,198)
(87%,40%,78%)

RGB channels and saturation

R 222 of 255 = 87%
G 102 of 255 = 40%
B 198 of 255 = 78%

222
102
198

R + G + B ~ 68%. #DE66C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 102 + 198 = 522 (100%)
R 222 of 522 ~ 42.53%
G 102 of 522 ~ 19.54%
B 198 of 522 ~ 37.93%

%42.53
%19.54
%37.93

CMYK color model

#DE66C6 color CMYK value is (0,54,11,13).

  • cyan value is 0.00%
  • magenta value is 54.05%
  • yellow value is 10.81%
  • key color value is 12.94%
CMYK:
(0,54,11,13)
C0M54Y11K13 
(0%,54%,11%,13%)
(0.00/0.54/0.11/0.13)	

CMYK percentages

%0
%54.05
%10.81
%12.94

Codes

Color #DE66C6 in popluar color models

DE66C6
RGB222102198
HSL312°64.52%63.53%
HSB/HSV312°54.05%87.06%
CMYK0.00%54.05%10.81%
12.94%

Color #DE66C6 in popluar number systems.

HEXDE66C6
Decimal222102198
Binary11011110110011011000110
Octal336146306

Shades and tints

Shades of #DE66C6

#DE66C6
(222,102,198)
#CA5DB4
(202,93,180)
#B654A2
(182,84,162)
#A24B90
(162,75,144)
#8E427E
(142,66,126)
#7A396C
(122,57,108)
#66305A
(102,48,90)
#522748
(82,39,72)
#3E1E36
(62,30,54)
#2A1524
(42,21,36)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #DE66C6

#DE66C6
(222,102,198)
#E173CB
(225,115,203)
#E480D0
(228,128,208)
#E78DD5
(231,141,213)
#EA9ADA
(234,154,218)
#EDA7DF
(237,167,223)
#F0B4E4
(240,180,228)
#F3C1E9
(243,193,233)
#F6CEEE
(246,206,238)
#F9DBF3
(249,219,243)
#FCE8F8
(252,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE66C6 color. Also use rgb(222,102,198) instead hex code.

Text Font Color

.myTextColor { color: #DE66C6; }

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

This text font color is #DE66C6.


Background Color

.myBgColor { background-color: #DE66C6; }

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

This div background color is #DE66C6.


Border color

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

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

This div border color is #DE66C6.


Opacity

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

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

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

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

This text has shadow with #DE66C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE66C6 on black background.


Color preview on white background

This text has color #DE66C6 on white background.



Black color preview on #DE66C6 background

This text has black color on #DE66C6 background.


White color preview on #DE66C6 background

This text has white color on #DE66C6 background.