COLOR #DF5B9A

HEX: #DF5B9A
RGB: (223,91,154)

Color info

#DF5B9A contains mainly red color. Web safe color of #DF5B9A is #CC6699 (or #C69).

RGB color model

#DF5B9A color RGB value is (223,91,154).

  • red value is 223;
  • green value is 91;
  • blue value is 154.
RGB:
(223,91,154)
(87%,36%,60%)

RGB channels and saturation

R 223 of 255 = 87%
G 91 of 255 = 36%
B 154 of 255 = 60%

223
91
154

R + G + B ~ 61%. #DF5B9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 91 + 154 = 468 (100%)
R 223 of 468 ~ 47.65%
G 91 of 468 ~ 19.44%
B 154 of 468 ~ 32.91%

%47.65
%19.44
%32.91

CMYK color model

#DF5B9A color CMYK value is (0,59,31,13).

  • cyan value is 0.00%
  • magenta value is 59.19%
  • yellow value is 30.94%
  • key color value is 12.55%
CMYK:
(0,59,31,13)
C0M59Y31K13 
(0%,59%,31%,13%)
(0.00/0.59/0.31/0.13)	

CMYK percentages

%0
%59.19
%30.94
%12.55

Codes

Color #DF5B9A in popluar color models

DF5B9A
RGB22391154
HSL331°67.35%61.57%
HSB/HSV331°59.19%87.45%
CMYK0.00%59.19%30.94%
12.55%

Color #DF5B9A in popluar number systems.

HEXDF5B9A
Decimal22391154
Binary11011111101101110011010
Octal337133232

Shades and tints

Shades of #DF5B9A

#DF5B9A
(223,91,154)
#CB538C
(203,83,140)
#B74B7E
(183,75,126)
#A34370
(163,67,112)
#8F3B62
(143,59,98)
#7B3354
(123,51,84)
#672B46
(103,43,70)
#532338
(83,35,56)
#3F1B2A
(63,27,42)
#2B131C
(43,19,28)
#170B0E
(23,11,14)
#000000
(0,0,0)

Tints of #DF5B9A

#DF5B9A
(223,91,154)
#E169A3
(225,105,163)
#E377AC
(227,119,172)
#E585B5
(229,133,181)
#E793BE
(231,147,190)
#E9A1C7
(233,161,199)
#EBAFD0
(235,175,208)
#EDBDD9
(237,189,217)
#EFCBE2
(239,203,226)
#F1D9EB
(241,217,235)
#F3E7F4
(243,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF5B9A color. Also use rgb(223,91,154) instead hex code.

Text Font Color

.myTextColor { color: #DF5B9A; }

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

This text font color is #DF5B9A.


Background Color

.myBgColor { background-color: #DF5B9A; }

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

This div background color is #DF5B9A.


Border color

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

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

This div border color is #DF5B9A.


Opacity

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

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

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

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

This text has shadow with #DF5B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF5B9A on black background.


Color preview on white background

This text has color #DF5B9A on white background.



Black color preview on #DF5B9A background

This text has black color on #DF5B9A background.


White color preview on #DF5B9A background

This text has white color on #DF5B9A background.