COLOR #DD5075

HEX: #DD5075 RGB: (221,80,117)

Color info

#DD5075 contains mainly red color. Web safe color of #DD5075 is #CC6666 (or #C66).

RGB color model

#DD5075 color RGB value is (221,80,117).

RGB: (221,80,117) (87%, 31%, 46%)

RGB channels and saturation

R 221 of 255 = 87%
G 80 of 255 = 31%
B 117 of 255 = 46%

221
80
117

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

Portions of RGB colors in percentages

R + G + B = 221 + 80 + 117 = 418 (100%)
R 221 of 418 ~ 52.87%
G 80 of 418 ~ 19.14%
B 117 of 418 ~ 27.99'%

%52.87
%19.14
%27.99

CMYK color model

#DD5075 color CMYK value is (0,64,47,13).

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

CMYK: (0,64,47,13)
C0M64Y47K13 (0%, 64%, 47%, 13%)
(0.00 / 0.64 / 0.47 / 0.13)

CMYK percentages

%0
%63.8
%47.06
%13.33

Codes

Color #DD5075 in popluar color models

DD 50 75
RGB 221 80 117
HSL 344° 67.46% 59.02%
HSB/HSV 344° 63.80% 86.67%
CMYK 0.00% 63.80% 47.06%
13.33%

Color #DD5075 in popluar number systems.

HEX DD 50 75
Decimal 221 80 117
Binary 11011101 1010000 1110101
Octal 335 120 165

Shades and tints

Shades of #DD5075

#DD5075
(221,80,117)
#C9496B
(201,73,107)
#B54261
(181,66,97)
#A13B57
(161,59,87)
#8D344D
(141,52,77)
#792D43
(121,45,67)
#652639
(101,38,57)
#511F2F
(81,31,47)
#3D1825
(61,24,37)
#29111B
(41,17,27)
#150A11
(21,10,17)
#000000
(0,0,0)

Tints of #DD5075

#DD5075
(221,80,117)
#E05F81
(224,95,129)
#E36E8D
(227,110,141)
#E67D99
(230,125,153)
#E98CA5
(233,140,165)
#EC9BB1
(236,155,177)
#EFAABD
(239,170,189)
#F2B9C9
(242,185,201)
#F5C8D5
(245,200,213)
#F8D7E1
(248,215,225)
#FBE6ED
(251,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD5075; }

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

This text font color is #DD5075.

Background Color

.myBgColor { background-color: #DD5075; }

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

This div background color is #DD5075.

Border color

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

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

This div border color is #DD5075.

Opacity

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

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

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

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

This text has shadow with #DD5075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD5075.

Preview

Color preview on black background

This text has color #DD5075 on black background.


Color preview on white background

This text has color #DD5075 on white background.


Black color preview on #DD5075 background

This text has black color on #DD5075 background.


White color preview on #DD5075 background

This text has white color on #DD5075 background.


Related colors

Complementary color

Complementary color for #hex is #22AF8A.


I love getcolorcode.com

Triadic colors

1 #75DD50 and #5075DD with #DD5075 are triadic colors.

2 #7550DD and #50DD75 with #DD5075 are triadic colors.