COLOR #DC4765

HEX: #DC4765
RGB: (220,71,101)

Color info

#DC4765 contains mainly red color. Web safe color of #DC4765 is #CC3366 (or #C36).

RGB color model

#DC4765 color RGB value is (220,71,101).

  • red value is 220;
  • green value is 71;
  • blue value is 101.
RGB:
(220,71,101)
(86%,28%,40%)

RGB channels and saturation

R 220 of 255 = 86%
G 71 of 255 = 28%
B 101 of 255 = 40%

220
71
101

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

Portions of RGB colors in percentages

R + G + B =
220 + 71 + 101 = 392 (100%)
R 220 of 392 ~ 56.12%
G 71 of 392 ~ 18.11%
B 101 of 392 ~ 25.77%

%56.12
%18.11
%25.77

CMYK color model

#DC4765 color CMYK value is (0,68,54,14).

  • cyan value is 0.00%
  • magenta value is 67.73%
  • yellow value is 54.09%
  • key color value is 13.73%
CMYK:
(0,68,54,14)
C0M68Y54K14 
(0%,68%,54%,14%)
(0.00/0.68/0.54/0.14)	

CMYK percentages

%0
%67.73
%54.09
%13.73

Codes

Color #DC4765 in popluar color models

DC4765
RGB22071101
HSL348°68.04%57.06%
HSB/HSV348°67.73%86.27%
CMYK0.00%67.73%54.09%
13.73%

Color #DC4765 in popluar number systems.

HEXDC4765
Decimal22071101
Binary1101110010001111100101
Octal334107145

Shades and tints

Shades of #DC4765

#DC4765
(220,71,101)
#C8415C
(200,65,92)
#B43B53
(180,59,83)
#A0354A
(160,53,74)
#8C2F41
(140,47,65)
#782938
(120,41,56)
#64232F
(100,35,47)
#501D26
(80,29,38)
#3C171D
(60,23,29)
#281114
(40,17,20)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #DC4765

#DC4765
(220,71,101)
#DF5773
(223,87,115)
#E26781
(226,103,129)
#E5778F
(229,119,143)
#E8879D
(232,135,157)
#EB97AB
(235,151,171)
#EEA7B9
(238,167,185)
#F1B7C7
(241,183,199)
#F4C7D5
(244,199,213)
#F7D7E3
(247,215,227)
#FAE7F1
(250,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC4765 color. Also use rgb(220,71,101) instead hex code.

Text Font Color

.myTextColor { color: #DC4765; }

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

This text font color is #DC4765.


Background Color

.myBgColor { background-color: #DC4765; }

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

This div background color is #DC4765.


Border color

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

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

This div border color is #DC4765.


Opacity

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

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

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

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

This text has shadow with #DC4765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC4765 on black background.


Color preview on white background

This text has color #DC4765 on white background.



Black color preview on #DC4765 background

This text has black color on #DC4765 background.


White color preview on #DC4765 background

This text has white color on #DC4765 background.