COLOR #DF6CCE

HEX: #DF6CCE
RGB: (223,108,206)

Color info

#DF6CCE contains mainly red and blue colors. Web safe color of #DF6CCE is #CC66CC (or #C6C).

RGB color model

#DF6CCE color RGB value is (223,108,206).

  • red value is 223;
  • green value is 108;
  • blue value is 206.
RGB:
(223,108,206)
(87%,42%,81%)

RGB channels and saturation

R 223 of 255 = 87%
G 108 of 255 = 42%
B 206 of 255 = 81%

223
108
206

R + G + B ~ 70%. #DF6CCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 108 + 206 = 537 (100%)
R 223 of 537 ~ 41.53%
G 108 of 537 ~ 20.11%
B 206 of 537 ~ 38.36%

%41.53
%20.11
%38.36

CMYK color model

#DF6CCE color CMYK value is (0,52,8,13).

  • cyan value is 0.00%
  • magenta value is 51.57%
  • yellow value is 7.62%
  • key color value is 12.55%
CMYK:
(0,52,8,13)
C0M52Y8K13 
(0%,52%,8%,13%)
(0.00/0.52/0.08/0.13)	

CMYK percentages

%0
%51.57
%7.62
%12.55

Codes

Color #DF6CCE in popluar color models

DF6CCE
RGB223108206
HSL309°64.25%64.90%
HSB/HSV309°51.57%87.45%
CMYK0.00%51.57%7.62%
12.55%

Color #DF6CCE in popluar number systems.

HEXDF6CCE
Decimal223108206
Binary11011111110110011001110
Octal337154316

Shades and tints

Shades of #DF6CCE

#DF6CCE
(223,108,206)
#CB63BC
(203,99,188)
#B75AAA
(183,90,170)
#A35198
(163,81,152)
#8F4886
(143,72,134)
#7B3F74
(123,63,116)
#673662
(103,54,98)
#532D50
(83,45,80)
#3F243E
(63,36,62)
#2B1B2C
(43,27,44)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #DF6CCE

#DF6CCE
(223,108,206)
#E179D2
(225,121,210)
#E386D6
(227,134,214)
#E593DA
(229,147,218)
#E7A0DE
(231,160,222)
#E9ADE2
(233,173,226)
#EBBAE6
(235,186,230)
#EDC7EA
(237,199,234)
#EFD4EE
(239,212,238)
#F1E1F2
(241,225,242)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6CCE color. Also use rgb(223,108,206) instead hex code.

Text Font Color

.myTextColor { color: #DF6CCE; }

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

This text font color is #DF6CCE.


Background Color

.myBgColor { background-color: #DF6CCE; }

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

This div background color is #DF6CCE.


Border color

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

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

This div border color is #DF6CCE.


Opacity

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

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

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

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

This text has shadow with #DF6CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6CCE on black background.


Color preview on white background

This text has color #DF6CCE on white background.



Black color preview on #DF6CCE background

This text has black color on #DF6CCE background.


White color preview on #DF6CCE background

This text has white color on #DF6CCE background.