COLOR #DE465C

HEX: #DE465C
RGB: (222,70,92)

Color info

#DE465C contains mainly red color. Web safe color of #DE465C is #CC3366 (or #C36).

RGB color model

#DE465C color RGB value is (222,70,92).

  • red value is 222;
  • green value is 70;
  • blue value is 92.
RGB:
(222,70,92)
(87%,27%,36%)

RGB channels and saturation

R 222 of 255 = 87%
G 70 of 255 = 27%
B 92 of 255 = 36%

222
70
92

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

Portions of RGB colors in percentages

R + G + B =
222 + 70 + 92 = 384 (100%)
R 222 of 384 ~ 57.81%
G 70 of 384 ~ 18.23%
B 92 of 384 ~ 23.96%

%57.81
%18.23
%23.96

CMYK color model

#DE465C color CMYK value is (0,68,59,13).

  • cyan value is 0.00%
  • magenta value is 68.47%
  • yellow value is 58.56%
  • key color value is 12.94%
CMYK:
(0,68,59,13)
C0M68Y59K13 
(0%,68%,59%,13%)
(0.00/0.68/0.59/0.13)	

CMYK percentages

%0
%68.47
%58.56
%12.94

Codes

Color #DE465C in popluar color models

DE465C
RGB2227092
HSL351°69.72%57.25%
HSB/HSV351°68.47%87.06%
CMYK0.00%68.47%58.56%
12.94%

Color #DE465C in popluar number systems.

HEXDE465C
Decimal2227092
Binary1101111010001101011100
Octal336106134

Shades and tints

Shades of #DE465C

#DE465C
(222,70,92)
#CA4054
(202,64,84)
#B63A4C
(182,58,76)
#A23444
(162,52,68)
#8E2E3C
(142,46,60)
#7A2834
(122,40,52)
#66222C
(102,34,44)
#521C24
(82,28,36)
#3E161C
(62,22,28)
#2A1014
(42,16,20)
#160A0C
(22,10,12)
#000000
(0,0,0)

Tints of #DE465C

#DE465C
(222,70,92)
#E1566A
(225,86,106)
#E46678
(228,102,120)
#E77686
(231,118,134)
#EA8694
(234,134,148)
#ED96A2
(237,150,162)
#F0A6B0
(240,166,176)
#F3B6BE
(243,182,190)
#F6C6CC
(246,198,204)
#F9D6DA
(249,214,218)
#FCE6E8
(252,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE465C color. Also use rgb(222,70,92) instead hex code.

Text Font Color

.myTextColor { color: #DE465C; }

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

This text font color is #DE465C.


Background Color

.myBgColor { background-color: #DE465C; }

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

This div background color is #DE465C.


Border color

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

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

This div border color is #DE465C.


Opacity

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

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

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

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

This text has shadow with #DE465C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE465C on black background.


Color preview on white background

This text has color #DE465C on white background.



Black color preview on #DE465C background

This text has black color on #DE465C background.


White color preview on #DE465C background

This text has white color on #DE465C background.