COLOR #DE1960

HEX: #DE1960
RGB: (222,25,96)

Color info

#DE1960 contains mainly red color. Web safe color of #DE1960 is #CC0066 (or #C06).

RGB color model

#DE1960 color RGB value is (222,25,96).

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

RGB channels and saturation

R 222 of 255 = 87%
G 25 of 255 = 10%
B 96 of 255 = 38%

222
25
96

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

Portions of RGB colors in percentages

R + G + B =
222 + 25 + 96 = 343 (100%)
R 222 of 343 ~ 64.72%
G 25 of 343 ~ 7.29%
B 96 of 343 ~ 27.99%

%64.72
%27.99

CMYK color model

#DE1960 color CMYK value is (0,89,57,13).

  • cyan value is 0.00%
  • magenta value is 88.74%
  • yellow value is 56.76%
  • key color value is 12.94%
CMYK:
(0,89,57,13)
C0M89Y57K13 
(0%,89%,57%,13%)
(0.00/0.89/0.57/0.13)	

CMYK percentages

%0
%88.74
%56.76
%12.94

Codes

Color #DE1960 in popluar color models

DE1960
RGB2222596
HSL338°79.76%48.43%
HSB/HSV338°88.74%87.06%
CMYK0.00%88.74%56.76%
12.94%

Color #DE1960 in popluar number systems.

HEXDE1960
Decimal2222596
Binary11011110110011100000
Octal33631140

Shades and tints

Shades of #DE1960

#DE1960
(222,25,96)
#CA1758
(202,23,88)
#B61550
(182,21,80)
#A21348
(162,19,72)
#8E1140
(142,17,64)
#7A0F38
(122,15,56)
#660D30
(102,13,48)
#520B28
(82,11,40)
#3E0920
(62,9,32)
#2A0718
(42,7,24)
#160510
(22,5,16)
#000000
(0,0,0)

Tints of #DE1960

#DE1960
(222,25,96)
#E12D6E
(225,45,110)
#E4417C
(228,65,124)
#E7558A
(231,85,138)
#EA6998
(234,105,152)
#ED7DA6
(237,125,166)
#F091B4
(240,145,180)
#F3A5C2
(243,165,194)
#F6B9D0
(246,185,208)
#F9CDDE
(249,205,222)
#FCE1EC
(252,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE1960; }

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

This text font color is #DE1960.


Background Color

.myBgColor { background-color: #DE1960; }

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

This div background color is #DE1960.


Border color

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

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

This div border color is #DE1960.


Opacity

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

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

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

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

This text has shadow with #DE1960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE1960 on black background.


Color preview on white background

This text has color #DE1960 on white background.



Black color preview on #DE1960 background

This text has black color on #DE1960 background.


White color preview on #DE1960 background

This text has white color on #DE1960 background.