COLOR #DE96F3

HEX: #DE96F3
RGB: (222,150,243)

Color info

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

RGB color model

#DE96F3 color RGB value is (222,150,243).

  • red value is 222;
  • green value is 150;
  • blue value is 243.
RGB:
(222,150,243)
(87%,59%,95%)

RGB channels and saturation

R 222 of 255 = 87%
G 150 of 255 = 59%
B 243 of 255 = 95%

222
150
243

R + G + B ~ 80%. #DE96F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 150 + 243 = 615 (100%)
R 222 of 615 ~ 36.1%
G 150 of 615 ~ 24.39%
B 243 of 615 ~ 39.51%

%36.1
%24.39
%39.51

CMYK color model

#DE96F3 color CMYK value is (9,38,0,5).

  • cyan value is 8.64%
  • magenta value is 38.27%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(9,38,0,5)
C9M38Y0K5 
(9%,38%,0%,5%)
(0.09/0.38/0.00/0.05)	

CMYK percentages

%8.64
%38.27
%0
%4.71

Codes

Color #DE96F3 in popluar color models

DE96F3
RGB222150243
HSL286°79.49%77.06%
HSB/HSV286°38.27%95.29%
CMYK8.64%38.27%0.00%
4.71%

Color #DE96F3 in popluar number systems.

HEXDE96F3
Decimal222150243
Binary110111101001011011110011
Octal336226363

Shades and tints

Shades of #DE96F3

#DE96F3
(222,150,243)
#CA89DD
(202,137,221)
#B67CC7
(182,124,199)
#A26FB1
(162,111,177)
#8E629B
(142,98,155)
#7A5585
(122,85,133)
#66486F
(102,72,111)
#523B59
(82,59,89)
#3E2E43
(62,46,67)
#2A212D
(42,33,45)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #DE96F3

#DE96F3
(222,150,243)
#E19FF4
(225,159,244)
#E4A8F5
(228,168,245)
#E7B1F6
(231,177,246)
#EABAF7
(234,186,247)
#EDC3F8
(237,195,248)
#F0CCF9
(240,204,249)
#F3D5FA
(243,213,250)
#F6DEFB
(246,222,251)
#F9E7FC
(249,231,252)
#FCF0FD
(252,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE96F3 color. Also use rgb(222,150,243) instead hex code.

Text Font Color

.myTextColor { color: #DE96F3; }

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

This text font color is #DE96F3.


Background Color

.myBgColor { background-color: #DE96F3; }

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

This div background color is #DE96F3.


Border color

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

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

This div border color is #DE96F3.


Opacity

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

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

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

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

This text has shadow with #DE96F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE96F3 on black background.


Color preview on white background

This text has color #DE96F3 on white background.



Black color preview on #DE96F3 background

This text has black color on #DE96F3 background.


White color preview on #DE96F3 background

This text has white color on #DE96F3 background.