COLOR #DD7093

HEX: #DD7093 RGB: (221,112,147)

Color info

#DD7093 contains mainly red color. Web safe color of #DD7093 is #CC6699 (or #C69).

RGB color model

#DD7093 color RGB value is (221,112,147).

RGB: (221,112,147) (87%, 44%, 58%)

RGB channels and saturation

R 221 of 255 = 87%
G 112 of 255 = 44%
B 147 of 255 = 58%

221
112
147

R + G + B ~ 63%. #DD7093 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 112 + 147 = 480 (100%)
R 221 of 480 ~ 46.04%
G 112 of 480 ~ 23.33%
B 147 of 480 ~ 30.63'%

%46.04
%23.33
%30.63

CMYK color model

#DD7093 color CMYK value is (0,49,33,13).

  • cyan value is 0.00%
  • magenta value is 49.32%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK: (0,49,33,13) C0M49Y33K13 (0%,49%,33%,13%) (0.00/0.49/0.33/0.13) 

CMYK percentages

%0
%49.32
%33.48
%13.33

Codes

Color #DD7093 in popluar color models

DD 70 93
RGB 221 112 147
HSL 341° 61.58% 65.29%
HSB/HSV 341° 49.32% 86.67%
CMYK 0.00% 49.32% 33.48%
13.33%

Color #DD7093 in popluar number systems.

HEX DD 70 93
Decimal 221 112 147
Binary 11011101 1110000 10010011
Octal 335 160 223

Shades and tints

Shades of #DD7093

#DD7093
(221,112,147)
#C96686
(201,102,134)
#B55C79
(181,92,121)
#A1526C
(161,82,108)
#8D485F
(141,72,95)
#793E52
(121,62,82)
#653445
(101,52,69)
#512A38
(81,42,56)
#3D202B
(61,32,43)
#29161E
(41,22,30)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #DD7093

#DD7093
(221,112,147)
#E07D9C
(224,125,156)
#E38AA5
(227,138,165)
#E697AE
(230,151,174)
#E9A4B7
(233,164,183)
#ECB1C0
(236,177,192)
#EFBEC9
(239,190,201)
#F2CBD2
(242,203,210)
#F5D8DB
(245,216,219)
#F8E5E4
(248,229,228)
#FBF2ED
(251,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7093 color. Also use rgb(221,112,147) instead hex code.

Text Font Color

.myTextColor { color: #DD7093; }

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

This text font color is #DD7093.

Background Color

.myBgColor { background-color: #DD7093; }

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

This div background color is #DD7093.

Border color

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

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

This div border color is #DD7093.

Opacity

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

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

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

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

This text has shadow with #DD7093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD7093.

Preview

Color preview on black background

This text has color #DD7093 on black background.


Color preview on white background

This text has color #DD7093 on white background.


Black color preview on #DD7093 background

This text has black color on #DD7093 background.


White color preview on #DD7093 background

This text has white color on #DD7093 background.


Related colors

Complementary color

Complementary color for #hex is #228F6C.


I love getcolorcode.com

Triadic colors

1 #93DD70 and #7093DD with #DD7093 are triadic colors.

2 #9370DD and #70DD93 with #DD7093 are triadic colors.