COLOR #DF7DB0

HEX: #DF7DB0
RGB: (223,125,176)

Color info

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

RGB color model

#DF7DB0 color RGB value is (223,125,176).

  • red value is 223;
  • green value is 125;
  • blue value is 176.
RGB:
(223,125,176)
(87%,49%,69%)

RGB channels and saturation

R 223 of 255 = 87%
G 125 of 255 = 49%
B 176 of 255 = 69%

223
125
176

R + G + B ~ 68%. #DF7DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 125 + 176 = 524 (100%)
R 223 of 524 ~ 42.56%
G 125 of 524 ~ 23.85%
B 176 of 524 ~ 33.59%

%42.56
%23.85
%33.59

CMYK color model

#DF7DB0 color CMYK value is (0,44,21,13).

  • cyan value is 0.00%
  • magenta value is 43.95%
  • yellow value is 21.08%
  • key color value is 12.55%
CMYK:
(0,44,21,13)
C0M44Y21K13 
(0%,44%,21%,13%)
(0.00/0.44/0.21/0.13)	

CMYK percentages

%0
%43.95
%21.08
%12.55

Codes

Color #DF7DB0 in popluar color models

DF7DB0
RGB223125176
HSL329°60.49%68.24%
HSB/HSV329°43.95%87.45%
CMYK0.00%43.95%21.08%
12.55%

Color #DF7DB0 in popluar number systems.

HEXDF7DB0
Decimal223125176
Binary11011111111110110110000
Octal337175260

Shades and tints

Shades of #DF7DB0

#DF7DB0
(223,125,176)
#CB72A0
(203,114,160)
#B76790
(183,103,144)
#A35C80
(163,92,128)
#8F5170
(143,81,112)
#7B4660
(123,70,96)
#673B50
(103,59,80)
#533040
(83,48,64)
#3F2530
(63,37,48)
#2B1A20
(43,26,32)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #DF7DB0

#DF7DB0
(223,125,176)
#E188B7
(225,136,183)
#E393BE
(227,147,190)
#E59EC5
(229,158,197)
#E7A9CC
(231,169,204)
#E9B4D3
(233,180,211)
#EBBFDA
(235,191,218)
#EDCAE1
(237,202,225)
#EFD5E8
(239,213,232)
#F1E0EF
(241,224,239)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF7DB0; }

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

This text font color is #DF7DB0.


Background Color

.myBgColor { background-color: #DF7DB0; }

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

This div background color is #DF7DB0.


Border color

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

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

This div border color is #DF7DB0.


Opacity

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

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

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

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

This text has shadow with #DF7DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7DB0 on black background.


Color preview on white background

This text has color #DF7DB0 on white background.



Black color preview on #DF7DB0 background

This text has black color on #DF7DB0 background.


White color preview on #DF7DB0 background

This text has white color on #DF7DB0 background.