COLOR #DE606C

HEX: #DE606C
RGB: (222,96,108)

Color info

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

RGB color model

#DE606C color RGB value is (222,96,108).

  • red value is 222;
  • green value is 96;
  • blue value is 108.
RGB:
(222,96,108)
(87%,38%,42%)

RGB channels and saturation

R 222 of 255 = 87%
G 96 of 255 = 38%
B 108 of 255 = 42%

222
96
108

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

Portions of RGB colors in percentages

R + G + B =
222 + 96 + 108 = 426 (100%)
R 222 of 426 ~ 52.11%
G 96 of 426 ~ 22.54%
B 108 of 426 ~ 25.35%

%52.11
%22.54
%25.35

CMYK color model

#DE606C color CMYK value is (0,57,51,13).

  • cyan value is 0.00%
  • magenta value is 56.76%
  • yellow value is 51.35%
  • key color value is 12.94%
CMYK:
(0,57,51,13)
C0M57Y51K13 
(0%,57%,51%,13%)
(0.00/0.57/0.51/0.13)	

CMYK percentages

%0
%56.76
%51.35
%12.94

Codes

Color #DE606C in popluar color models

DE606C
RGB22296108
HSL354°65.63%62.35%
HSB/HSV354°56.76%87.06%
CMYK0.00%56.76%51.35%
12.94%

Color #DE606C in popluar number systems.

HEXDE606C
Decimal22296108
Binary1101111011000001101100
Octal336140154

Shades and tints

Shades of #DE606C

#DE606C
(222,96,108)
#CA5863
(202,88,99)
#B6505A
(182,80,90)
#A24851
(162,72,81)
#8E4048
(142,64,72)
#7A383F
(122,56,63)
#663036
(102,48,54)
#52282D
(82,40,45)
#3E2024
(62,32,36)
#2A181B
(42,24,27)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #DE606C

#DE606C
(222,96,108)
#E16E79
(225,110,121)
#E47C86
(228,124,134)
#E78A93
(231,138,147)
#EA98A0
(234,152,160)
#EDA6AD
(237,166,173)
#F0B4BA
(240,180,186)
#F3C2C7
(243,194,199)
#F6D0D4
(246,208,212)
#F9DEE1
(249,222,225)
#FCECEE
(252,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE606C color. Also use rgb(222,96,108) instead hex code.

Text Font Color

.myTextColor { color: #DE606C; }

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

This text font color is #DE606C.


Background Color

.myBgColor { background-color: #DE606C; }

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

This div background color is #DE606C.


Border color

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

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

This div border color is #DE606C.


Opacity

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

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

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

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

This text has shadow with #DE606C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE606C on black background.


Color preview on white background

This text has color #DE606C on white background.



Black color preview on #DE606C background

This text has black color on #DE606C background.


White color preview on #DE606C background

This text has white color on #DE606C background.