COLOR #DF70C9

HEX: #DF70C9 RGB: (223,112,201)

Color info

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

RGB color model

#DF70C9 color RGB value is (223,112,201).

RGB: (223,112,201) (87%, 44%, 79%)

RGB channels and saturation

R 223 of 255 = 87%
G 112 of 255 = 44%
B 201 of 255 = 79%

223
112
201

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

Portions of RGB colors in percentages

R + G + B = 223 + 112 + 201 = 536 (100%)
R 223 of 536 ~ 41.6%
G 112 of 536 ~ 20.9%
B 201 of 536 ~ 37.5'%

%41.6
%20.9
%37.5

CMYK color model

#DF70C9 color CMYK value is (0,50,10,13).

  • cyan value is 0.00%
  • magenta value is 49.78%
  • yellow value is 9.87%
  • key color value is 12.55%

CMYK: (0,50,10,13)
C0M50Y10K13 (0%, 50%, 10%, 13%)
(0.00 / 0.50 / 0.10 / 0.13)

CMYK percentages

%0
%49.78
%9.87
%12.55

Codes

Color #DF70C9 in popluar color models

DF 70 C9
RGB 223 112 201
HSL 312° 63.43% 65.69%
HSB/HSV 312° 49.78% 87.45%
CMYK 0.00% 49.78% 9.87%
12.55%

Color #DF70C9 in popluar number systems.

HEX DF 70 C9
Decimal 223 112 201
Binary 11011111 1110000 11001001
Octal 337 160 311

Shades and tints

Shades of #DF70C9

#DF70C9
(223,112,201)
#CB66B7
(203,102,183)
#B75CA5
(183,92,165)
#A35293
(163,82,147)
#8F4881
(143,72,129)
#7B3E6F
(123,62,111)
#67345D
(103,52,93)
#532A4B
(83,42,75)
#3F2039
(63,32,57)
#2B1627
(43,22,39)
#170C15
(23,12,21)
#000000
(0,0,0)

Tints of #DF70C9

#DF70C9
(223,112,201)
#E17DCD
(225,125,205)
#E38AD1
(227,138,209)
#E597D5
(229,151,213)
#E7A4D9
(231,164,217)
#E9B1DD
(233,177,221)
#EBBEE1
(235,190,225)
#EDCBE5
(237,203,229)
#EFD8E9
(239,216,233)
#F1E5ED
(241,229,237)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF70C9 color. Also use rgb(223,112,201) instead hex code.

Text Font Color

.myTextColor { color: #DF70C9; }

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

This text font color is #DF70C9.

Background Color

.myBgColor { background-color: #DF70C9; }

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

This div background color is #DF70C9.

Border color

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

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

This div border color is #DF70C9.

Opacity

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

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

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

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

This text has shadow with #DF70C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF70C9.

Preview

Color preview on black background

This text has color #DF70C9 on black background.


Color preview on white background

This text has color #DF70C9 on white background.


Black color preview on #DF70C9 background

This text has black color on #DF70C9 background.


White color preview on #DF70C9 background

This text has white color on #DF70C9 background.


Related colors

Complementary color

Complementary color for #hex is #208F36.


I love getcolorcode.com

Triadic colors

1 #C9DF70 and #70C9DF with #DF70C9 are triadic colors.

2 #C970DF and #70DFC9 with #DF70C9 are triadic colors.