COLOR #DF7DB2

HEX: #DF7DB2 RGB: (223,125,178)

Color info

#DF7DB2 contains mainly red and blue colors. Web safe color of #DF7DB2 is #CC6699 (or #C69).

RGB color model

#DF7DB2 color RGB value is (223,125,178).

RGB: (223,125,178) (87%, 49%, 70%)

RGB channels and saturation

R 223 of 255 = 87%
G 125 of 255 = 49%
B 178 of 255 = 70%

223
125
178

R + G + B ~ 69%. #DF7DB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 125 + 178 = 526 (100%)
R 223 of 526 ~ 42.4%
G 125 of 526 ~ 23.76%
B 178 of 526 ~ 33.84'%

%42.4
%23.76
%33.84

CMYK color model

#DF7DB2 color CMYK value is (0,44,20,13).

  • cyan value is 0.00%
  • magenta value is 43.95%
  • yellow value is 20.18%
  • key color value is 12.55%

CMYK: (0,44,20,13)
C0M44Y20K13 (0%, 44%, 20%, 13%)
(0.00 / 0.44 / 0.20 / 0.13)

CMYK percentages

%0
%43.95
%20.18
%12.55

Codes

Color #DF7DB2 in popluar color models

DF 7D B2
RGB 223 125 178
HSL 328° 60.49% 68.24%
HSB/HSV 328° 43.95% 87.45%
CMYK 0.00% 43.95% 20.18%
12.55%

Color #DF7DB2 in popluar number systems.

HEX DF 7D B2
Decimal 223 125 178
Binary 11011111 1111101 10110010
Octal 337 175 262

Shades and tints

Shades of #DF7DB2

#DF7DB2
(223,125,178)
#CB72A2
(203,114,162)
#B76792
(183,103,146)
#A35C82
(163,92,130)
#8F5172
(143,81,114)
#7B4662
(123,70,98)
#673B52
(103,59,82)
#533042
(83,48,66)
#3F2532
(63,37,50)
#2B1A22
(43,26,34)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #DF7DB2

#DF7DB2
(223,125,178)
#E188B9
(225,136,185)
#E393C0
(227,147,192)
#E59EC7
(229,158,199)
#E7A9CE
(231,169,206)
#E9B4D5
(233,180,213)
#EBBFDC
(235,191,220)
#EDCAE3
(237,202,227)
#EFD5EA
(239,213,234)
#F1E0F1
(241,224,241)
#F3EBF8
(243,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF7DB2 color. Also use rgb(223,125,178) instead hex code.

Text Font Color

.myTextColor { color: #DF7DB2; }

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

This text font color is #DF7DB2.

Background Color

.myBgColor { background-color: #DF7DB2; }

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

This div background color is #DF7DB2.

Border color

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

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

This div border color is #DF7DB2.

Opacity

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

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

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

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

This text has shadow with #DF7DB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF7DB2.

Preview

Color preview on black background

This text has color #DF7DB2 on black background.


Color preview on white background

This text has color #DF7DB2 on white background.


Black color preview on #DF7DB2 background

This text has black color on #DF7DB2 background.


White color preview on #DF7DB2 background

This text has white color on #DF7DB2 background.


Related colors

Complementary color

Complementary color for #hex is #20824D.


I love getcolorcode.com

Triadic colors

1 #B2DF7D and #7DB2DF with #DF7DB2 are triadic colors.

2 #B27DDF and #7DDFB2 with #DF7DB2 are triadic colors.