COLOR #DD70B6

HEX: #DD70B6 RGB: (221,112,182)

Color info

#DD70B6 contains mainly red and blue colors. Web safe color of #DD70B6 is #CC66CC (or #C6C).

RGB color model

#DD70B6 color RGB value is (221,112,182).

RGB: (221,112,182) (87%, 44%, 71%)

RGB channels and saturation

R 221 of 255 = 87%
G 112 of 255 = 44%
B 182 of 255 = 71%

221
112
182

R + G + B ~ 67%. #DD70B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 112 + 182 = 515 (100%)
R 221 of 515 ~ 42.91%
G 112 of 515 ~ 21.75%
B 182 of 515 ~ 35.34'%

%42.91
%21.75
%35.34

CMYK color model

#DD70B6 color CMYK value is (0,49,18,13).

  • cyan value is 0.00%
  • magenta value is 49.32%
  • yellow value is 17.65%
  • key color value is 13.33%
CMYK: (0,49,18,13) C0M49Y18K13 (0%,49%,18%,13%) (0.00/0.49/0.18/0.13) 

CMYK percentages

%0
%49.32
%17.65
%13.33

Codes

Color #DD70B6 in popluar color models

DD 70 B6
RGB 221 112 182
HSL 321° 61.58% 65.29%
HSB/HSV 321° 49.32% 86.67%
CMYK 0.00% 49.32% 17.65%
13.33%

Color #DD70B6 in popluar number systems.

HEX DD 70 B6
Decimal 221 112 182
Binary 11011101 1110000 10110110
Octal 335 160 266

Shades and tints

Shades of #DD70B6

#DD70B6
(221,112,182)
#C966A6
(201,102,166)
#B55C96
(181,92,150)
#A15286
(161,82,134)
#8D4876
(141,72,118)
#793E66
(121,62,102)
#653456
(101,52,86)
#512A46
(81,42,70)
#3D2036
(61,32,54)
#291626
(41,22,38)
#150C16
(21,12,22)
#000000
(0,0,0)

Tints of #DD70B6

#DD70B6
(221,112,182)
#E07DBC
(224,125,188)
#E38AC2
(227,138,194)
#E697C8
(230,151,200)
#E9A4CE
(233,164,206)
#ECB1D4
(236,177,212)
#EFBEDA
(239,190,218)
#F2CBE0
(242,203,224)
#F5D8E6
(245,216,230)
#F8E5EC
(248,229,236)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD70B6; }

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

This text font color is #DD70B6.

Background Color

.myBgColor { background-color: #DD70B6; }

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

This div background color is #DD70B6.

Border color

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

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

This div border color is #DD70B6.

Opacity

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

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

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

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

This text has shadow with #DD70B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD70B6.

Preview

Color preview on black background

This text has color #DD70B6 on black background.


Color preview on white background

This text has color #DD70B6 on white background.


Black color preview on #DD70B6 background

This text has black color on #DD70B6 background.


White color preview on #DD70B6 background

This text has white color on #DD70B6 background.


Related colors

Complementary color

Complementary color for #hex is #228F49.


I love getcolorcode.com

Triadic colors

1 #B6DD70 and #70B6DD with #DD70B6 are triadic colors.

2 #B670DD and #70DDB6 with #DD70B6 are triadic colors.