COLOR #DE5DA6

HEX: #DE5DA6
RGB: (222,93,166)

Color info

#DE5DA6 contains mainly red and blue colors. Web safe color of #DE5DA6 is #CC6699 (or #C69).

RGB color model

#DE5DA6 color RGB value is (222,93,166).

  • red value is 222;
  • green value is 93;
  • blue value is 166.
RGB:
(222,93,166)
(87%,36%,65%)

RGB channels and saturation

R 222 of 255 = 87%
G 93 of 255 = 36%
B 166 of 255 = 65%

222
93
166

R + G + B ~ 63%. #DE5DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 93 + 166 = 481 (100%)
R 222 of 481 ~ 46.15%
G 93 of 481 ~ 19.33%
B 166 of 481 ~ 34.51%

%46.15
%19.33
%34.51

CMYK color model

#DE5DA6 color CMYK value is (0,58,25,13).

  • cyan value is 0.00%
  • magenta value is 58.11%
  • yellow value is 25.23%
  • key color value is 12.94%
CMYK:
(0,58,25,13)
C0M58Y25K13 
(0%,58%,25%,13%)
(0.00/0.58/0.25/0.13)	

CMYK percentages

%0
%58.11
%25.23
%12.94

Codes

Color #DE5DA6 in popluar color models

DE5DA6
RGB22293166
HSL326°66.15%61.76%
HSB/HSV326°58.11%87.06%
CMYK0.00%58.11%25.23%
12.94%

Color #DE5DA6 in popluar number systems.

HEXDE5DA6
Decimal22293166
Binary11011110101110110100110
Octal336135246

Shades and tints

Shades of #DE5DA6

#DE5DA6
(222,93,166)
#CA5597
(202,85,151)
#B64D88
(182,77,136)
#A24579
(162,69,121)
#8E3D6A
(142,61,106)
#7A355B
(122,53,91)
#662D4C
(102,45,76)
#52253D
(82,37,61)
#3E1D2E
(62,29,46)
#2A151F
(42,21,31)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #DE5DA6

#DE5DA6
(222,93,166)
#E16BAE
(225,107,174)
#E479B6
(228,121,182)
#E787BE
(231,135,190)
#EA95C6
(234,149,198)
#EDA3CE
(237,163,206)
#F0B1D6
(240,177,214)
#F3BFDE
(243,191,222)
#F6CDE6
(246,205,230)
#F9DBEE
(249,219,238)
#FCE9F6
(252,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE5DA6 color. Also use rgb(222,93,166) instead hex code.

Text Font Color

.myTextColor { color: #DE5DA6; }

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

This text font color is #DE5DA6.


Background Color

.myBgColor { background-color: #DE5DA6; }

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

This div background color is #DE5DA6.


Border color

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

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

This div border color is #DE5DA6.


Opacity

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

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

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

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

This text has shadow with #DE5DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE5DA6 on black background.


Color preview on white background

This text has color #DE5DA6 on white background.



Black color preview on #DE5DA6 background

This text has black color on #DE5DA6 background.


White color preview on #DE5DA6 background

This text has white color on #DE5DA6 background.