COLOR #DF1B74

HEX: #DF1B74
RGB: (223,27,116)

Color info

#DF1B74 contains mainly red color. Web safe color of #DF1B74 is #CC3366 (or #C36).

RGB color model

#DF1B74 color RGB value is (223,27,116).

  • red value is 223;
  • green value is 27;
  • blue value is 116.
RGB:
(223,27,116)
(87%,11%,45%)

RGB channels and saturation

R 223 of 255 = 87%
G 27 of 255 = 11%
B 116 of 255 = 45%

223
27
116

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

Portions of RGB colors in percentages

R + G + B =
223 + 27 + 116 = 366 (100%)
R 223 of 366 ~ 60.93%
G 27 of 366 ~ 7.38%
B 116 of 366 ~ 31.69%

%60.93
%31.69

CMYK color model

#DF1B74 color CMYK value is (0,88,48,13).

  • cyan value is 0.00%
  • magenta value is 87.89%
  • yellow value is 47.98%
  • key color value is 12.55%
CMYK:
(0,88,48,13)
C0M88Y48K13 
(0%,88%,48%,13%)
(0.00/0.88/0.48/0.13)	

CMYK percentages

%0
%87.89
%47.98
%12.55

Codes

Color #DF1B74 in popluar color models

DF1B74
RGB22327116
HSL333°78.40%49.02%
HSB/HSV333°87.89%87.45%
CMYK0.00%87.89%47.98%
12.55%

Color #DF1B74 in popluar number systems.

HEXDF1B74
Decimal22327116
Binary11011111110111110100
Octal33733164

Shades and tints

Shades of #DF1B74

#DF1B74
(223,27,116)
#CB196A
(203,25,106)
#B71760
(183,23,96)
#A31556
(163,21,86)
#8F134C
(143,19,76)
#7B1142
(123,17,66)
#670F38
(103,15,56)
#530D2E
(83,13,46)
#3F0B24
(63,11,36)
#2B091A
(43,9,26)
#170710
(23,7,16)
#000000
(0,0,0)

Tints of #DF1B74

#DF1B74
(223,27,116)
#E12F80
(225,47,128)
#E3438C
(227,67,140)
#E55798
(229,87,152)
#E76BA4
(231,107,164)
#E97FB0
(233,127,176)
#EB93BC
(235,147,188)
#EDA7C8
(237,167,200)
#EFBBD4
(239,187,212)
#F1CFE0
(241,207,224)
#F3E3EC
(243,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF1B74 color. Also use rgb(223,27,116) instead hex code.

Text Font Color

.myTextColor { color: #DF1B74; }

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

This text font color is #DF1B74.


Background Color

.myBgColor { background-color: #DF1B74; }

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

This div background color is #DF1B74.


Border color

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

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

This div border color is #DF1B74.


Opacity

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

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

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

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

This text has shadow with #DF1B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF1B74 on black background.


Color preview on white background

This text has color #DF1B74 on white background.



Black color preview on #DF1B74 background

This text has black color on #DF1B74 background.


White color preview on #DF1B74 background

This text has white color on #DF1B74 background.