COLOR #DE96CA

HEX: #DE96CA RGB: (222,150,202)

Color info

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

RGB color model

#DE96CA color RGB value is (222,150,202).

RGB: (222,150,202) (87%, 59%, 79%)

RGB channels and saturation

R 222 of 255 = 87%
G 150 of 255 = 59%
B 202 of 255 = 79%

222
150
202

R + G + B ~ 75%. #DE96CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 150 + 202 = 574 (100%)
R 222 of 574 ~ 38.68%
G 150 of 574 ~ 26.13%
B 202 of 574 ~ 35.19'%

%38.68
%26.13
%35.19

CMYK color model

#DE96CA color CMYK value is (0,32,9,13).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 9.01%
  • key color value is 12.94%
CMYK: (0,32,9,13) C0M32Y9K13 (0%,32%,9%,13%) (0.00/0.32/0.09/0.13) 

CMYK percentages

%0
%32.43
%9.01
%12.94

Codes

Color #DE96CA in popluar color models

DE 96 CA
RGB 222 150 202
HSL 317° 52.17% 72.94%
HSB/HSV 317° 32.43% 87.06%
CMYK 0.00% 32.43% 9.01%
12.94%

Color #DE96CA in popluar number systems.

HEX DE 96 CA
Decimal 222 150 202
Binary 11011110 10010110 11001010
Octal 336 226 312

Shades and tints

Shades of #DE96CA

#DE96CA
(222,150,202)
#CA89B8
(202,137,184)
#B67CA6
(182,124,166)
#A26F94
(162,111,148)
#8E6282
(142,98,130)
#7A5570
(122,85,112)
#66485E
(102,72,94)
#523B4C
(82,59,76)
#3E2E3A
(62,46,58)
#2A2128
(42,33,40)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #DE96CA

#DE96CA
(222,150,202)
#E19FCE
(225,159,206)
#E4A8D2
(228,168,210)
#E7B1D6
(231,177,214)
#EABADA
(234,186,218)
#EDC3DE
(237,195,222)
#F0CCE2
(240,204,226)
#F3D5E6
(243,213,230)
#F6DEEA
(246,222,234)
#F9E7EE
(249,231,238)
#FCF0F2
(252,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE96CA; }

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

This text font color is #DE96CA.

Background Color

.myBgColor { background-color: #DE96CA; }

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

This div background color is #DE96CA.

Border color

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

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

This div border color is #DE96CA.

Opacity

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

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

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

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

This text has shadow with #DE96CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE96CA.

Preview

Color preview on black background

This text has color #DE96CA on black background.


Color preview on white background

This text has color #DE96CA on white background.


Black color preview on #DE96CA background

This text has black color on #DE96CA background.


White color preview on #DE96CA background

This text has white color on #DE96CA background.


Related colors

Complementary color

Complementary color for #hex is #216935.


I love getcolorcode.com

Triadic colors

1 #CADE96 and #96CADE with #DE96CA are triadic colors.

2 #CA96DE and #96DECA with #DE96CA are triadic colors.