COLOR #DF6588

HEX: #DF6588
RGB: (223,101,136)

Color info

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

RGB color model

#DF6588 color RGB value is (223,101,136).

  • red value is 223;
  • green value is 101;
  • blue value is 136.
RGB:
(223,101,136)
(87%,40%,53%)

RGB channels and saturation

R 223 of 255 = 87%
G 101 of 255 = 40%
B 136 of 255 = 53%

223
101
136

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

Portions of RGB colors in percentages

R + G + B =
223 + 101 + 136 = 460 (100%)
R 223 of 460 ~ 48.48%
G 101 of 460 ~ 21.96%
B 136 of 460 ~ 29.57%

%48.48
%21.96
%29.57

CMYK color model

#DF6588 color CMYK value is (0,55,39,13).

  • cyan value is 0.00%
  • magenta value is 54.71%
  • yellow value is 39.01%
  • key color value is 12.55%
CMYK:
(0,55,39,13)
C0M55Y39K13 
(0%,55%,39%,13%)
(0.00/0.55/0.39/0.13)	

CMYK percentages

%0
%54.71
%39.01
%12.55

Codes

Color #DF6588 in popluar color models

DF6588
RGB223101136
HSL343°65.59%63.53%
HSB/HSV343°54.71%87.45%
CMYK0.00%54.71%39.01%
12.55%

Color #DF6588 in popluar number systems.

HEXDF6588
Decimal223101136
Binary11011111110010110001000
Octal337145210

Shades and tints

Shades of #DF6588

#DF6588
(223,101,136)
#CB5C7C
(203,92,124)
#B75370
(183,83,112)
#A34A64
(163,74,100)
#8F4158
(143,65,88)
#7B384C
(123,56,76)
#672F40
(103,47,64)
#532634
(83,38,52)
#3F1D28
(63,29,40)
#2B141C
(43,20,28)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #DF6588

#DF6588
(223,101,136)
#E17392
(225,115,146)
#E3819C
(227,129,156)
#E58FA6
(229,143,166)
#E79DB0
(231,157,176)
#E9ABBA
(233,171,186)
#EBB9C4
(235,185,196)
#EDC7CE
(237,199,206)
#EFD5D8
(239,213,216)
#F1E3E2
(241,227,226)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6588 color. Also use rgb(223,101,136) instead hex code.

Text Font Color

.myTextColor { color: #DF6588; }

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

This text font color is #DF6588.


Background Color

.myBgColor { background-color: #DF6588; }

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

This div background color is #DF6588.


Border color

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

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

This div border color is #DF6588.


Opacity

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

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

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

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

This text has shadow with #DF6588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6588 on black background.


Color preview on white background

This text has color #DF6588 on white background.



Black color preview on #DF6588 background

This text has black color on #DF6588 background.


White color preview on #DF6588 background

This text has white color on #DF6588 background.