COLOR #DF0F74

HEX: #DF0F74
RGB: (223,15,116)

Color info

#DF0F74 contains mainly red color. Web safe color of #DF0F74 is #CC0066 (or #C06).

RGB color model

#DF0F74 color RGB value is (223,15,116).

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

RGB channels and saturation

R 223 of 255 = 87%
G 15 of 255 = 6%
B 116 of 255 = 45%

223
15
116

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

Portions of RGB colors in percentages

R + G + B =
223 + 15 + 116 = 354 (100%)
R 223 of 354 ~ 62.99%
G 15 of 354 ~ 4.24%
B 116 of 354 ~ 32.77%

%62.99
%32.77

CMYK color model

#DF0F74 color CMYK value is (0,93,48,13).

  • cyan value is 0.00%
  • magenta value is 93.27%
  • yellow value is 47.98%
  • key color value is 12.55%
CMYK:
(0,93,48,13)
C0M93Y48K13 
(0%,93%,48%,13%)
(0.00/0.93/0.48/0.13)	

CMYK percentages

%0
%93.27
%47.98
%12.55

Codes

Color #DF0F74 in popluar color models

DF0F74
RGB22315116
HSL331°87.39%46.67%
HSB/HSV331°93.27%87.45%
CMYK0.00%93.27%47.98%
12.55%

Color #DF0F74 in popluar number systems.

HEXDF0F74
Decimal22315116
Binary1101111111111110100
Octal33717164

Shades and tints

Shades of #DF0F74

#DF0F74
(223,15,116)
#CB0E6A
(203,14,106)
#B70D60
(183,13,96)
#A30C56
(163,12,86)
#8F0B4C
(143,11,76)
#7B0A42
(123,10,66)
#670938
(103,9,56)
#53082E
(83,8,46)
#3F0724
(63,7,36)
#2B061A
(43,6,26)
#170510
(23,5,16)
#000000
(0,0,0)

Tints of #DF0F74

#DF0F74
(223,15,116)
#E12480
(225,36,128)
#E3398C
(227,57,140)
#E54E98
(229,78,152)
#E763A4
(231,99,164)
#E978B0
(233,120,176)
#EB8DBC
(235,141,188)
#EDA2C8
(237,162,200)
#EFB7D4
(239,183,212)
#F1CCE0
(241,204,224)
#F3E1EC
(243,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF0F74; }

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

This text font color is #DF0F74.


Background Color

.myBgColor { background-color: #DF0F74; }

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

This div background color is #DF0F74.


Border color

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

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

This div border color is #DF0F74.


Opacity

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

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

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

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

This text has shadow with #DF0F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF0F74 on black background.


Color preview on white background

This text has color #DF0F74 on white background.



Black color preview on #DF0F74 background

This text has black color on #DF0F74 background.


White color preview on #DF0F74 background

This text has white color on #DF0F74 background.