COLOR #DE7ED7

HEX: #DE7ED7 RGB: (222,126,215)

Color info

#DE7ED7 contains mainly red and blue colors. Web safe color of #DE7ED7 is #CC66CC (or #C6C).

RGB color model

#DE7ED7 color RGB value is (222,126,215).

RGB: (222,126,215) (87%, 49%, 84%)

RGB channels and saturation

R 222 of 255 = 87%
G 126 of 255 = 49%
B 215 of 255 = 84%

222
126
215

R + G + B ~ 73%. #DE7ED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 126 + 215 = 563 (100%)
R 222 of 563 ~ 39.43%
G 126 of 563 ~ 22.38%
B 215 of 563 ~ 38.19'%

%39.43
%22.38
%38.19

CMYK color model

#DE7ED7 color CMYK value is (0,43,3,13).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 3.15%
  • key color value is 12.94%

CMYK: (0,43,3,13)
C0M43Y3K13 (0%, 43%, 3%, 13%)
(0.00 / 0.43 / 0.03 / 0.13)

CMYK percentages

%0
%43.24
%3.15
%12.94

Codes

Color #DE7ED7 in popluar color models

DE 7E D7
RGB 222 126 215
HSL 304° 59.26% 68.24%
HSB/HSV 304° 43.24% 87.06%
CMYK 0.00% 43.24% 3.15%
12.94%

Color #DE7ED7 in popluar number systems.

HEX DE 7E D7
Decimal 222 126 215
Binary 11011110 1111110 11010111
Octal 336 176 327

Shades and tints

Shades of #DE7ED7

#DE7ED7
(222,126,215)
#CA73C4
(202,115,196)
#B668B1
(182,104,177)
#A25D9E
(162,93,158)
#8E528B
(142,82,139)
#7A4778
(122,71,120)
#663C65
(102,60,101)
#523152
(82,49,82)
#3E263F
(62,38,63)
#2A1B2C
(42,27,44)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #DE7ED7

#DE7ED7
(222,126,215)
#E189DA
(225,137,218)
#E494DD
(228,148,221)
#E79FE0
(231,159,224)
#EAAAE3
(234,170,227)
#EDB5E6
(237,181,230)
#F0C0E9
(240,192,233)
#F3CBEC
(243,203,236)
#F6D6EF
(246,214,239)
#F9E1F2
(249,225,242)
#FCECF5
(252,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE7ED7 color. Also use rgb(222,126,215) instead hex code.

Text Font Color

.myTextColor { color: #DE7ED7; }

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

This text font color is #DE7ED7.

Background Color

.myBgColor { background-color: #DE7ED7; }

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

This div background color is #DE7ED7.

Border color

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

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

This div border color is #DE7ED7.

Opacity

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

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

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

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

This text has shadow with #DE7ED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE7ED7.

Preview

Color preview on black background

This text has color #DE7ED7 on black background.


Color preview on white background

This text has color #DE7ED7 on white background.


Black color preview on #DE7ED7 background

This text has black color on #DE7ED7 background.


White color preview on #DE7ED7 background

This text has white color on #DE7ED7 background.


Related colors

Complementary color

Complementary color for #hex is #218128.


I love getcolorcode.com

Triadic colors

1 #D7DE7E and #7ED7DE with #DE7ED7 are triadic colors.

2 #D77EDE and #7EDED7 with #DE7ED7 are triadic colors.