COLOR #DC567D

HEX: #DC567D
RGB: (220,86,125)

Color info

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

RGB color model

#DC567D color RGB value is (220,86,125).

  • red value is 220;
  • green value is 86;
  • blue value is 125.
RGB:
(220,86,125)
(86%,34%,49%)

RGB channels and saturation

R 220 of 255 = 86%
G 86 of 255 = 34%
B 125 of 255 = 49%

220
86
125

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

Portions of RGB colors in percentages

R + G + B =
220 + 86 + 125 = 431 (100%)
R 220 of 431 ~ 51.04%
G 86 of 431 ~ 19.95%
B 125 of 431 ~ 29%

%51.04
%19.95
%29

CMYK color model

#DC567D color CMYK value is (0,61,43,14).

  • cyan value is 0.00%
  • magenta value is 60.91%
  • yellow value is 43.18%
  • key color value is 13.73%
CMYK:
(0,61,43,14)
C0M61Y43K14 
(0%,61%,43%,14%)
(0.00/0.61/0.43/0.14)	

CMYK percentages

%0
%60.91
%43.18
%13.73

Codes

Color #DC567D in popluar color models

DC567D
RGB22086125
HSL343°65.69%60.00%
HSB/HSV343°60.91%86.27%
CMYK0.00%60.91%43.18%
13.73%

Color #DC567D in popluar number systems.

HEXDC567D
Decimal22086125
Binary1101110010101101111101
Octal334126175

Shades and tints

Shades of #DC567D

#DC567D
(220,86,125)
#C84F72
(200,79,114)
#B44867
(180,72,103)
#A0415C
(160,65,92)
#8C3A51
(140,58,81)
#783346
(120,51,70)
#642C3B
(100,44,59)
#502530
(80,37,48)
#3C1E25
(60,30,37)
#28171A
(40,23,26)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #DC567D

#DC567D
(220,86,125)
#DF6588
(223,101,136)
#E27493
(226,116,147)
#E5839E
(229,131,158)
#E892A9
(232,146,169)
#EBA1B4
(235,161,180)
#EEB0BF
(238,176,191)
#F1BFCA
(241,191,202)
#F4CED5
(244,206,213)
#F7DDE0
(247,221,224)
#FAECEB
(250,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC567D color. Also use rgb(220,86,125) instead hex code.

Text Font Color

.myTextColor { color: #DC567D; }

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

This text font color is #DC567D.


Background Color

.myBgColor { background-color: #DC567D; }

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

This div background color is #DC567D.


Border color

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

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

This div border color is #DC567D.


Opacity

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

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

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

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

This text has shadow with #DC567D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC567D on black background.


Color preview on white background

This text has color #DC567D on white background.



Black color preview on #DC567D background

This text has black color on #DC567D background.


White color preview on #DC567D background

This text has white color on #DC567D background.