COLOR #DE6B7E

HEX: #DE6B7E RGB: (222,107,126)

Color info

#DE6B7E contains mainly red color. Web safe color of #DE6B7E is #CC6666 (or #C66).

RGB color model

#DE6B7E color RGB value is (222,107,126).

RGB: (222,107,126) (87%, 42%, 49%)

RGB channels and saturation

R 222 of 255 = 87%
G 107 of 255 = 42%
B 126 of 255 = 49%

222
107
126

R + G + B ~ 59%. #DE6B7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 222 + 107 + 126 = 455 (100%)
R 222 of 455 ~ 48.79%
G 107 of 455 ~ 23.52%
B 126 of 455 ~ 27.69'%

%48.79
%23.52
%27.69

CMYK color model

#DE6B7E color CMYK value is (0,52,43,13).

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

CMYK: (0,52,43,13)
C0M52Y43K13 (0%, 52%, 43%, 13%)
(0.00 / 0.52 / 0.43 / 0.13)

CMYK percentages

%0
%51.8
%43.24
%12.94

Codes

Color #DE6B7E in popluar color models

DE 6B 7E
RGB 222 107 126
HSL 350° 63.54% 64.51%
HSB/HSV 350° 51.80% 87.06%
CMYK 0.00% 51.80% 43.24%
12.94%

Color #DE6B7E in popluar number systems.

HEX DE 6B 7E
Decimal 222 107 126
Binary 11011110 1101011 1111110
Octal 336 153 176

Shades and tints

Shades of #DE6B7E

#DE6B7E
(222,107,126)
#CA6273
(202,98,115)
#B65968
(182,89,104)
#A2505D
(162,80,93)
#8E4752
(142,71,82)
#7A3E47
(122,62,71)
#66353C
(102,53,60)
#522C31
(82,44,49)
#3E2326
(62,35,38)
#2A1A1B
(42,26,27)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #DE6B7E

#DE6B7E
(222,107,126)
#E17889
(225,120,137)
#E48594
(228,133,148)
#E7929F
(231,146,159)
#EA9FAA
(234,159,170)
#EDACB5
(237,172,181)
#F0B9C0
(240,185,192)
#F3C6CB
(243,198,203)
#F6D3D6
(246,211,214)
#F9E0E1
(249,224,225)
#FCEDEC
(252,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE6B7E; }

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

This text font color is #DE6B7E.

Background Color

.myBgColor { background-color: #DE6B7E; }

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

This div background color is #DE6B7E.

Border color

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

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

This div border color is #DE6B7E.

Opacity

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

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

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

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

This text has shadow with #DE6B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE6B7E.

Preview

Color preview on black background

This text has color #DE6B7E on black background.


Color preview on white background

This text has color #DE6B7E on white background.


Black color preview on #DE6B7E background

This text has black color on #DE6B7E background.


White color preview on #DE6B7E background

This text has white color on #DE6B7E background.


Related colors

Complementary color

Complementary color for #hex is #219481.


I love getcolorcode.com

Triadic colors

1 #7EDE6B and #6B7EDE with #DE6B7E are triadic colors.

2 #7E6BDE and #6BDE7E with #DE6B7E are triadic colors.