COLOR #DD344E

HEX: #DD344E
RGB: (221,52,78)

Color info

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

RGB color model

#DD344E color RGB value is (221,52,78).

  • red value is 221;
  • green value is 52;
  • blue value is 78.
RGB:
(221,52,78)
(87%,20%,31%)

RGB channels and saturation

R 221 of 255 = 87%
G 52 of 255 = 20%
B 78 of 255 = 31%

221
52
78

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

Portions of RGB colors in percentages

R + G + B =
221 + 52 + 78 = 351 (100%)
R 221 of 351 ~ 62.96%
G 52 of 351 ~ 14.81%
B 78 of 351 ~ 22.22%

%62.96
%14.81
%22.22

CMYK color model

#DD344E color CMYK value is (0,76,65,13).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 64.71%
  • key color value is 13.33%
CMYK:
(0,76,65,13)
C0M76Y65K13 
(0%,76%,65%,13%)
(0.00/0.76/0.65/0.13)	

CMYK percentages

%0
%76.47
%64.71
%13.33

Codes

Color #DD344E in popluar color models

DD344E
RGB2215278
HSL351°71.31%53.53%
HSB/HSV351°76.47%86.67%
CMYK0.00%76.47%64.71%
13.33%

Color #DD344E in popluar number systems.

HEXDD344E
Decimal2215278
Binary110111011101001001110
Octal33564116

Shades and tints

Shades of #DD344E

#DD344E
(221,52,78)
#C93047
(201,48,71)
#B52C40
(181,44,64)
#A12839
(161,40,57)
#8D2432
(141,36,50)
#79202B
(121,32,43)
#651C24
(101,28,36)
#51181D
(81,24,29)
#3D1416
(61,20,22)
#29100F
(41,16,15)
#150C08
(21,12,8)
#000000
(0,0,0)

Tints of #DD344E

#DD344E
(221,52,78)
#E0465E
(224,70,94)
#E3586E
(227,88,110)
#E66A7E
(230,106,126)
#E97C8E
(233,124,142)
#EC8E9E
(236,142,158)
#EFA0AE
(239,160,174)
#F2B2BE
(242,178,190)
#F5C4CE
(245,196,206)
#F8D6DE
(248,214,222)
#FBE8EE
(251,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD344E color. Also use rgb(221,52,78) instead hex code.

Text Font Color

.myTextColor { color: #DD344E; }

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

This text font color is #DD344E.


Background Color

.myBgColor { background-color: #DD344E; }

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

This div background color is #DD344E.


Border color

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

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

This div border color is #DD344E.


Opacity

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

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

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

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

This text has shadow with #DD344E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD344E on black background.


Color preview on white background

This text has color #DD344E on white background.



Black color preview on #DD344E background

This text has black color on #DD344E background.


White color preview on #DD344E background

This text has white color on #DD344E background.