COLOR #DC6164

HEX: #DC6164 RGB: (220,97,100)

Color info

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

RGB color model

#DC6164 color RGB value is (220,97,100).

RGB: (220,97,100) (86%, 38%, 39%)

RGB channels and saturation

R 220 of 255 = 86%
G 97 of 255 = 38%
B 100 of 255 = 39%

220
97
100

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

Portions of RGB colors in percentages

R + G + B = 220 + 97 + 100 = 417 (100%)
R 220 of 417 ~ 52.76%
G 97 of 417 ~ 23.26%
B 100 of 417 ~ 23.98'%

%52.76
%23.26
%23.98

CMYK color model

#DC6164 color CMYK value is (0,56,55,14).

  • cyan value is 0.00%
  • magenta value is 55.91%
  • yellow value is 54.55%
  • key color value is 13.73%
CMYK: (0,56,55,14) C0M56Y55K14 (0%,56%,55%,14%) (0.00/0.56/0.55/0.14) 

CMYK percentages

%0
%55.91
%54.55
%13.73

Codes

Color #DC6164 in popluar color models

DC 61 64
RGB 220 97 100
HSL 359° 63.73% 62.16%
HSB/HSV 359° 55.91% 86.27%
CMYK 0.00% 55.91% 54.55%
13.73%

Color #DC6164 in popluar number systems.

HEX DC 61 64
Decimal 220 97 100
Binary 11011100 1100001 1100100
Octal 334 141 144

Shades and tints

Shades of #DC6164

#DC6164
(220,97,100)
#C8595B
(200,89,91)
#B45152
(180,81,82)
#A04949
(160,73,73)
#8C4140
(140,65,64)
#783937
(120,57,55)
#64312E
(100,49,46)
#502925
(80,41,37)
#3C211C
(60,33,28)
#281913
(40,25,19)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #DC6164

#DC6164
(220,97,100)
#DF6F72
(223,111,114)
#E27D80
(226,125,128)
#E58B8E
(229,139,142)
#E8999C
(232,153,156)
#EBA7AA
(235,167,170)
#EEB5B8
(238,181,184)
#F1C3C6
(241,195,198)
#F4D1D4
(244,209,212)
#F7DFE2
(247,223,226)
#FAEDF0
(250,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6164 color. Also use rgb(220,97,100) instead hex code.

Text Font Color

.myTextColor { color: #DC6164; }

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

This text font color is #DC6164.

Background Color

.myBgColor { background-color: #DC6164; }

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

This div background color is #DC6164.

Border color

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

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

This div border color is #DC6164.

Opacity

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

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

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

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

This text has shadow with #DC6164 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC6164.

Preview

Color preview on black background

This text has color #DC6164 on black background.


Color preview on white background

This text has color #DC6164 on white background.


Black color preview on #DC6164 background

This text has black color on #DC6164 background.


White color preview on #DC6164 background

This text has white color on #DC6164 background.


Related colors

Complementary color

Complementary color for #hex is #239E9B.


I love getcolorcode.com

Triadic colors

1 #64DC61 and #6164DC with #DC6164 are triadic colors.

2 #6461DC and #61DC64 with #DC6164 are triadic colors.