COLOR #DE1EF6

HEX: #DE1EF6
RGB: (222,30,246)

Color info

#DE1EF6 contains mainly red and blue colors. Web safe color of #DE1EF6 is #CC33FF (or #C3F).

RGB color model

#DE1EF6 color RGB value is (222,30,246).

  • red value is 222;
  • green value is 30;
  • blue value is 246.
RGB:
(222,30,246)
(87%,12%,96%)

RGB channels and saturation

R 222 of 255 = 87%
G 30 of 255 = 12%
B 246 of 255 = 96%

222
30
246

R + G + B ~ 65%. #DE1EF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 30 + 246 = 498 (100%)
R 222 of 498 ~ 44.58%
G 30 of 498 ~ 6.02%
B 246 of 498 ~ 49.4%

%44.58
%49.4

CMYK color model

#DE1EF6 color CMYK value is (10,88,0,4).

  • cyan value is 9.76%
  • magenta value is 87.80%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(10,88,0,4)
C10M88Y0K4 
(10%,88%,0%,4%)
(0.10/0.88/0.00/0.04)	

CMYK percentages

%9.76
%87.8
%0
%3.53

Codes

Color #DE1EF6 in popluar color models

DE1EF6
RGB22230246
HSL293°92.31%54.12%
HSB/HSV293°87.80%96.47%
CMYK9.76%87.80%0.00%
3.53%

Color #DE1EF6 in popluar number systems.

HEXDE1EF6
Decimal22230246
Binary110111101111011110110
Octal33636366

Shades and tints

Shades of #DE1EF6

#DE1EF6
(222,30,246)
#CA1CE0
(202,28,224)
#B61ACA
(182,26,202)
#A218B4
(162,24,180)
#8E169E
(142,22,158)
#7A1488
(122,20,136)
#661272
(102,18,114)
#52105C
(82,16,92)
#3E0E46
(62,14,70)
#2A0C30
(42,12,48)
#160A1A
(22,10,26)
#000000
(0,0,0)

Tints of #DE1EF6

#DE1EF6
(222,30,246)
#E132F6
(225,50,246)
#E446F6
(228,70,246)
#E75AF6
(231,90,246)
#EA6EF6
(234,110,246)
#ED82F6
(237,130,246)
#F096F6
(240,150,246)
#F3AAF6
(243,170,246)
#F6BEF6
(246,190,246)
#F9D2F6
(249,210,246)
#FCE6F6
(252,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE1EF6 color. Also use rgb(222,30,246) instead hex code.

Text Font Color

.myTextColor { color: #DE1EF6; }

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

This text font color is #DE1EF6.


Background Color

.myBgColor { background-color: #DE1EF6; }

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

This div background color is #DE1EF6.


Border color

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

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

This div border color is #DE1EF6.


Opacity

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

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

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

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

This text has shadow with #DE1EF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE1EF6 on black background.


Color preview on white background

This text has color #DE1EF6 on white background.



Black color preview on #DE1EF6 background

This text has black color on #DE1EF6 background.


White color preview on #DE1EF6 background

This text has white color on #DE1EF6 background.