COLOR #DE6AD3

HEX: #DE6AD3
RGB: (222,106,211)

Color info

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

RGB color model

#DE6AD3 color RGB value is (222,106,211).

  • red value is 222;
  • green value is 106;
  • blue value is 211.
RGB:
(222,106,211)
(87%,42%,83%)

RGB channels and saturation

R 222 of 255 = 87%
G 106 of 255 = 42%
B 211 of 255 = 83%

222
106
211

R + G + B ~ 71%. #DE6AD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 106 + 211 = 539 (100%)
R 222 of 539 ~ 41.19%
G 106 of 539 ~ 19.67%
B 211 of 539 ~ 39.15%

%41.19
%19.67
%39.15

CMYK color model

#DE6AD3 color CMYK value is (0,52,5,13).

  • cyan value is 0.00%
  • magenta value is 52.25%
  • yellow value is 4.95%
  • key color value is 12.94%
CMYK:
(0,52,5,13)
C0M52Y5K13 
(0%,52%,5%,13%)
(0.00/0.52/0.05/0.13)	

CMYK percentages

%0
%52.25
%4.95
%12.94

Codes

Color #DE6AD3 in popluar color models

DE6AD3
RGB222106211
HSL306°63.74%64.31%
HSB/HSV306°52.25%87.06%
CMYK0.00%52.25%4.95%
12.94%

Color #DE6AD3 in popluar number systems.

HEXDE6AD3
Decimal222106211
Binary11011110110101011010011
Octal336152323

Shades and tints

Shades of #DE6AD3

#DE6AD3
(222,106,211)
#CA61C0
(202,97,192)
#B658AD
(182,88,173)
#A24F9A
(162,79,154)
#8E4687
(142,70,135)
#7A3D74
(122,61,116)
#663461
(102,52,97)
#522B4E
(82,43,78)
#3E223B
(62,34,59)
#2A1928
(42,25,40)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #DE6AD3

#DE6AD3
(222,106,211)
#E177D7
(225,119,215)
#E484DB
(228,132,219)
#E791DF
(231,145,223)
#EA9EE3
(234,158,227)
#EDABE7
(237,171,231)
#F0B8EB
(240,184,235)
#F3C5EF
(243,197,239)
#F6D2F3
(246,210,243)
#F9DFF7
(249,223,247)
#FCECFB
(252,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE6AD3 color. Also use rgb(222,106,211) instead hex code.

Text Font Color

.myTextColor { color: #DE6AD3; }

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

This text font color is #DE6AD3.


Background Color

.myBgColor { background-color: #DE6AD3; }

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

This div background color is #DE6AD3.


Border color

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

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

This div border color is #DE6AD3.


Opacity

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

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

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

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

This text has shadow with #DE6AD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE6AD3 on black background.


Color preview on white background

This text has color #DE6AD3 on white background.



Black color preview on #DE6AD3 background

This text has black color on #DE6AD3 background.


White color preview on #DE6AD3 background

This text has white color on #DE6AD3 background.