COLOR #DE98FF

HEX: #DE98FF
RGB: (222,152,255)

Color info

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

RGB color model

#DE98FF color RGB value is (222,152,255).

  • red value is 222;
  • green value is 152;
  • blue value is 255.
RGB:
(222,152,255)
(87%,60%,100%)

RGB channels and saturation

R 222 of 255 = 87%
G 152 of 255 = 60%
B 255 of 255 = 100%

222
152
255

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

Portions of RGB colors in percentages

R + G + B =
222 + 152 + 255 = 629 (100%)
R 222 of 629 ~ 35.29%
G 152 of 629 ~ 24.17%
B 255 of 629 ~ 40.54%

%35.29
%24.17
%40.54

CMYK color model

#DE98FF color CMYK value is (13,40,0,0).

  • cyan value is 12.94%
  • magenta value is 40.39%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,40,0,0)
C13M40Y0K0 
(13%,40%,0%,0%)
(0.13/0.40/0.00/0.00)	

CMYK percentages

%12.94
%40.39
%0
%0

Codes

Color #DE98FF in popluar color models

DE98FF
RGB222152255
HSL281°100.00%79.80%
HSB/HSV281°40.39%100.00%
CMYK12.94%40.39%0.00%
0.00%

Color #DE98FF in popluar number systems.

HEXDE98FF
Decimal222152255
Binary110111101001100011111111
Octal336230377

Shades and tints

Shades of #DE98FF

#DE98FF
(222,152,255)
#CA8BE8
(202,139,232)
#B67ED1
(182,126,209)
#A271BA
(162,113,186)
#8E64A3
(142,100,163)
#7A578C
(122,87,140)
#664A75
(102,74,117)
#523D5E
(82,61,94)
#3E3047
(62,48,71)
#2A2330
(42,35,48)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #DE98FF

#DE98FF
(222,152,255)
#E1A1FF
(225,161,255)
#E4AAFF
(228,170,255)
#E7B3FF
(231,179,255)
#EABCFF
(234,188,255)
#EDC5FF
(237,197,255)
#F0CEFF
(240,206,255)
#F3D7FF
(243,215,255)
#F6E0FF
(246,224,255)
#F9E9FF
(249,233,255)
#FCF2FF
(252,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE98FF color. Also use rgb(222,152,255) instead hex code.

Text Font Color

.myTextColor { color: #DE98FF; }

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

This text font color is #DE98FF.


Background Color

.myBgColor { background-color: #DE98FF; }

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

This div background color is #DE98FF.


Border color

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

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

This div border color is #DE98FF.


Opacity

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

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

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

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

This text has shadow with #DE98FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE98FF on black background.


Color preview on white background

This text has color #DE98FF on white background.



Black color preview on #DE98FF background

This text has black color on #DE98FF background.


White color preview on #DE98FF background

This text has white color on #DE98FF background.