COLOR #DD6085

HEX: #DD6085 RGB: (221,96,133)

Color info

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

RGB color model

#DD6085 color RGB value is (221,96,133).

RGB: (221,96,133) (87%, 38%, 52%)

RGB channels and saturation

R 221 of 255 = 87%
G 96 of 255 = 38%
B 133 of 255 = 52%

221
96
133

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

Portions of RGB colors in percentages

R + G + B = 221 + 96 + 133 = 450 (100%)
R 221 of 450 ~ 49.11%
G 96 of 450 ~ 21.33%
B 133 of 450 ~ 29.56'%

%49.11
%21.33
%29.56

CMYK color model

#DD6085 color CMYK value is (0,57,40,13).

  • cyan value is 0.00%
  • magenta value is 56.56%
  • yellow value is 39.82%
  • key color value is 13.33%
CMYK: (0,57,40,13) C0M57Y40K13 (0%,57%,40%,13%) (0.00/0.57/0.40/0.13) 

CMYK percentages

%0
%56.56
%39.82
%13.33

Codes

Color #DD6085 in popluar color models

DD 60 85
RGB 221 96 133
HSL 342° 64.77% 62.16%
HSB/HSV 342° 56.56% 86.67%
CMYK 0.00% 56.56% 39.82%
13.33%

Color #DD6085 in popluar number systems.

HEX DD 60 85
Decimal 221 96 133
Binary 11011101 1100000 10000101
Octal 335 140 205

Shades and tints

Shades of #DD6085

#DD6085
(221,96,133)
#C95879
(201,88,121)
#B5506D
(181,80,109)
#A14861
(161,72,97)
#8D4055
(141,64,85)
#793849
(121,56,73)
#65303D
(101,48,61)
#512831
(81,40,49)
#3D2025
(61,32,37)
#291819
(41,24,25)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #DD6085

#DD6085
(221,96,133)
#E06E90
(224,110,144)
#E37C9B
(227,124,155)
#E68AA6
(230,138,166)
#E998B1
(233,152,177)
#ECA6BC
(236,166,188)
#EFB4C7
(239,180,199)
#F2C2D2
(242,194,210)
#F5D0DD
(245,208,221)
#F8DEE8
(248,222,232)
#FBECF3
(251,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD6085; }

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

This text font color is #DD6085.

Background Color

.myBgColor { background-color: #DD6085; }

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

This div background color is #DD6085.

Border color

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

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

This div border color is #DD6085.

Opacity

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

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

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

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

This text has shadow with #DD6085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD6085.

Preview

Color preview on black background

This text has color #DD6085 on black background.


Color preview on white background

This text has color #DD6085 on white background.


Black color preview on #DD6085 background

This text has black color on #DD6085 background.


White color preview on #DD6085 background

This text has white color on #DD6085 background.


Related colors

Complementary color

Complementary color for #hex is #229F7A.


I love getcolorcode.com

Triadic colors

1 #85DD60 and #6085DD with #DD6085 are triadic colors.

2 #8560DD and #60DD85 with #DD6085 are triadic colors.