COLOR #DD6397

HEX: #DD6397
RGB: (221,99,151)

Color info

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

RGB color model

#DD6397 color RGB value is (221,99,151).

  • red value is 221;
  • green value is 99;
  • blue value is 151.
RGB:
(221,99,151)
(87%,39%,59%)

RGB channels and saturation

R 221 of 255 = 87%
G 99 of 255 = 39%
B 151 of 255 = 59%

221
99
151

R + G + B ~ 62%. #DD6397 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 99 + 151 = 471 (100%)
R 221 of 471 ~ 46.92%
G 99 of 471 ~ 21.02%
B 151 of 471 ~ 32.06%

%46.92
%21.02
%32.06

CMYK color model

#DD6397 color CMYK value is (0,55,32,13).

  • cyan value is 0.00%
  • magenta value is 55.20%
  • yellow value is 31.67%
  • key color value is 13.33%
CMYK:
(0,55,32,13)
C0M55Y32K13 
(0%,55%,32%,13%)
(0.00/0.55/0.32/0.13)	

CMYK percentages

%0
%55.2
%31.67
%13.33

Codes

Color #DD6397 in popluar color models

DD6397
RGB22199151
HSL334°64.21%62.75%
HSB/HSV334°55.20%86.67%
CMYK0.00%55.20%31.67%
13.33%

Color #DD6397 in popluar number systems.

HEXDD6397
Decimal22199151
Binary11011101110001110010111
Octal335143227

Shades and tints

Shades of #DD6397

#DD6397
(221,99,151)
#C95A8A
(201,90,138)
#B5517D
(181,81,125)
#A14870
(161,72,112)
#8D3F63
(141,63,99)
#793656
(121,54,86)
#652D49
(101,45,73)
#51243C
(81,36,60)
#3D1B2F
(61,27,47)
#291222
(41,18,34)
#150915
(21,9,21)
#000000
(0,0,0)

Tints of #DD6397

#DD6397
(221,99,151)
#E071A0
(224,113,160)
#E37FA9
(227,127,169)
#E68DB2
(230,141,178)
#E99BBB
(233,155,187)
#ECA9C4
(236,169,196)
#EFB7CD
(239,183,205)
#F2C5D6
(242,197,214)
#F5D3DF
(245,211,223)
#F8E1E8
(248,225,232)
#FBEFF1
(251,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6397 color. Also use rgb(221,99,151) instead hex code.

Text Font Color

.myTextColor { color: #DD6397; }

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

This text font color is #DD6397.


Background Color

.myBgColor { background-color: #DD6397; }

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

This div background color is #DD6397.


Border color

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

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

This div border color is #DD6397.


Opacity

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

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

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

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

This text has shadow with #DD6397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6397 on black background.


Color preview on white background

This text has color #DD6397 on white background.



Black color preview on #DD6397 background

This text has black color on #DD6397 background.


White color preview on #DD6397 background

This text has white color on #DD6397 background.