COLOR #DE88C2

HEX: #DE88C2 RGB: (222,136,194)

Color info

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

RGB color model

#DE88C2 color RGB value is (222,136,194).

RGB: (222,136,194) (87%, 53%, 76%)

RGB channels and saturation

R 222 of 255 = 87%
G 136 of 255 = 53%
B 194 of 255 = 76%

222
136
194

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

Portions of RGB colors in percentages

R + G + B = 222 + 136 + 194 = 552 (100%)
R 222 of 552 ~ 40.22%
G 136 of 552 ~ 24.64%
B 194 of 552 ~ 35.14'%

%40.22
%24.64
%35.14

CMYK color model

#DE88C2 color CMYK value is (0,39,13,13).

  • cyan value is 0.00%
  • magenta value is 38.74%
  • yellow value is 12.61%
  • key color value is 12.94%

CMYK: (0,39,13,13)
C0M39Y13K13 (0%, 39%, 13%, 13%)
(0.00 / 0.39 / 0.13 / 0.13)

CMYK percentages

%0
%38.74
%12.61
%12.94

Codes

Color #DE88C2 in popluar color models

DE 88 C2
RGB 222 136 194
HSL 320° 56.58% 70.20%
HSB/HSV 320° 38.74% 87.06%
CMYK 0.00% 38.74% 12.61%
12.94%

Color #DE88C2 in popluar number systems.

HEX DE 88 C2
Decimal 222 136 194
Binary 11011110 10001000 11000010
Octal 336 210 302

Shades and tints

Shades of #DE88C2

#DE88C2
(222,136,194)
#CA7CB1
(202,124,177)
#B670A0
(182,112,160)
#A2648F
(162,100,143)
#8E587E
(142,88,126)
#7A4C6D
(122,76,109)
#66405C
(102,64,92)
#52344B
(82,52,75)
#3E283A
(62,40,58)
#2A1C29
(42,28,41)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #DE88C2

#DE88C2
(222,136,194)
#E192C7
(225,146,199)
#E49CCC
(228,156,204)
#E7A6D1
(231,166,209)
#EAB0D6
(234,176,214)
#EDBADB
(237,186,219)
#F0C4E0
(240,196,224)
#F3CEE5
(243,206,229)
#F6D8EA
(246,216,234)
#F9E2EF
(249,226,239)
#FCECF4
(252,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE88C2 color. Also use rgb(222,136,194) instead hex code.

Text Font Color

.myTextColor { color: #DE88C2; }

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

This text font color is #DE88C2.

Background Color

.myBgColor { background-color: #DE88C2; }

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

This div background color is #DE88C2.

Border color

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

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

This div border color is #DE88C2.

Opacity

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

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

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

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

This text has shadow with #DE88C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE88C2.

Preview

Color preview on black background

This text has color #DE88C2 on black background.


Color preview on white background

This text has color #DE88C2 on white background.


Black color preview on #DE88C2 background

This text has black color on #DE88C2 background.


White color preview on #DE88C2 background

This text has white color on #DE88C2 background.


Related colors

Complementary color

Complementary color for #hex is #21773D.


I love getcolorcode.com

Triadic colors

1 #C2DE88 and #88C2DE with #DE88C2 are triadic colors.

2 #C288DE and #88DEC2 with #DE88C2 are triadic colors.