COLOR #DE71B2

HEX: #DE71B2
RGB: (222,113,178)

Color info

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

RGB color model

#DE71B2 color RGB value is (222,113,178).

  • red value is 222;
  • green value is 113;
  • blue value is 178.
RGB:
(222,113,178)
(87%,44%,70%)

RGB channels and saturation

R 222 of 255 = 87%
G 113 of 255 = 44%
B 178 of 255 = 70%

222
113
178

R + G + B ~ 67%. #DE71B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 113 + 178 = 513 (100%)
R 222 of 513 ~ 43.27%
G 113 of 513 ~ 22.03%
B 178 of 513 ~ 34.7%

%43.27
%22.03
%34.7

CMYK color model

#DE71B2 color CMYK value is (0,49,20,13).

  • cyan value is 0.00%
  • magenta value is 49.10%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK:
(0,49,20,13)
C0M49Y20K13 
(0%,49%,20%,13%)
(0.00/0.49/0.20/0.13)	

CMYK percentages

%0
%49.1
%19.82
%12.94

Codes

Color #DE71B2 in popluar color models

DE71B2
RGB222113178
HSL324°62.29%65.69%
HSB/HSV324°49.10%87.06%
CMYK0.00%49.10%19.82%
12.94%

Color #DE71B2 in popluar number systems.

HEXDE71B2
Decimal222113178
Binary11011110111000110110010
Octal336161262

Shades and tints

Shades of #DE71B2

#DE71B2
(222,113,178)
#CA67A2
(202,103,162)
#B65D92
(182,93,146)
#A25382
(162,83,130)
#8E4972
(142,73,114)
#7A3F62
(122,63,98)
#663552
(102,53,82)
#522B42
(82,43,66)
#3E2132
(62,33,50)
#2A1722
(42,23,34)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #DE71B2

#DE71B2
(222,113,178)
#E17DB9
(225,125,185)
#E489C0
(228,137,192)
#E795C7
(231,149,199)
#EAA1CE
(234,161,206)
#EDADD5
(237,173,213)
#F0B9DC
(240,185,220)
#F3C5E3
(243,197,227)
#F6D1EA
(246,209,234)
#F9DDF1
(249,221,241)
#FCE9F8
(252,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE71B2 color. Also use rgb(222,113,178) instead hex code.

Text Font Color

.myTextColor { color: #DE71B2; }

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

This text font color is #DE71B2.


Background Color

.myBgColor { background-color: #DE71B2; }

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

This div background color is #DE71B2.


Border color

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

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

This div border color is #DE71B2.


Opacity

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

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

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

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

This text has shadow with #DE71B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE71B2 on black background.


Color preview on white background

This text has color #DE71B2 on white background.



Black color preview on #DE71B2 background

This text has black color on #DE71B2 background.


White color preview on #DE71B2 background

This text has white color on #DE71B2 background.