COLOR #DF515A

HEX: #DF515A
RGB: (223,81,90)

Color info

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

RGB color model

#DF515A color RGB value is (223,81,90).

  • red value is 223;
  • green value is 81;
  • blue value is 90.
RGB:
(223,81,90)
(87%,32%,35%)

RGB channels and saturation

R 223 of 255 = 87%
G 81 of 255 = 32%
B 90 of 255 = 35%

223
81
90

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

Portions of RGB colors in percentages

R + G + B =
223 + 81 + 90 = 394 (100%)
R 223 of 394 ~ 56.6%
G 81 of 394 ~ 20.56%
B 90 of 394 ~ 22.84%

%56.6
%20.56
%22.84

CMYK color model

#DF515A color CMYK value is (0,64,60,13).

  • cyan value is 0.00%
  • magenta value is 63.68%
  • yellow value is 59.64%
  • key color value is 12.55%
CMYK:
(0,64,60,13)
C0M64Y60K13 
(0%,64%,60%,13%)
(0.00/0.64/0.60/0.13)	

CMYK percentages

%0
%63.68
%59.64
%12.55

Codes

Color #DF515A in popluar color models

DF515A
RGB2238190
HSL356°68.93%59.61%
HSB/HSV356°63.68%87.45%
CMYK0.00%63.68%59.64%
12.55%

Color #DF515A in popluar number systems.

HEXDF515A
Decimal2238190
Binary1101111110100011011010
Octal337121132

Shades and tints

Shades of #DF515A

#DF515A
(223,81,90)
#CB4A52
(203,74,82)
#B7434A
(183,67,74)
#A33C42
(163,60,66)
#8F353A
(143,53,58)
#7B2E32
(123,46,50)
#67272A
(103,39,42)
#532022
(83,32,34)
#3F191A
(63,25,26)
#2B1212
(43,18,18)
#170B0A
(23,11,10)
#000000
(0,0,0)

Tints of #DF515A

#DF515A
(223,81,90)
#E16069
(225,96,105)
#E36F78
(227,111,120)
#E57E87
(229,126,135)
#E78D96
(231,141,150)
#E99CA5
(233,156,165)
#EBABB4
(235,171,180)
#EDBAC3
(237,186,195)
#EFC9D2
(239,201,210)
#F1D8E1
(241,216,225)
#F3E7F0
(243,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF515A color. Also use rgb(223,81,90) instead hex code.

Text Font Color

.myTextColor { color: #DF515A; }

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

This text font color is #DF515A.


Background Color

.myBgColor { background-color: #DF515A; }

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

This div background color is #DF515A.


Border color

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

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

This div border color is #DF515A.


Opacity

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

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

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

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

This text has shadow with #DF515A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF515A on black background.


Color preview on white background

This text has color #DF515A on white background.



Black color preview on #DF515A background

This text has black color on #DF515A background.


White color preview on #DF515A background

This text has white color on #DF515A background.