COLOR #DD1467

HEX: #DD1467
RGB: (221,20,103)

Color info

#DD1467 contains mainly red color. Web safe color of #DD1467 is #CC0066 (or #C06).

RGB color model

#DD1467 color RGB value is (221,20,103).

  • red value is 221;
  • green value is 20;
  • blue value is 103.
RGB:
(221,20,103)
(87%,8%,40%)

RGB channels and saturation

R 221 of 255 = 87%
G 20 of 255 = 8%
B 103 of 255 = 40%

221
20
103

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

Portions of RGB colors in percentages

R + G + B =
221 + 20 + 103 = 344 (100%)
R 221 of 344 ~ 64.24%
G 20 of 344 ~ 5.81%
B 103 of 344 ~ 29.94%

%64.24
%29.94

CMYK color model

#DD1467 color CMYK value is (0,91,53,13).

  • cyan value is 0.00%
  • magenta value is 90.95%
  • yellow value is 53.39%
  • key color value is 13.33%
CMYK:
(0,91,53,13)
C0M91Y53K13 
(0%,91%,53%,13%)
(0.00/0.91/0.53/0.13)	

CMYK percentages

%0
%90.95
%53.39
%13.33

Codes

Color #DD1467 in popluar color models

DD1467
RGB22120103
HSL335°83.40%47.25%
HSB/HSV335°90.95%86.67%
CMYK0.00%90.95%53.39%
13.33%

Color #DD1467 in popluar number systems.

HEXDD1467
Decimal22120103
Binary11011101101001100111
Octal33524147

Shades and tints

Shades of #DD1467

#DD1467
(221,20,103)
#C9135E
(201,19,94)
#B51255
(181,18,85)
#A1114C
(161,17,76)
#8D1043
(141,16,67)
#790F3A
(121,15,58)
#650E31
(101,14,49)
#510D28
(81,13,40)
#3D0C1F
(61,12,31)
#290B16
(41,11,22)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #DD1467

#DD1467
(221,20,103)
#E02974
(224,41,116)
#E33E81
(227,62,129)
#E6538E
(230,83,142)
#E9689B
(233,104,155)
#EC7DA8
(236,125,168)
#EF92B5
(239,146,181)
#F2A7C2
(242,167,194)
#F5BCCF
(245,188,207)
#F8D1DC
(248,209,220)
#FBE6E9
(251,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD1467 color. Also use rgb(221,20,103) instead hex code.

Text Font Color

.myTextColor { color: #DD1467; }

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

This text font color is #DD1467.


Background Color

.myBgColor { background-color: #DD1467; }

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

This div background color is #DD1467.


Border color

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

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

This div border color is #DD1467.


Opacity

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

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

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

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

This text has shadow with #DD1467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD1467 on black background.


Color preview on white background

This text has color #DD1467 on white background.



Black color preview on #DD1467 background

This text has black color on #DD1467 background.


White color preview on #DD1467 background

This text has white color on #DD1467 background.