COLOR #D6615A

HEX: #D6615A
RGB: (214,97,90)

Color info

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

RGB color model

#D6615A color RGB value is (214,97,90).

  • red value is 214;
  • green value is 97;
  • blue value is 90.
RGB:
(214,97,90)
(84%,38%,35%)

RGB channels and saturation

R 214 of 255 = 84%
G 97 of 255 = 38%
B 90 of 255 = 35%

214
97
90

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

Portions of RGB colors in percentages

R + G + B =
214 + 97 + 90 = 401 (100%)
R 214 of 401 ~ 53.37%
G 97 of 401 ~ 24.19%
B 90 of 401 ~ 22.44%

%53.37
%24.19
%22.44

CMYK color model

#D6615A color CMYK value is (0,55,58,16).

  • cyan value is 0.00%
  • magenta value is 54.67%
  • yellow value is 57.94%
  • key color value is 16.08%
CMYK:
(0,55,58,16)
C0M55Y58K16 
(0%,55%,58%,16%)
(0.00/0.55/0.58/0.16)	

CMYK percentages

%0
%54.67
%57.94
%16.08

Codes

Color #D6615A in popluar color models

D6615A
RGB2149790
HSL60.19%59.61%
HSB/HSV57.94%83.92%
CMYK0.00%54.67%57.94%
16.08%

Color #D6615A in popluar number systems.

HEXD6615A
Decimal2149790
Binary1101011011000011011010
Octal326141132

Shades and tints

Shades of #D6615A

#D6615A
(214,97,90)
#C35952
(195,89,82)
#B0514A
(176,81,74)
#9D4942
(157,73,66)
#8A413A
(138,65,58)
#773932
(119,57,50)
#64312A
(100,49,42)
#512922
(81,41,34)
#3E211A
(62,33,26)
#2B1912
(43,25,18)
#18110A
(24,17,10)
#000000
(0,0,0)

Tints of #D6615A

#D6615A
(214,97,90)
#D96F69
(217,111,105)
#DC7D78
(220,125,120)
#DF8B87
(223,139,135)
#E29996
(226,153,150)
#E5A7A5
(229,167,165)
#E8B5B4
(232,181,180)
#EBC3C3
(235,195,195)
#EED1D2
(238,209,210)
#F1DFE1
(241,223,225)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6615A color. Also use rgb(214,97,90) instead hex code.

Text Font Color

.myTextColor { color: #D6615A; }

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

This text font color is #D6615A.


Background Color

.myBgColor { background-color: #D6615A; }

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

This div background color is #D6615A.


Border color

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

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

This div border color is #D6615A.


Opacity

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

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

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

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

This text has shadow with #D6615A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6615A on black background.


Color preview on white background

This text has color #D6615A on white background.



Black color preview on #D6615A background

This text has black color on #D6615A background.


White color preview on #D6615A background

This text has white color on #D6615A background.