COLOR #DD6093

HEX: #DD6093 RGB: (221,96,147)

Color info

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

RGB color model

#DD6093 color RGB value is (221,96,147).

RGB: (221,96,147) (87%, 38%, 58%)

RGB channels and saturation

R 221 of 255 = 87%
G 96 of 255 = 38%
B 147 of 255 = 58%

221
96
147

R + G + B ~ 61%. #DD6093 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 96 + 147 = 464 (100%)
R 221 of 464 ~ 47.63%
G 96 of 464 ~ 20.69%
B 147 of 464 ~ 31.68'%

%47.63
%20.69
%31.68

CMYK color model

#DD6093 color CMYK value is (0,57,33,13).

  • cyan value is 0.00%
  • magenta value is 56.56%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK: (0,57,33,13) C0M57Y33K13 (0%,57%,33%,13%) (0.00/0.57/0.33/0.13) 

CMYK percentages

%0
%56.56
%33.48
%13.33

Codes

Color #DD6093 in popluar color models

DD 60 93
RGB 221 96 147
HSL 336° 64.77% 62.16%
HSB/HSV 336° 56.56% 86.67%
CMYK 0.00% 56.56% 33.48%
13.33%

Color #DD6093 in popluar number systems.

HEX DD 60 93
Decimal 221 96 147
Binary 11011101 1100000 10010011
Octal 335 140 223

Shades and tints

Shades of #DD6093

#DD6093
(221,96,147)
#C95886
(201,88,134)
#B55079
(181,80,121)
#A1486C
(161,72,108)
#8D405F
(141,64,95)
#793852
(121,56,82)
#653045
(101,48,69)
#512838
(81,40,56)
#3D202B
(61,32,43)
#29181E
(41,24,30)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #DD6093

#DD6093
(221,96,147)
#E06E9C
(224,110,156)
#E37CA5
(227,124,165)
#E68AAE
(230,138,174)
#E998B7
(233,152,183)
#ECA6C0
(236,166,192)
#EFB4C9
(239,180,201)
#F2C2D2
(242,194,210)
#F5D0DB
(245,208,219)
#F8DEE4
(248,222,228)
#FBECED
(251,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD6093; }

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

This text font color is #DD6093.

Background Color

.myBgColor { background-color: #DD6093; }

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

This div background color is #DD6093.

Border color

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

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

This div border color is #DD6093.

Opacity

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

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

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

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

This text has shadow with #DD6093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD6093.

Preview

Color preview on black background

This text has color #DD6093 on black background.


Color preview on white background

This text has color #DD6093 on white background.


Black color preview on #DD6093 background

This text has black color on #DD6093 background.


White color preview on #DD6093 background

This text has white color on #DD6093 background.


Related colors

Complementary color

Complementary color for #hex is #229F6C.


I love getcolorcode.com

Triadic colors

1 #93DD60 and #6093DD with #DD6093 are triadic colors.

2 #9360DD and #60DD93 with #DD6093 are triadic colors.