COLOR #DE687A

HEX: #DE687A RGB: (222,104,122)

Color info

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

RGB color model

#DE687A color RGB value is (222,104,122).

RGB: (222,104,122) (87%, 41%, 48%)

RGB channels and saturation

R 222 of 255 = 87%
G 104 of 255 = 41%
B 122 of 255 = 48%

222
104
122

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

Portions of RGB colors in percentages

R + G + B = 222 + 104 + 122 = 448 (100%)
R 222 of 448 ~ 49.55%
G 104 of 448 ~ 23.21%
B 122 of 448 ~ 27.23'%

%49.55
%23.21
%27.23

CMYK color model

#DE687A color CMYK value is (0,53,45,13).

  • cyan value is 0.00%
  • magenta value is 53.15%
  • yellow value is 45.05%
  • key color value is 12.94%

CMYK: (0,53,45,13)
C0M53Y45K13 (0%, 53%, 45%, 13%)
(0.00 / 0.53 / 0.45 / 0.13)

CMYK percentages

%0
%53.15
%45.05
%12.94

Codes

Color #DE687A in popluar color models

DE 68 7A
RGB 222 104 122
HSL 351° 64.13% 63.92%
HSB/HSV 351° 53.15% 87.06%
CMYK 0.00% 53.15% 45.05%
12.94%

Color #DE687A in popluar number systems.

HEX DE 68 7A
Decimal 222 104 122
Binary 11011110 1101000 1111010
Octal 336 150 172

Shades and tints

Shades of #DE687A

#DE687A
(222,104,122)
#CA5F6F
(202,95,111)
#B65664
(182,86,100)
#A24D59
(162,77,89)
#8E444E
(142,68,78)
#7A3B43
(122,59,67)
#663238
(102,50,56)
#52292D
(82,41,45)
#3E2022
(62,32,34)
#2A1717
(42,23,23)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #DE687A

#DE687A
(222,104,122)
#E17586
(225,117,134)
#E48292
(228,130,146)
#E78F9E
(231,143,158)
#EA9CAA
(234,156,170)
#EDA9B6
(237,169,182)
#F0B6C2
(240,182,194)
#F3C3CE
(243,195,206)
#F6D0DA
(246,208,218)
#F9DDE6
(249,221,230)
#FCEAF2
(252,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE687A color. Also use rgb(222,104,122) instead hex code.

Text Font Color

.myTextColor { color: #DE687A; }

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

This text font color is #DE687A.

Background Color

.myBgColor { background-color: #DE687A; }

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

This div background color is #DE687A.

Border color

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

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

This div border color is #DE687A.

Opacity

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

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

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

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

This text has shadow with #DE687A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE687A.

Preview

Color preview on black background

This text has color #DE687A on black background.


Color preview on white background

This text has color #DE687A on white background.


Black color preview on #DE687A background

This text has black color on #DE687A background.


White color preview on #DE687A background

This text has white color on #DE687A background.


Related colors

Complementary color

Complementary color for #hex is #219785.


I love getcolorcode.com

Triadic colors

1 #7ADE68 and #687ADE with #DE687A are triadic colors.

2 #7A68DE and #68DE7A with #DE687A are triadic colors.