COLOR #DE96C7

HEX: #DE96C7 RGB: (222,150,199)

Color info

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

RGB color model

#DE96C7 color RGB value is (222,150,199).

RGB: (222,150,199) (87%, 59%, 78%)

RGB channels and saturation

R 222 of 255 = 87%
G 150 of 255 = 59%
B 199 of 255 = 78%

222
150
199

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

Portions of RGB colors in percentages

R + G + B = 222 + 150 + 199 = 571 (100%)
R 222 of 571 ~ 38.88%
G 150 of 571 ~ 26.27%
B 199 of 571 ~ 34.85'%

%38.88
%26.27
%34.85

CMYK color model

#DE96C7 color CMYK value is (0,32,10,13).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 10.36%
  • key color value is 12.94%

CMYK: (0,32,10,13)
C0M32Y10K13 (0%, 32%, 10%, 13%)
(0.00 / 0.32 / 0.10 / 0.13)

CMYK percentages

%0
%32.43
%10.36
%12.94

Codes

Color #DE96C7 in popluar color models

DE 96 C7
RGB 222 150 199
HSL 319° 52.17% 72.94%
HSB/HSV 319° 32.43% 87.06%
CMYK 0.00% 32.43% 10.36%
12.94%

Color #DE96C7 in popluar number systems.

HEX DE 96 C7
Decimal 222 150 199
Binary 11011110 10010110 11000111
Octal 336 226 307

Shades and tints

Shades of #DE96C7

#DE96C7
(222,150,199)
#CA89B5
(202,137,181)
#B67CA3
(182,124,163)
#A26F91
(162,111,145)
#8E627F
(142,98,127)
#7A556D
(122,85,109)
#66485B
(102,72,91)
#523B49
(82,59,73)
#3E2E37
(62,46,55)
#2A2125
(42,33,37)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #DE96C7

#DE96C7
(222,150,199)
#E19FCC
(225,159,204)
#E4A8D1
(228,168,209)
#E7B1D6
(231,177,214)
#EABADB
(234,186,219)
#EDC3E0
(237,195,224)
#F0CCE5
(240,204,229)
#F3D5EA
(243,213,234)
#F6DEEF
(246,222,239)
#F9E7F4
(249,231,244)
#FCF0F9
(252,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE96C7; }

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

This text font color is #DE96C7.

Background Color

.myBgColor { background-color: #DE96C7; }

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

This div background color is #DE96C7.

Border color

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

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

This div border color is #DE96C7.

Opacity

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

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

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

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

This text has shadow with #DE96C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE96C7.

Preview

Color preview on black background

This text has color #DE96C7 on black background.


Color preview on white background

This text has color #DE96C7 on white background.


Black color preview on #DE96C7 background

This text has black color on #DE96C7 background.


White color preview on #DE96C7 background

This text has white color on #DE96C7 background.


Related colors

Complementary color

Complementary color for #hex is #216938.


I love getcolorcode.com

Triadic colors

1 #C7DE96 and #96C7DE with #DE96C7 are triadic colors.

2 #C796DE and #96DEC7 with #DE96C7 are triadic colors.