COLOR #DE9FF6

HEX: #DE9FF6 RGB: (222,159,246)

Color info

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

RGB color model

#DE9FF6 color RGB value is (222,159,246).

RGB: (222,159,246) (87%, 62%, 96%)

RGB channels and saturation

R 222 of 255 = 87%
G 159 of 255 = 62%
B 246 of 255 = 96%

222
159
246

R + G + B ~ 82%. #DE9FF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 159 + 246 = 627 (100%)
R 222 of 627 ~ 35.41%
G 159 of 627 ~ 25.36%
B 246 of 627 ~ 39.23'%

%35.41
%25.36
%39.23

CMYK color model

#DE9FF6 color CMYK value is (10,35,0,4).

  • cyan value is 9.76%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (10,35,0,4) C10M35Y0K4 (10%,35%,0%,4%) (0.10/0.35/0.00/0.04) 

CMYK percentages

%9.76
%35.37
%0
%3.53

Codes

Color #DE9FF6 in popluar color models

DE 9F F6
RGB 222 159 246
HSL 283° 82.86% 79.41%
HSB/HSV 283° 35.37% 96.47%
CMYK 9.76% 35.37% 0.00%
3.53%

Color #DE9FF6 in popluar number systems.

HEX DE 9F F6
Decimal 222 159 246
Binary 11011110 10011111 11110110
Octal 336 237 366

Shades and tints

Shades of #DE9FF6

#DE9FF6
(222,159,246)
#CA91E0
(202,145,224)
#B683CA
(182,131,202)
#A275B4
(162,117,180)
#8E679E
(142,103,158)
#7A5988
(122,89,136)
#664B72
(102,75,114)
#523D5C
(82,61,92)
#3E2F46
(62,47,70)
#2A2130
(42,33,48)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #DE9FF6

#DE9FF6
(222,159,246)
#E1A7F6
(225,167,246)
#E4AFF6
(228,175,246)
#E7B7F6
(231,183,246)
#EABFF6
(234,191,246)
#EDC7F6
(237,199,246)
#F0CFF6
(240,207,246)
#F3D7F6
(243,215,246)
#F6DFF6
(246,223,246)
#F9E7F6
(249,231,246)
#FCEFF6
(252,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9FF6; }

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

This text font color is #DE9FF6.

Background Color

.myBgColor { background-color: #DE9FF6; }

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

This div background color is #DE9FF6.

Border color

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

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

This div border color is #DE9FF6.

Opacity

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

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

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

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

This text has shadow with #DE9FF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9FF6.

Preview

Color preview on black background

This text has color #DE9FF6 on black background.


Color preview on white background

This text has color #DE9FF6 on white background.


Black color preview on #DE9FF6 background

This text has black color on #DE9FF6 background.


White color preview on #DE9FF6 background

This text has white color on #DE9FF6 background.


Related colors

Complementary color

Complementary color for #hex is #216009.


I love getcolorcode.com

Triadic colors

1 #F6DE9F and #9FF6DE with #DE9FF6 are triadic colors.

2 #F69FDE and #9FDEF6 with #DE9FF6 are triadic colors.