COLOR #DF7FB5

HEX: #DF7FB5 RGB: (223,127,181)

Color info

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

RGB color model

#DF7FB5 color RGB value is (223,127,181).

RGB: (223,127,181) (87%, 50%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 127 of 255 = 50%
B 181 of 255 = 71%

223
127
181

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

Portions of RGB colors in percentages

R + G + B = 223 + 127 + 181 = 531 (100%)
R 223 of 531 ~ 42%
G 127 of 531 ~ 23.92%
B 181 of 531 ~ 34.09'%

%42
%23.92
%34.09

CMYK color model

#DF7FB5 color CMYK value is (0,43,19,13).

  • cyan value is 0.00%
  • magenta value is 43.05%
  • yellow value is 18.83%
  • key color value is 12.55%

CMYK: (0,43,19,13)
C0M43Y19K13 (0%, 43%, 19%, 13%)
(0.00 / 0.43 / 0.19 / 0.13)

CMYK percentages

%0
%43.05
%18.83
%12.55

Codes

Color #DF7FB5 in popluar color models

DF 7F B5
RGB 223 127 181
HSL 326° 60.00% 68.63%
HSB/HSV 326° 43.05% 87.45%
CMYK 0.00% 43.05% 18.83%
12.55%

Color #DF7FB5 in popluar number systems.

HEX DF 7F B5
Decimal 223 127 181
Binary 11011111 1111111 10110101
Octal 337 177 265

Shades and tints

Shades of #DF7FB5

#DF7FB5
(223,127,181)
#CB74A5
(203,116,165)
#B76995
(183,105,149)
#A35E85
(163,94,133)
#8F5375
(143,83,117)
#7B4865
(123,72,101)
#673D55
(103,61,85)
#533245
(83,50,69)
#3F2735
(63,39,53)
#2B1C25
(43,28,37)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #DF7FB5

#DF7FB5
(223,127,181)
#E18ABB
(225,138,187)
#E395C1
(227,149,193)
#E5A0C7
(229,160,199)
#E7ABCD
(231,171,205)
#E9B6D3
(233,182,211)
#EBC1D9
(235,193,217)
#EDCCDF
(237,204,223)
#EFD7E5
(239,215,229)
#F1E2EB
(241,226,235)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF7FB5 color. Also use rgb(223,127,181) instead hex code.

Text Font Color

.myTextColor { color: #DF7FB5; }

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

This text font color is #DF7FB5.

Background Color

.myBgColor { background-color: #DF7FB5; }

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

This div background color is #DF7FB5.

Border color

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

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

This div border color is #DF7FB5.

Opacity

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

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

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

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

This text has shadow with #DF7FB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF7FB5.

Preview

Color preview on black background

This text has color #DF7FB5 on black background.


Color preview on white background

This text has color #DF7FB5 on white background.


Black color preview on #DF7FB5 background

This text has black color on #DF7FB5 background.


White color preview on #DF7FB5 background

This text has white color on #DF7FB5 background.


Related colors

Complementary color

Complementary color for #hex is #20804A.


I love getcolorcode.com

Triadic colors

1 #B5DF7F and #7FB5DF with #DF7FB5 are triadic colors.

2 #B57FDF and #7FDFB5 with #DF7FB5 are triadic colors.