COLOR #DE9AF6

HEX: #DE9AF6
RGB: (222,154,246)

Color info

#DE9AF6 contains mainly red and blue colors. Web safe color of #DE9AF6 is #CC99FF (or #C9F).

RGB color model

#DE9AF6 color RGB value is (222,154,246).

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

RGB channels and saturation

R 222 of 255 = 87%
G 154 of 255 = 60%
B 246 of 255 = 96%

222
154
246

R + G + B ~ 81%. #DE9AF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 154 + 246 = 622 (100%)
R 222 of 622 ~ 35.69%
G 154 of 622 ~ 24.76%
B 246 of 622 ~ 39.55%

%35.69
%24.76
%39.55

CMYK color model

#DE9AF6 color CMYK value is (10,37,0,4).

  • cyan value is 9.76%
  • magenta value is 37.40%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(10,37,0,4)
C10M37Y0K4 
(10%,37%,0%,4%)
(0.10/0.37/0.00/0.04)	

CMYK percentages

%9.76
%37.4
%0
%3.53

Codes

Color #DE9AF6 in popluar color models

DE9AF6
RGB222154246
HSL284°83.64%78.43%
HSB/HSV284°37.40%96.47%
CMYK9.76%37.40%0.00%
3.53%

Color #DE9AF6 in popluar number systems.

HEXDE9AF6
Decimal222154246
Binary110111101001101011110110
Octal336232366

Shades and tints

Shades of #DE9AF6

#DE9AF6
(222,154,246)
#CA8CE0
(202,140,224)
#B67ECA
(182,126,202)
#A270B4
(162,112,180)
#8E629E
(142,98,158)
#7A5488
(122,84,136)
#664672
(102,70,114)
#52385C
(82,56,92)
#3E2A46
(62,42,70)
#2A1C30
(42,28,48)
#160E1A
(22,14,26)
#000000
(0,0,0)

Tints of #DE9AF6

#DE9AF6
(222,154,246)
#E1A3F6
(225,163,246)
#E4ACF6
(228,172,246)
#E7B5F6
(231,181,246)
#EABEF6
(234,190,246)
#EDC7F6
(237,199,246)
#F0D0F6
(240,208,246)
#F3D9F6
(243,217,246)
#F6E2F6
(246,226,246)
#F9EBF6
(249,235,246)
#FCF4F6
(252,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9AF6; }

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

This text font color is #DE9AF6.


Background Color

.myBgColor { background-color: #DE9AF6; }

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

This div background color is #DE9AF6.


Border color

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

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

This div border color is #DE9AF6.


Opacity

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

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

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

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

This text has shadow with #DE9AF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9AF6 on black background.


Color preview on white background

This text has color #DE9AF6 on white background.



Black color preview on #DE9AF6 background

This text has black color on #DE9AF6 background.


White color preview on #DE9AF6 background

This text has white color on #DE9AF6 background.