COLOR #DD6965

HEX: #DD6965
RGB: (221,105,101)

Color info

#DD6965 contains mainly red color. Web safe color of #DD6965 is #CC6666 (or #C66).

RGB color model

#DD6965 color RGB value is (221,105,101).

  • red value is 221;
  • green value is 105;
  • blue value is 101.
RGB:
(221,105,101)
(87%,41%,40%)

RGB channels and saturation

R 221 of 255 = 87%
G 105 of 255 = 41%
B 101 of 255 = 40%

221
105
101

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

Portions of RGB colors in percentages

R + G + B =
221 + 105 + 101 = 427 (100%)
R 221 of 427 ~ 51.76%
G 105 of 427 ~ 24.59%
B 101 of 427 ~ 23.65%

%51.76
%24.59
%23.65

CMYK color model

#DD6965 color CMYK value is (0,52,54,13).

  • cyan value is 0.00%
  • magenta value is 52.49%
  • yellow value is 54.30%
  • key color value is 13.33%
CMYK:
(0,52,54,13)
C0M52Y54K13 
(0%,52%,54%,13%)
(0.00/0.52/0.54/0.13)	

CMYK percentages

%0
%52.49
%54.3
%13.33

Codes

Color #DD6965 in popluar color models

DD6965
RGB221105101
HSL63.83%63.14%
HSB/HSV54.30%86.67%
CMYK0.00%52.49%54.30%
13.33%

Color #DD6965 in popluar number systems.

HEXDD6965
Decimal221105101
Binary1101110111010011100101
Octal335151145

Shades and tints

Shades of #DD6965

#DD6965
(221,105,101)
#C9605C
(201,96,92)
#B55753
(181,87,83)
#A14E4A
(161,78,74)
#8D4541
(141,69,65)
#793C38
(121,60,56)
#65332F
(101,51,47)
#512A26
(81,42,38)
#3D211D
(61,33,29)
#291814
(41,24,20)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #DD6965

#DD6965
(221,105,101)
#E07673
(224,118,115)
#E38381
(227,131,129)
#E6908F
(230,144,143)
#E99D9D
(233,157,157)
#ECAAAB
(236,170,171)
#EFB7B9
(239,183,185)
#F2C4C7
(242,196,199)
#F5D1D5
(245,209,213)
#F8DEE3
(248,222,227)
#FBEBF1
(251,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6965 color. Also use rgb(221,105,101) instead hex code.

Text Font Color

.myTextColor { color: #DD6965; }

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

This text font color is #DD6965.


Background Color

.myBgColor { background-color: #DD6965; }

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

This div background color is #DD6965.


Border color

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

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

This div border color is #DD6965.


Opacity

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

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

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

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

This text has shadow with #DD6965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6965 on black background.


Color preview on white background

This text has color #DD6965 on white background.



Black color preview on #DD6965 background

This text has black color on #DD6965 background.


White color preview on #DD6965 background

This text has white color on #DD6965 background.