COLOR #DD1F65

HEX: #DD1F65 RGB: (221,31,101)

Color info

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

RGB color model

#DD1F65 color RGB value is (221,31,101).

RGB: (221,31,101) (87%, 12%, 40%)

RGB channels and saturation

R 221 of 255 = 87%
G 31 of 255 = 12%
B 101 of 255 = 40%

221
31
101

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

Portions of RGB colors in percentages

R + G + B = 221 + 31 + 101 = 353 (100%)
R 221 of 353 ~ 62.61%
G 31 of 353 ~ 8.78%
B 101 of 353 ~ 28.61'%

%62.61
%28.61

CMYK color model

#DD1F65 color CMYK value is (0,86,54,13).

  • cyan value is 0.00%
  • magenta value is 85.97%
  • yellow value is 54.30%
  • key color value is 13.33%

CMYK: (0,86,54,13)
C0M86Y54K13 (0%, 86%, 54%, 13%)
(0.00 / 0.86 / 0.54 / 0.13)

CMYK percentages

%0
%85.97
%54.3
%13.33

Codes

Color #DD1F65 in popluar color models

DD 1F 65
RGB 221 31 101
HSL 338° 75.40% 49.41%
HSB/HSV 338° 85.97% 86.67%
CMYK 0.00% 85.97% 54.30%
13.33%

Color #DD1F65 in popluar number systems.

HEX DD 1F 65
Decimal 221 31 101
Binary 11011101 11111 1100101
Octal 335 37 145

Shades and tints

Shades of #DD1F65

#DD1F65
(221,31,101)
#C91D5C
(201,29,92)
#B51B53
(181,27,83)
#A1194A
(161,25,74)
#8D1741
(141,23,65)
#791538
(121,21,56)
#65132F
(101,19,47)
#511126
(81,17,38)
#3D0F1D
(61,15,29)
#290D14
(41,13,20)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #DD1F65

#DD1F65
(221,31,101)
#E03373
(224,51,115)
#E34781
(227,71,129)
#E65B8F
(230,91,143)
#E96F9D
(233,111,157)
#EC83AB
(236,131,171)
#EF97B9
(239,151,185)
#F2ABC7
(242,171,199)
#F5BFD5
(245,191,213)
#F8D3E3
(248,211,227)
#FBE7F1
(251,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD1F65 color. Also use rgb(221,31,101) instead hex code.

Text Font Color

.myTextColor { color: #DD1F65; }

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

This text font color is #DD1F65.

Background Color

.myBgColor { background-color: #DD1F65; }

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

This div background color is #DD1F65.

Border color

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

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

This div border color is #DD1F65.

Opacity

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

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

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

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

This text has shadow with #DD1F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD1F65.

Preview

Color preview on black background

This text has color #DD1F65 on black background.


Color preview on white background

This text has color #DD1F65 on white background.


Black color preview on #DD1F65 background

This text has black color on #DD1F65 background.


White color preview on #DD1F65 background

This text has white color on #DD1F65 background.


Related colors

Complementary color

Complementary color for #hex is #22E09A.


I love getcolorcode.com

Triadic colors

1 #65DD1F and #1F65DD with #DD1F65 are triadic colors.

2 #651FDD and #1FDD65 with #DD1F65 are triadic colors.