COLOR #DE225A

HEX: #DE225A
RGB: (222,34,90)

Color info

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

RGB color model

#DE225A color RGB value is (222,34,90).

  • red value is 222;
  • green value is 34;
  • blue value is 90.
RGB:
(222,34,90)
(87%,13%,35%)

RGB channels and saturation

R 222 of 255 = 87%
G 34 of 255 = 13%
B 90 of 255 = 35%

222
34
90

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

Portions of RGB colors in percentages

R + G + B =
222 + 34 + 90 = 346 (100%)
R 222 of 346 ~ 64.16%
G 34 of 346 ~ 9.83%
B 90 of 346 ~ 26.01%

%64.16
%9.83
%26.01

CMYK color model

#DE225A color CMYK value is (0,85,59,13).

  • cyan value is 0.00%
  • magenta value is 84.68%
  • yellow value is 59.46%
  • key color value is 12.94%
CMYK:
(0,85,59,13)
C0M85Y59K13 
(0%,85%,59%,13%)
(0.00/0.85/0.59/0.13)	

CMYK percentages

%0
%84.68
%59.46
%12.94

Codes

Color #DE225A in popluar color models

DE225A
RGB2223490
HSL342°74.02%50.20%
HSB/HSV342°84.68%87.06%
CMYK0.00%84.68%59.46%
12.94%

Color #DE225A in popluar number systems.

HEXDE225A
Decimal2223490
Binary110111101000101011010
Octal33642132

Shades and tints

Shades of #DE225A

#DE225A
(222,34,90)
#CA1F52
(202,31,82)
#B61C4A
(182,28,74)
#A21942
(162,25,66)
#8E163A
(142,22,58)
#7A1332
(122,19,50)
#66102A
(102,16,42)
#520D22
(82,13,34)
#3E0A1A
(62,10,26)
#2A0712
(42,7,18)
#16040A
(22,4,10)
#000000
(0,0,0)

Tints of #DE225A

#DE225A
(222,34,90)
#E13669
(225,54,105)
#E44A78
(228,74,120)
#E75E87
(231,94,135)
#EA7296
(234,114,150)
#ED86A5
(237,134,165)
#F09AB4
(240,154,180)
#F3AEC3
(243,174,195)
#F6C2D2
(246,194,210)
#F9D6E1
(249,214,225)
#FCEAF0
(252,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE225A color. Also use rgb(222,34,90) instead hex code.

Text Font Color

.myTextColor { color: #DE225A; }

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

This text font color is #DE225A.


Background Color

.myBgColor { background-color: #DE225A; }

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

This div background color is #DE225A.


Border color

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

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

This div border color is #DE225A.


Opacity

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

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

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

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

This text has shadow with #DE225A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE225A on black background.


Color preview on white background

This text has color #DE225A on white background.



Black color preview on #DE225A background

This text has black color on #DE225A background.


White color preview on #DE225A background

This text has white color on #DE225A background.