COLOR #DF648F

HEX: #DF648F
RGB: (223,100,143)

Color info

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

RGB color model

#DF648F color RGB value is (223,100,143).

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

RGB channels and saturation

R 223 of 255 = 87%
G 100 of 255 = 39%
B 143 of 255 = 56%

223
100
143

R + G + B ~ 61%. #DF648F is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 100 + 143 = 466 (100%)
R 223 of 466 ~ 47.85%
G 100 of 466 ~ 21.46%
B 143 of 466 ~ 30.69%

%47.85
%21.46
%30.69

CMYK color model

#DF648F color CMYK value is (0,55,36,13).

  • cyan value is 0.00%
  • magenta value is 55.16%
  • yellow value is 35.87%
  • key color value is 12.55%
CMYK:
(0,55,36,13)
C0M55Y36K13 
(0%,55%,36%,13%)
(0.00/0.55/0.36/0.13)	

CMYK percentages

%0
%55.16
%35.87
%12.55

Codes

Color #DF648F in popluar color models

DF648F
RGB223100143
HSL339°65.78%63.33%
HSB/HSV339°55.16%87.45%
CMYK0.00%55.16%35.87%
12.55%

Color #DF648F in popluar number systems.

HEXDF648F
Decimal223100143
Binary11011111110010010001111
Octal337144217

Shades and tints

Shades of #DF648F

#DF648F
(223,100,143)
#CB5B82
(203,91,130)
#B75275
(183,82,117)
#A34968
(163,73,104)
#8F405B
(143,64,91)
#7B374E
(123,55,78)
#672E41
(103,46,65)
#532534
(83,37,52)
#3F1C27
(63,28,39)
#2B131A
(43,19,26)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #DF648F

#DF648F
(223,100,143)
#E17299
(225,114,153)
#E380A3
(227,128,163)
#E58EAD
(229,142,173)
#E79CB7
(231,156,183)
#E9AAC1
(233,170,193)
#EBB8CB
(235,184,203)
#EDC6D5
(237,198,213)
#EFD4DF
(239,212,223)
#F1E2E9
(241,226,233)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF648F; }

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

This text font color is #DF648F.


Background Color

.myBgColor { background-color: #DF648F; }

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

This div background color is #DF648F.


Border color

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

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

This div border color is #DF648F.


Opacity

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

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

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

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

This text has shadow with #DF648F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF648F on black background.


Color preview on white background

This text has color #DF648F on white background.



Black color preview on #DF648F background

This text has black color on #DF648F background.


White color preview on #DF648F background

This text has white color on #DF648F background.