COLOR #DF35C2

HEX: #DF35C2
RGB: (223,53,194)

Color info

#DF35C2 contains mainly red and blue colors. Web safe color of #DF35C2 is #CC33CC (or #C3C).

RGB color model

#DF35C2 color RGB value is (223,53,194).

  • red value is 223;
  • green value is 53;
  • blue value is 194.
RGB:
(223,53,194)
(87%,21%,76%)

RGB channels and saturation

R 223 of 255 = 87%
G 53 of 255 = 21%
B 194 of 255 = 76%

223
53
194

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

Portions of RGB colors in percentages

R + G + B =
223 + 53 + 194 = 470 (100%)
R 223 of 470 ~ 47.45%
G 53 of 470 ~ 11.28%
B 194 of 470 ~ 41.28%

%47.45
%11.28
%41.28

CMYK color model

#DF35C2 color CMYK value is (0,76,13,13).

  • cyan value is 0.00%
  • magenta value is 76.23%
  • yellow value is 13.00%
  • key color value is 12.55%
CMYK:
(0,76,13,13)
C0M76Y13K13 
(0%,76%,13%,13%)
(0.00/0.76/0.13/0.13)	

CMYK percentages

%0
%76.23
%13
%12.55

Codes

Color #DF35C2 in popluar color models

DF35C2
RGB22353194
HSL310°72.65%54.12%
HSB/HSV310°76.23%87.45%
CMYK0.00%76.23%13.00%
12.55%

Color #DF35C2 in popluar number systems.

HEXDF35C2
Decimal22353194
Binary1101111111010111000010
Octal33765302

Shades and tints

Shades of #DF35C2

#DF35C2
(223,53,194)
#CB31B1
(203,49,177)
#B72DA0
(183,45,160)
#A3298F
(163,41,143)
#8F257E
(143,37,126)
#7B216D
(123,33,109)
#671D5C
(103,29,92)
#53194B
(83,25,75)
#3F153A
(63,21,58)
#2B1129
(43,17,41)
#170D18
(23,13,24)
#000000
(0,0,0)

Tints of #DF35C2

#DF35C2
(223,53,194)
#E147C7
(225,71,199)
#E359CC
(227,89,204)
#E56BD1
(229,107,209)
#E77DD6
(231,125,214)
#E98FDB
(233,143,219)
#EBA1E0
(235,161,224)
#EDB3E5
(237,179,229)
#EFC5EA
(239,197,234)
#F1D7EF
(241,215,239)
#F3E9F4
(243,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF35C2 color. Also use rgb(223,53,194) instead hex code.

Text Font Color

.myTextColor { color: #DF35C2; }

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

This text font color is #DF35C2.


Background Color

.myBgColor { background-color: #DF35C2; }

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

This div background color is #DF35C2.


Border color

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

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

This div border color is #DF35C2.


Opacity

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

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

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

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

This text has shadow with #DF35C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF35C2 on black background.


Color preview on white background

This text has color #DF35C2 on white background.



Black color preview on #DF35C2 background

This text has black color on #DF35C2 background.


White color preview on #DF35C2 background

This text has white color on #DF35C2 background.