COLOR #DE335F

HEX: #DE335F
RGB: (222,51,95)

Color info

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

RGB color model

#DE335F color RGB value is (222,51,95).

  • red value is 222;
  • green value is 51;
  • blue value is 95.
RGB:
(222,51,95)
(87%,20%,37%)

RGB channels and saturation

R 222 of 255 = 87%
G 51 of 255 = 20%
B 95 of 255 = 37%

222
51
95

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

Portions of RGB colors in percentages

R + G + B =
222 + 51 + 95 = 368 (100%)
R 222 of 368 ~ 60.33%
G 51 of 368 ~ 13.86%
B 95 of 368 ~ 25.82%

%60.33
%13.86
%25.82

CMYK color model

#DE335F color CMYK value is (0,77,57,13).

  • cyan value is 0.00%
  • magenta value is 77.03%
  • yellow value is 57.21%
  • key color value is 12.94%
CMYK:
(0,77,57,13)
C0M77Y57K13 
(0%,77%,57%,13%)
(0.00/0.77/0.57/0.13)	

CMYK percentages

%0
%77.03
%57.21
%12.94

Codes

Color #DE335F in popluar color models

DE335F
RGB2225195
HSL345°72.15%53.53%
HSB/HSV345°77.03%87.06%
CMYK0.00%77.03%57.21%
12.94%

Color #DE335F in popluar number systems.

HEXDE335F
Decimal2225195
Binary110111101100111011111
Octal33663137

Shades and tints

Shades of #DE335F

#DE335F
(222,51,95)
#CA2F57
(202,47,87)
#B62B4F
(182,43,79)
#A22747
(162,39,71)
#8E233F
(142,35,63)
#7A1F37
(122,31,55)
#661B2F
(102,27,47)
#521727
(82,23,39)
#3E131F
(62,19,31)
#2A0F17
(42,15,23)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #DE335F

#DE335F
(222,51,95)
#E1456D
(225,69,109)
#E4577B
(228,87,123)
#E76989
(231,105,137)
#EA7B97
(234,123,151)
#ED8DA5
(237,141,165)
#F09FB3
(240,159,179)
#F3B1C1
(243,177,193)
#F6C3CF
(246,195,207)
#F9D5DD
(249,213,221)
#FCE7EB
(252,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE335F color. Also use rgb(222,51,95) instead hex code.

Text Font Color

.myTextColor { color: #DE335F; }

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

This text font color is #DE335F.


Background Color

.myBgColor { background-color: #DE335F; }

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

This div background color is #DE335F.


Border color

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

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

This div border color is #DE335F.


Opacity

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

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

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

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

This text has shadow with #DE335F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE335F on black background.


Color preview on white background

This text has color #DE335F on white background.



Black color preview on #DE335F background

This text has black color on #DE335F background.


White color preview on #DE335F background

This text has white color on #DE335F background.