COLOR #DF6497

HEX: #DF6497
RGB: (223,100,151)

Color info

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

RGB color model

#DF6497 color RGB value is (223,100,151).

  • red value is 223;
  • green value is 100;
  • blue value is 151.
RGB:
(223,100,151)
(87%,39%,59%)

RGB channels and saturation

R 223 of 255 = 87%
G 100 of 255 = 39%
B 151 of 255 = 59%

223
100
151

R + G + B ~ 62%. #DF6497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 100 + 151 = 474 (100%)
R 223 of 474 ~ 47.05%
G 100 of 474 ~ 21.1%
B 151 of 474 ~ 31.86%

%47.05
%21.1
%31.86

CMYK color model

#DF6497 color CMYK value is (0,55,32,13).

  • cyan value is 0.00%
  • magenta value is 55.16%
  • yellow value is 32.29%
  • key color value is 12.55%
CMYK:
(0,55,32,13)
C0M55Y32K13 
(0%,55%,32%,13%)
(0.00/0.55/0.32/0.13)	

CMYK percentages

%0
%55.16
%32.29
%12.55

Codes

Color #DF6497 in popluar color models

DF6497
RGB223100151
HSL335°65.78%63.33%
HSB/HSV335°55.16%87.45%
CMYK0.00%55.16%32.29%
12.55%

Color #DF6497 in popluar number systems.

HEXDF6497
Decimal223100151
Binary11011111110010010010111
Octal337144227

Shades and tints

Shades of #DF6497

#DF6497
(223,100,151)
#CB5B8A
(203,91,138)
#B7527D
(183,82,125)
#A34970
(163,73,112)
#8F4063
(143,64,99)
#7B3756
(123,55,86)
#672E49
(103,46,73)
#53253C
(83,37,60)
#3F1C2F
(63,28,47)
#2B1322
(43,19,34)
#170A15
(23,10,21)
#000000
(0,0,0)

Tints of #DF6497

#DF6497
(223,100,151)
#E172A0
(225,114,160)
#E380A9
(227,128,169)
#E58EB2
(229,142,178)
#E79CBB
(231,156,187)
#E9AAC4
(233,170,196)
#EBB8CD
(235,184,205)
#EDC6D6
(237,198,214)
#EFD4DF
(239,212,223)
#F1E2E8
(241,226,232)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6497 color. Also use rgb(223,100,151) instead hex code.

Text Font Color

.myTextColor { color: #DF6497; }

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

This text font color is #DF6497.


Background Color

.myBgColor { background-color: #DF6497; }

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

This div background color is #DF6497.


Border color

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

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

This div border color is #DF6497.


Opacity

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

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

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

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

This text has shadow with #DF6497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6497 on black background.


Color preview on white background

This text has color #DF6497 on white background.



Black color preview on #DF6497 background

This text has black color on #DF6497 background.


White color preview on #DF6497 background

This text has white color on #DF6497 background.