COLOR #DD3650

HEX: #DD3650 RGB: (221,54,80)

Color info

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

RGB color model

#DD3650 color RGB value is (221,54,80).

RGB: (221,54,80) (87%, 21%, 31%)

RGB channels and saturation

R 221 of 255 = 87%
G 54 of 255 = 21%
B 80 of 255 = 31%

221
54
80

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

Portions of RGB colors in percentages

R + G + B = 221 + 54 + 80 = 355 (100%)
R 221 of 355 ~ 62.25%
G 54 of 355 ~ 15.21%
B 80 of 355 ~ 22.54'%

%62.25
%15.21
%22.54

CMYK color model

#DD3650 color CMYK value is (0,76,64,13).

  • cyan value is 0.00%
  • magenta value is 75.57%
  • yellow value is 63.80%
  • key color value is 13.33%

CMYK: (0,76,64,13)
C0M76Y64K13 (0%, 76%, 64%, 13%)
(0.00 / 0.76 / 0.64 / 0.13)

CMYK percentages

%0
%75.57
%63.8
%13.33

Codes

Color #DD3650 in popluar color models

DD 36 50
RGB 221 54 80
HSL 351° 71.06% 53.92%
HSB/HSV 351° 75.57% 86.67%
CMYK 0.00% 75.57% 63.80%
13.33%

Color #DD3650 in popluar number systems.

HEX DD 36 50
Decimal 221 54 80
Binary 11011101 110110 1010000
Octal 335 66 120

Shades and tints

Shades of #DD3650

#DD3650
(221,54,80)
#C93249
(201,50,73)
#B52E42
(181,46,66)
#A12A3B
(161,42,59)
#8D2634
(141,38,52)
#79222D
(121,34,45)
#651E26
(101,30,38)
#511A1F
(81,26,31)
#3D1618
(61,22,24)
#291211
(41,18,17)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #DD3650

#DD3650
(221,54,80)
#E0485F
(224,72,95)
#E35A6E
(227,90,110)
#E66C7D
(230,108,125)
#E97E8C
(233,126,140)
#EC909B
(236,144,155)
#EFA2AA
(239,162,170)
#F2B4B9
(242,180,185)
#F5C6C8
(245,198,200)
#F8D8D7
(248,216,215)
#FBEAE6
(251,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD3650 color. Also use rgb(221,54,80) instead hex code.

Text Font Color

.myTextColor { color: #DD3650; }

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

This text font color is #DD3650.

Background Color

.myBgColor { background-color: #DD3650; }

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

This div background color is #DD3650.

Border color

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

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

This div border color is #DD3650.

Opacity

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

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

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

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

This text has shadow with #DD3650 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD3650.

Preview

Color preview on black background

This text has color #DD3650 on black background.


Color preview on white background

This text has color #DD3650 on white background.


Black color preview on #DD3650 background

This text has black color on #DD3650 background.


White color preview on #DD3650 background

This text has white color on #DD3650 background.


Related colors

Complementary color

Complementary color for #hex is #22C9AF.


I love getcolorcode.com

Triadic colors

1 #50DD36 and #3650DD with #DD3650 are triadic colors.

2 #5036DD and #36DD50 with #DD3650 are triadic colors.