COLOR #DE83C8

HEX: #DE83C8
RGB: (222,131,200)

Color info

#DE83C8 contains mainly red and blue colors. Web safe color of #DE83C8 is #CC99CC (or #C9C).

RGB color model

#DE83C8 color RGB value is (222,131,200).

  • red value is 222;
  • green value is 131;
  • blue value is 200.
RGB:
(222,131,200)
(87%,51%,78%)

RGB channels and saturation

R 222 of 255 = 87%
G 131 of 255 = 51%
B 200 of 255 = 78%

222
131
200

R + G + B ~ 72%. #DE83C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 131 + 200 = 553 (100%)
R 222 of 553 ~ 40.14%
G 131 of 553 ~ 23.69%
B 200 of 553 ~ 36.17%

%40.14
%23.69
%36.17

CMYK color model

#DE83C8 color CMYK value is (0,41,10,13).

  • cyan value is 0.00%
  • magenta value is 40.99%
  • yellow value is 9.91%
  • key color value is 12.94%
CMYK:
(0,41,10,13)
C0M41Y10K13 
(0%,41%,10%,13%)
(0.00/0.41/0.10/0.13)	

CMYK percentages

%0
%40.99
%9.91
%12.94

Codes

Color #DE83C8 in popluar color models

DE83C8
RGB222131200
HSL315°57.96%69.22%
HSB/HSV315°40.99%87.06%
CMYK0.00%40.99%9.91%
12.94%

Color #DE83C8 in popluar number systems.

HEXDE83C8
Decimal222131200
Binary110111101000001111001000
Octal336203310

Shades and tints

Shades of #DE83C8

#DE83C8
(222,131,200)
#CA78B6
(202,120,182)
#B66DA4
(182,109,164)
#A26292
(162,98,146)
#8E5780
(142,87,128)
#7A4C6E
(122,76,110)
#66415C
(102,65,92)
#52364A
(82,54,74)
#3E2B38
(62,43,56)
#2A2026
(42,32,38)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #DE83C8

#DE83C8
(222,131,200)
#E18ECD
(225,142,205)
#E499D2
(228,153,210)
#E7A4D7
(231,164,215)
#EAAFDC
(234,175,220)
#EDBAE1
(237,186,225)
#F0C5E6
(240,197,230)
#F3D0EB
(243,208,235)
#F6DBF0
(246,219,240)
#F9E6F5
(249,230,245)
#FCF1FA
(252,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE83C8 color. Also use rgb(222,131,200) instead hex code.

Text Font Color

.myTextColor { color: #DE83C8; }

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

This text font color is #DE83C8.


Background Color

.myBgColor { background-color: #DE83C8; }

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

This div background color is #DE83C8.


Border color

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

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

This div border color is #DE83C8.


Opacity

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

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

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

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

This text has shadow with #DE83C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE83C8 on black background.


Color preview on white background

This text has color #DE83C8 on white background.



Black color preview on #DE83C8 background

This text has black color on #DE83C8 background.


White color preview on #DE83C8 background

This text has white color on #DE83C8 background.