COLOR #DF255A

HEX: #DF255A
RGB: (223,37,90)

Color info

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

RGB color model

#DF255A color RGB value is (223,37,90).

  • red value is 223;
  • green value is 37;
  • blue value is 90.
RGB:
(223,37,90)
(87%,15%,35%)

RGB channels and saturation

R 223 of 255 = 87%
G 37 of 255 = 15%
B 90 of 255 = 35%

223
37
90

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

Portions of RGB colors in percentages

R + G + B =
223 + 37 + 90 = 350 (100%)
R 223 of 350 ~ 63.71%
G 37 of 350 ~ 10.57%
B 90 of 350 ~ 25.71%

%63.71
%10.57
%25.71

CMYK color model

#DF255A color CMYK value is (0,83,60,13).

  • cyan value is 0.00%
  • magenta value is 83.41%
  • yellow value is 59.64%
  • key color value is 12.55%
CMYK:
(0,83,60,13)
C0M83Y60K13 
(0%,83%,60%,13%)
(0.00/0.83/0.60/0.13)	

CMYK percentages

%0
%83.41
%59.64
%12.55

Codes

Color #DF255A in popluar color models

DF255A
RGB2233790
HSL343°74.40%50.98%
HSB/HSV343°83.41%87.45%
CMYK0.00%83.41%59.64%
12.55%

Color #DF255A in popluar number systems.

HEXDF255A
Decimal2233790
Binary110111111001011011010
Octal33745132

Shades and tints

Shades of #DF255A

#DF255A
(223,37,90)
#CB2252
(203,34,82)
#B71F4A
(183,31,74)
#A31C42
(163,28,66)
#8F193A
(143,25,58)
#7B1632
(123,22,50)
#67132A
(103,19,42)
#531022
(83,16,34)
#3F0D1A
(63,13,26)
#2B0A12
(43,10,18)
#17070A
(23,7,10)
#000000
(0,0,0)

Tints of #DF255A

#DF255A
(223,37,90)
#E13869
(225,56,105)
#E34B78
(227,75,120)
#E55E87
(229,94,135)
#E77196
(231,113,150)
#E984A5
(233,132,165)
#EB97B4
(235,151,180)
#EDAAC3
(237,170,195)
#EFBDD2
(239,189,210)
#F1D0E1
(241,208,225)
#F3E3F0
(243,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF255A color. Also use rgb(223,37,90) instead hex code.

Text Font Color

.myTextColor { color: #DF255A; }

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

This text font color is #DF255A.


Background Color

.myBgColor { background-color: #DF255A; }

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

This div background color is #DF255A.


Border color

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

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

This div border color is #DF255A.


Opacity

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

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

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

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

This text has shadow with #DF255A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF255A on black background.


Color preview on white background

This text has color #DF255A on white background.



Black color preview on #DF255A background

This text has black color on #DF255A background.


White color preview on #DF255A background

This text has white color on #DF255A background.