COLOR #DE78B2

HEX: #DE78B2 RGB: (222,120,178)

Color info

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

RGB color model

#DE78B2 color RGB value is (222,120,178).

RGB: (222,120,178) (87%, 47%, 70%)

RGB channels and saturation

R 222 of 255 = 87%
G 120 of 255 = 47%
B 178 of 255 = 70%

222
120
178

R + G + B ~ 68%. #DE78B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 120 + 178 = 520 (100%)
R 222 of 520 ~ 42.69%
G 120 of 520 ~ 23.08%
B 178 of 520 ~ 34.23'%

%42.69
%23.08
%34.23

CMYK color model

#DE78B2 color CMYK value is (0,46,20,13).

  • cyan value is 0.00%
  • magenta value is 45.95%
  • yellow value is 19.82%
  • key color value is 12.94%

CMYK: (0,46,20,13)
C0M46Y20K13 (0%, 46%, 20%, 13%)
(0.00 / 0.46 / 0.20 / 0.13)

CMYK percentages

%0
%45.95
%19.82
%12.94

Codes

Color #DE78B2 in popluar color models

DE 78 B2
RGB 222 120 178
HSL 326° 60.71% 67.06%
HSB/HSV 326° 45.95% 87.06%
CMYK 0.00% 45.95% 19.82%
12.94%

Color #DE78B2 in popluar number systems.

HEX DE 78 B2
Decimal 222 120 178
Binary 11011110 1111000 10110010
Octal 336 170 262

Shades and tints

Shades of #DE78B2

#DE78B2
(222,120,178)
#CA6EA2
(202,110,162)
#B66492
(182,100,146)
#A25A82
(162,90,130)
#8E5072
(142,80,114)
#7A4662
(122,70,98)
#663C52
(102,60,82)
#523242
(82,50,66)
#3E2832
(62,40,50)
#2A1E22
(42,30,34)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #DE78B2

#DE78B2
(222,120,178)
#E184B9
(225,132,185)
#E490C0
(228,144,192)
#E79CC7
(231,156,199)
#EAA8CE
(234,168,206)
#EDB4D5
(237,180,213)
#F0C0DC
(240,192,220)
#F3CCE3
(243,204,227)
#F6D8EA
(246,216,234)
#F9E4F1
(249,228,241)
#FCF0F8
(252,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE78B2; }

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

This text font color is #DE78B2.

Background Color

.myBgColor { background-color: #DE78B2; }

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

This div background color is #DE78B2.

Border color

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

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

This div border color is #DE78B2.

Opacity

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

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

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

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

This text has shadow with #DE78B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE78B2.

Preview

Color preview on black background

This text has color #DE78B2 on black background.


Color preview on white background

This text has color #DE78B2 on white background.


Black color preview on #DE78B2 background

This text has black color on #DE78B2 background.


White color preview on #DE78B2 background

This text has white color on #DE78B2 background.


Related colors

Complementary color

Complementary color for #hex is #21874D.


I love getcolorcode.com

Triadic colors

1 #B2DE78 and #78B2DE with #DE78B2 are triadic colors.

2 #B278DE and #78DEB2 with #DE78B2 are triadic colors.