COLOR #DF3DB3

HEX: #DF3DB3
RGB: (223,61,179)

Color info

#DF3DB3 contains mainly red and blue colors. Web safe color of #DF3DB3 is #CC3399 (or #C39).

RGB color model

#DF3DB3 color RGB value is (223,61,179).

  • red value is 223;
  • green value is 61;
  • blue value is 179.
RGB:
(223,61,179)
(87%,24%,70%)

RGB channels and saturation

R 223 of 255 = 87%
G 61 of 255 = 24%
B 179 of 255 = 70%

223
61
179

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

Portions of RGB colors in percentages

R + G + B =
223 + 61 + 179 = 463 (100%)
R 223 of 463 ~ 48.16%
G 61 of 463 ~ 13.17%
B 179 of 463 ~ 38.66%

%48.16
%13.17
%38.66

CMYK color model

#DF3DB3 color CMYK value is (0,73,20,13).

  • cyan value is 0.00%
  • magenta value is 72.65%
  • yellow value is 19.73%
  • key color value is 12.55%
CMYK:
(0,73,20,13)
C0M73Y20K13 
(0%,73%,20%,13%)
(0.00/0.73/0.20/0.13)	

CMYK percentages

%0
%72.65
%19.73
%12.55

Codes

Color #DF3DB3 in popluar color models

DF3DB3
RGB22361179
HSL316°71.68%55.69%
HSB/HSV316°72.65%87.45%
CMYK0.00%72.65%19.73%
12.55%

Color #DF3DB3 in popluar number systems.

HEXDF3DB3
Decimal22361179
Binary1101111111110110110011
Octal33775263

Shades and tints

Shades of #DF3DB3

#DF3DB3
(223,61,179)
#CB38A3
(203,56,163)
#B73393
(183,51,147)
#A32E83
(163,46,131)
#8F2973
(143,41,115)
#7B2463
(123,36,99)
#671F53
(103,31,83)
#531A43
(83,26,67)
#3F1533
(63,21,51)
#2B1023
(43,16,35)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #DF3DB3

#DF3DB3
(223,61,179)
#E14EB9
(225,78,185)
#E35FBF
(227,95,191)
#E570C5
(229,112,197)
#E781CB
(231,129,203)
#E992D1
(233,146,209)
#EBA3D7
(235,163,215)
#EDB4DD
(237,180,221)
#EFC5E3
(239,197,227)
#F1D6E9
(241,214,233)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF3DB3 color. Also use rgb(223,61,179) instead hex code.

Text Font Color

.myTextColor { color: #DF3DB3; }

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

This text font color is #DF3DB3.


Background Color

.myBgColor { background-color: #DF3DB3; }

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

This div background color is #DF3DB3.


Border color

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

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

This div border color is #DF3DB3.


Opacity

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

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

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

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

This text has shadow with #DF3DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF3DB3 on black background.


Color preview on white background

This text has color #DF3DB3 on white background.



Black color preview on #DF3DB3 background

This text has black color on #DF3DB3 background.


White color preview on #DF3DB3 background

This text has white color on #DF3DB3 background.