COLOR #DD3153

HEX: #DD3153
RGB: (221,49,83)

Color info

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

RGB color model

#DD3153 color RGB value is (221,49,83).

  • red value is 221;
  • green value is 49;
  • blue value is 83.
RGB:
(221,49,83)
(87%,19%,33%)

RGB channels and saturation

R 221 of 255 = 87%
G 49 of 255 = 19%
B 83 of 255 = 33%

221
49
83

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

Portions of RGB colors in percentages

R + G + B =
221 + 49 + 83 = 353 (100%)
R 221 of 353 ~ 62.61%
G 49 of 353 ~ 13.88%
B 83 of 353 ~ 23.51%

%62.61
%13.88
%23.51

CMYK color model

#DD3153 color CMYK value is (0,78,62,13).

  • cyan value is 0.00%
  • magenta value is 77.83%
  • yellow value is 62.44%
  • key color value is 13.33%
CMYK:
(0,78,62,13)
C0M78Y62K13 
(0%,78%,62%,13%)
(0.00/0.78/0.62/0.13)	

CMYK percentages

%0
%77.83
%62.44
%13.33

Codes

Color #DD3153 in popluar color models

DD3153
RGB2214983
HSL348°71.67%52.94%
HSB/HSV348°77.83%86.67%
CMYK0.00%77.83%62.44%
13.33%

Color #DD3153 in popluar number systems.

HEXDD3153
Decimal2214983
Binary110111011100011010011
Octal33561123

Shades and tints

Shades of #DD3153

#DD3153
(221,49,83)
#C92D4C
(201,45,76)
#B52945
(181,41,69)
#A1253E
(161,37,62)
#8D2137
(141,33,55)
#791D30
(121,29,48)
#651929
(101,25,41)
#511522
(81,21,34)
#3D111B
(61,17,27)
#290D14
(41,13,20)
#15090D
(21,9,13)
#000000
(0,0,0)

Tints of #DD3153

#DD3153
(221,49,83)
#E04362
(224,67,98)
#E35571
(227,85,113)
#E66780
(230,103,128)
#E9798F
(233,121,143)
#EC8B9E
(236,139,158)
#EF9DAD
(239,157,173)
#F2AFBC
(242,175,188)
#F5C1CB
(245,193,203)
#F8D3DA
(248,211,218)
#FBE5E9
(251,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD3153 color. Also use rgb(221,49,83) instead hex code.

Text Font Color

.myTextColor { color: #DD3153; }

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

This text font color is #DD3153.


Background Color

.myBgColor { background-color: #DD3153; }

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

This div background color is #DD3153.


Border color

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

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

This div border color is #DD3153.


Opacity

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

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

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

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

This text has shadow with #DD3153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD3153 on black background.


Color preview on white background

This text has color #DD3153 on white background.



Black color preview on #DD3153 background

This text has black color on #DD3153 background.


White color preview on #DD3153 background

This text has white color on #DD3153 background.