COLOR #DF369B

HEX: #DF369B
RGB: (223,54,155)

Color info

#DF369B contains mainly red color. Web safe color of #DF369B is #CC3399 (or #C39).

RGB color model

#DF369B color RGB value is (223,54,155).

  • red value is 223;
  • green value is 54;
  • blue value is 155.
RGB:
(223,54,155)
(87%,21%,61%)

RGB channels and saturation

R 223 of 255 = 87%
G 54 of 255 = 21%
B 155 of 255 = 61%

223
54
155

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

Portions of RGB colors in percentages

R + G + B =
223 + 54 + 155 = 432 (100%)
R 223 of 432 ~ 51.62%
G 54 of 432 ~ 12.5%
B 155 of 432 ~ 35.88%

%51.62
%12.5
%35.88

CMYK color model

#DF369B color CMYK value is (0,76,30,13).

  • cyan value is 0.00%
  • magenta value is 75.78%
  • yellow value is 30.49%
  • key color value is 12.55%
CMYK:
(0,76,30,13)
C0M76Y30K13 
(0%,76%,30%,13%)
(0.00/0.76/0.30/0.13)	

CMYK percentages

%0
%75.78
%30.49
%12.55

Codes

Color #DF369B in popluar color models

DF369B
RGB22354155
HSL324°72.53%54.31%
HSB/HSV324°75.78%87.45%
CMYK0.00%75.78%30.49%
12.55%

Color #DF369B in popluar number systems.

HEXDF369B
Decimal22354155
Binary1101111111011010011011
Octal33766233

Shades and tints

Shades of #DF369B

#DF369B
(223,54,155)
#CB328D
(203,50,141)
#B72E7F
(183,46,127)
#A32A71
(163,42,113)
#8F2663
(143,38,99)
#7B2255
(123,34,85)
#671E47
(103,30,71)
#531A39
(83,26,57)
#3F162B
(63,22,43)
#2B121D
(43,18,29)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #DF369B

#DF369B
(223,54,155)
#E148A4
(225,72,164)
#E35AAD
(227,90,173)
#E56CB6
(229,108,182)
#E77EBF
(231,126,191)
#E990C8
(233,144,200)
#EBA2D1
(235,162,209)
#EDB4DA
(237,180,218)
#EFC6E3
(239,198,227)
#F1D8EC
(241,216,236)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF369B color. Also use rgb(223,54,155) instead hex code.

Text Font Color

.myTextColor { color: #DF369B; }

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

This text font color is #DF369B.


Background Color

.myBgColor { background-color: #DF369B; }

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

This div background color is #DF369B.


Border color

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

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

This div border color is #DF369B.


Opacity

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

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

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

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

This text has shadow with #DF369B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF369B on black background.


Color preview on white background

This text has color #DF369B on white background.



Black color preview on #DF369B background

This text has black color on #DF369B background.


White color preview on #DF369B background

This text has white color on #DF369B background.