COLOR #DE3C5D

HEX: #DE3C5D
RGB: (222,60,93)

Color info

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

RGB color model

#DE3C5D color RGB value is (222,60,93).

  • red value is 222;
  • green value is 60;
  • blue value is 93.
RGB:
(222,60,93)
(87%,24%,36%)

RGB channels and saturation

R 222 of 255 = 87%
G 60 of 255 = 24%
B 93 of 255 = 36%

222
60
93

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

Portions of RGB colors in percentages

R + G + B =
222 + 60 + 93 = 375 (100%)
R 222 of 375 ~ 59.2%
G 60 of 375 ~ 16%
B 93 of 375 ~ 24.8%

%59.2
%16
%24.8

CMYK color model

#DE3C5D color CMYK value is (0,73,58,13).

  • cyan value is 0.00%
  • magenta value is 72.97%
  • yellow value is 58.11%
  • key color value is 12.94%
CMYK:
(0,73,58,13)
C0M73Y58K13 
(0%,73%,58%,13%)
(0.00/0.73/0.58/0.13)	

CMYK percentages

%0
%72.97
%58.11
%12.94

Codes

Color #DE3C5D in popluar color models

DE3C5D
RGB2226093
HSL348°71.05%55.29%
HSB/HSV348°72.97%87.06%
CMYK0.00%72.97%58.11%
12.94%

Color #DE3C5D in popluar number systems.

HEXDE3C5D
Decimal2226093
Binary110111101111001011101
Octal33674135

Shades and tints

Shades of #DE3C5D

#DE3C5D
(222,60,93)
#CA3755
(202,55,85)
#B6324D
(182,50,77)
#A22D45
(162,45,69)
#8E283D
(142,40,61)
#7A2335
(122,35,53)
#661E2D
(102,30,45)
#521925
(82,25,37)
#3E141D
(62,20,29)
#2A0F15
(42,15,21)
#160A0D
(22,10,13)
#000000
(0,0,0)

Tints of #DE3C5D

#DE3C5D
(222,60,93)
#E14D6B
(225,77,107)
#E45E79
(228,94,121)
#E76F87
(231,111,135)
#EA8095
(234,128,149)
#ED91A3
(237,145,163)
#F0A2B1
(240,162,177)
#F3B3BF
(243,179,191)
#F6C4CD
(246,196,205)
#F9D5DB
(249,213,219)
#FCE6E9
(252,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE3C5D color. Also use rgb(222,60,93) instead hex code.

Text Font Color

.myTextColor { color: #DE3C5D; }

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

This text font color is #DE3C5D.


Background Color

.myBgColor { background-color: #DE3C5D; }

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

This div background color is #DE3C5D.


Border color

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

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

This div border color is #DE3C5D.


Opacity

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

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

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

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

This text has shadow with #DE3C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE3C5D on black background.


Color preview on white background

This text has color #DE3C5D on white background.



Black color preview on #DE3C5D background

This text has black color on #DE3C5D background.


White color preview on #DE3C5D background

This text has white color on #DE3C5D background.