COLOR #DF6FCA

HEX: #DF6FCA RGB: (223,111,202)

Color info

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

RGB color model

#DF6FCA color RGB value is (223,111,202).

RGB: (223,111,202) (87%, 44%, 79%)

RGB channels and saturation

R 223 of 255 = 87%
G 111 of 255 = 44%
B 202 of 255 = 79%

223
111
202

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

Portions of RGB colors in percentages

R + G + B = 223 + 111 + 202 = 536 (100%)
R 223 of 536 ~ 41.6%
G 111 of 536 ~ 20.71%
B 202 of 536 ~ 37.69'%

%41.6
%20.71
%37.69

CMYK color model

#DF6FCA color CMYK value is (0,50,9,13).

  • cyan value is 0.00%
  • magenta value is 50.22%
  • yellow value is 9.42%
  • key color value is 12.55%

CMYK: (0,50,9,13)
C0M50Y9K13 (0%, 50%, 9%, 13%)
(0.00 / 0.50 / 0.09 / 0.13)

CMYK percentages

%0
%50.22
%9.42
%12.55

Codes

Color #DF6FCA in popluar color models

DF 6F CA
RGB 223 111 202
HSL 311° 63.64% 65.49%
HSB/HSV 311° 50.22% 87.45%
CMYK 0.00% 50.22% 9.42%
12.55%

Color #DF6FCA in popluar number systems.

HEX DF 6F CA
Decimal 223 111 202
Binary 11011111 1101111 11001010
Octal 337 157 312

Shades and tints

Shades of #DF6FCA

#DF6FCA
(223,111,202)
#CB65B8
(203,101,184)
#B75BA6
(183,91,166)
#A35194
(163,81,148)
#8F4782
(143,71,130)
#7B3D70
(123,61,112)
#67335E
(103,51,94)
#53294C
(83,41,76)
#3F1F3A
(63,31,58)
#2B1528
(43,21,40)
#170B16
(23,11,22)
#000000
(0,0,0)

Tints of #DF6FCA

#DF6FCA
(223,111,202)
#E17CCE
(225,124,206)
#E389D2
(227,137,210)
#E596D6
(229,150,214)
#E7A3DA
(231,163,218)
#E9B0DE
(233,176,222)
#EBBDE2
(235,189,226)
#EDCAE6
(237,202,230)
#EFD7EA
(239,215,234)
#F1E4EE
(241,228,238)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6FCA color. Also use rgb(223,111,202) instead hex code.

Text Font Color

.myTextColor { color: #DF6FCA; }

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

This text font color is #DF6FCA.

Background Color

.myBgColor { background-color: #DF6FCA; }

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

This div background color is #DF6FCA.

Border color

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

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

This div border color is #DF6FCA.

Opacity

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

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

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

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

This text has shadow with #DF6FCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF6FCA.

Preview

Color preview on black background

This text has color #DF6FCA on black background.


Color preview on white background

This text has color #DF6FCA on white background.


Black color preview on #DF6FCA background

This text has black color on #DF6FCA background.


White color preview on #DF6FCA background

This text has white color on #DF6FCA background.


Related colors

Complementary color

Complementary color for #hex is #209035.


I love getcolorcode.com

Triadic colors

1 #CADF6F and #6FCADF with #DF6FCA are triadic colors.

2 #CA6FDF and #6FDFCA with #DF6FCA are triadic colors.