COLOR #DE88B0

HEX: #DE88B0
RGB: (222,136,176)

Color info

#DE88B0 contains mainly red and blue colors. Web safe color of #DE88B0 is #CC9999 (or #C99).

RGB color model

#DE88B0 color RGB value is (222,136,176).

  • red value is 222;
  • green value is 136;
  • blue value is 176.
RGB:
(222,136,176)
(87%,53%,69%)

RGB channels and saturation

R 222 of 255 = 87%
G 136 of 255 = 53%
B 176 of 255 = 69%

222
136
176

R + G + B ~ 70%. #DE88B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 136 + 176 = 534 (100%)
R 222 of 534 ~ 41.57%
G 136 of 534 ~ 25.47%
B 176 of 534 ~ 32.96%

%41.57
%25.47
%32.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.74%
  • yellow value is 20.72%
  • key color value is 12.94%
CMYK:
(0,39,21,13)
C0M39Y21K13 
(0%,39%,21%,13%)
(0.00/0.39/0.21/0.13)	

CMYK percentages

%0
%38.74
%20.72
%12.94

Codes

Color #DE88B0 in popluar color models

DE88B0
RGB222136176
HSL332°56.58%70.20%
HSB/HSV332°38.74%87.06%
CMYK0.00%38.74%20.72%
12.94%

Color #DE88B0 in popluar number systems.

HEXDE88B0
Decimal222136176
Binary110111101000100010110000
Octal336210260

Shades and tints

Shades of #DE88B0

#DE88B0
(222,136,176)
#CA7CA0
(202,124,160)
#B67090
(182,112,144)
#A26480
(162,100,128)
#8E5870
(142,88,112)
#7A4C60
(122,76,96)
#664050
(102,64,80)
#523440
(82,52,64)
#3E2830
(62,40,48)
#2A1C20
(42,28,32)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #DE88B0

#DE88B0
(222,136,176)
#E192B7
(225,146,183)
#E49CBE
(228,156,190)
#E7A6C5
(231,166,197)
#EAB0CC
(234,176,204)
#EDBAD3
(237,186,211)
#F0C4DA
(240,196,218)
#F3CEE1
(243,206,225)
#F6D8E8
(246,216,232)
#F9E2EF
(249,226,239)
#FCECF6
(252,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE88B0; }

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

This text font color is #DE88B0.


Background Color

.myBgColor { background-color: #DE88B0; }

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

This div background color is #DE88B0.


Border color

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

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

This div border color is #DE88B0.


Opacity

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

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

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

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

This text has shadow with #DE88B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE88B0 on black background.


Color preview on white background

This text has color #DE88B0 on white background.



Black color preview on #DE88B0 background

This text has black color on #DE88B0 background.


White color preview on #DE88B0 background

This text has white color on #DE88B0 background.