COLOR #DC6F81

HEX: #DC6F81
RGB: (220,111,129)

Color info

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

RGB color model

#DC6F81 color RGB value is (220,111,129).

  • red value is 220;
  • green value is 111;
  • blue value is 129.
RGB:
(220,111,129)
(86%,44%,51%)

RGB channels and saturation

R 220 of 255 = 86%
G 111 of 255 = 44%
B 129 of 255 = 51%

220
111
129

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

Portions of RGB colors in percentages

R + G + B =
220 + 111 + 129 = 460 (100%)
R 220 of 460 ~ 47.83%
G 111 of 460 ~ 24.13%
B 129 of 460 ~ 28.04%

%47.83
%24.13
%28.04

CMYK color model

#DC6F81 color CMYK value is (0,50,41,14).

  • cyan value is 0.00%
  • magenta value is 49.55%
  • yellow value is 41.36%
  • key color value is 13.73%
CMYK:
(0,50,41,14)
C0M50Y41K14 
(0%,50%,41%,14%)
(0.00/0.50/0.41/0.14)	

CMYK percentages

%0
%49.55
%41.36
%13.73

Codes

Color #DC6F81 in popluar color models

DC6F81
RGB220111129
HSL350°60.89%64.90%
HSB/HSV350°49.55%86.27%
CMYK0.00%49.55%41.36%
13.73%

Color #DC6F81 in popluar number systems.

HEXDC6F81
Decimal220111129
Binary11011100110111110000001
Octal334157201

Shades and tints

Shades of #DC6F81

#DC6F81
(220,111,129)
#C86576
(200,101,118)
#B45B6B
(180,91,107)
#A05160
(160,81,96)
#8C4755
(140,71,85)
#783D4A
(120,61,74)
#64333F
(100,51,63)
#502934
(80,41,52)
#3C1F29
(60,31,41)
#28151E
(40,21,30)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #DC6F81

#DC6F81
(220,111,129)
#DF7C8C
(223,124,140)
#E28997
(226,137,151)
#E596A2
(229,150,162)
#E8A3AD
(232,163,173)
#EBB0B8
(235,176,184)
#EEBDC3
(238,189,195)
#F1CACE
(241,202,206)
#F4D7D9
(244,215,217)
#F7E4E4
(247,228,228)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6F81 color. Also use rgb(220,111,129) instead hex code.

Text Font Color

.myTextColor { color: #DC6F81; }

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

This text font color is #DC6F81.


Background Color

.myBgColor { background-color: #DC6F81; }

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

This div background color is #DC6F81.


Border color

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

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

This div border color is #DC6F81.


Opacity

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

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

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

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

This text has shadow with #DC6F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6F81 on black background.


Color preview on white background

This text has color #DC6F81 on white background.



Black color preview on #DC6F81 background

This text has black color on #DC6F81 background.


White color preview on #DC6F81 background

This text has white color on #DC6F81 background.