COLOR #DE347E

HEX: #DE347E
RGB: (222,52,126)

Color info

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

RGB color model

#DE347E color RGB value is (222,52,126).

  • red value is 222;
  • green value is 52;
  • blue value is 126.
RGB:
(222,52,126)
(87%,20%,49%)

RGB channels and saturation

R 222 of 255 = 87%
G 52 of 255 = 20%
B 126 of 255 = 49%

222
52
126

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

Portions of RGB colors in percentages

R + G + B =
222 + 52 + 126 = 400 (100%)
R 222 of 400 ~ 55.5%
G 52 of 400 ~ 13%
B 126 of 400 ~ 31.5%

%55.5
%13
%31.5

CMYK color model

#DE347E color CMYK value is (0,77,43,13).

  • cyan value is 0.00%
  • magenta value is 76.58%
  • yellow value is 43.24%
  • key color value is 12.94%
CMYK:
(0,77,43,13)
C0M77Y43K13 
(0%,77%,43%,13%)
(0.00/0.77/0.43/0.13)	

CMYK percentages

%0
%76.58
%43.24
%12.94

Codes

Color #DE347E in popluar color models

DE347E
RGB22252126
HSL334°72.03%53.73%
HSB/HSV334°76.58%87.06%
CMYK0.00%76.58%43.24%
12.94%

Color #DE347E in popluar number systems.

HEXDE347E
Decimal22252126
Binary110111101101001111110
Octal33664176

Shades and tints

Shades of #DE347E

#DE347E
(222,52,126)
#CA3073
(202,48,115)
#B62C68
(182,44,104)
#A2285D
(162,40,93)
#8E2452
(142,36,82)
#7A2047
(122,32,71)
#661C3C
(102,28,60)
#521831
(82,24,49)
#3E1426
(62,20,38)
#2A101B
(42,16,27)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #DE347E

#DE347E
(222,52,126)
#E14689
(225,70,137)
#E45894
(228,88,148)
#E76A9F
(231,106,159)
#EA7CAA
(234,124,170)
#ED8EB5
(237,142,181)
#F0A0C0
(240,160,192)
#F3B2CB
(243,178,203)
#F6C4D6
(246,196,214)
#F9D6E1
(249,214,225)
#FCE8EC
(252,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE347E color. Also use rgb(222,52,126) instead hex code.

Text Font Color

.myTextColor { color: #DE347E; }

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

This text font color is #DE347E.


Background Color

.myBgColor { background-color: #DE347E; }

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

This div background color is #DE347E.


Border color

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

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

This div border color is #DE347E.


Opacity

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

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

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

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

This text has shadow with #DE347E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE347E on black background.


Color preview on white background

This text has color #DE347E on white background.



Black color preview on #DE347E background

This text has black color on #DE347E background.


White color preview on #DE347E background

This text has white color on #DE347E background.