COLOR #DF58AA

HEX: #DF58AA
RGB: (223,88,170)

Color info

#DF58AA contains mainly red and blue colors. Web safe color of #DF58AA is #CC6699 (or #C69).

RGB color model

#DF58AA color RGB value is (223,88,170).

  • red value is 223;
  • green value is 88;
  • blue value is 170.
RGB:
(223,88,170)
(87%,35%,67%)

RGB channels and saturation

R 223 of 255 = 87%
G 88 of 255 = 35%
B 170 of 255 = 67%

223
88
170

R + G + B ~ 63%. #DF58AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 88 + 170 = 481 (100%)
R 223 of 481 ~ 46.36%
G 88 of 481 ~ 18.3%
B 170 of 481 ~ 35.34%

%46.36
%18.3
%35.34

CMYK color model

#DF58AA color CMYK value is (0,61,24,13).

  • cyan value is 0.00%
  • magenta value is 60.54%
  • yellow value is 23.77%
  • key color value is 12.55%
CMYK:
(0,61,24,13)
C0M61Y24K13 
(0%,61%,24%,13%)
(0.00/0.61/0.24/0.13)	

CMYK percentages

%0
%60.54
%23.77
%12.55

Codes

Color #DF58AA in popluar color models

DF58AA
RGB22388170
HSL324°67.84%60.98%
HSB/HSV324°60.54%87.45%
CMYK0.00%60.54%23.77%
12.55%

Color #DF58AA in popluar number systems.

HEXDF58AA
Decimal22388170
Binary11011111101100010101010
Octal337130252

Shades and tints

Shades of #DF58AA

#DF58AA
(223,88,170)
#CB509B
(203,80,155)
#B7488C
(183,72,140)
#A3407D
(163,64,125)
#8F386E
(143,56,110)
#7B305F
(123,48,95)
#672850
(103,40,80)
#532041
(83,32,65)
#3F1832
(63,24,50)
#2B1023
(43,16,35)
#170814
(23,8,20)
#000000
(0,0,0)

Tints of #DF58AA

#DF58AA
(223,88,170)
#E167B1
(225,103,177)
#E376B8
(227,118,184)
#E585BF
(229,133,191)
#E794C6
(231,148,198)
#E9A3CD
(233,163,205)
#EBB2D4
(235,178,212)
#EDC1DB
(237,193,219)
#EFD0E2
(239,208,226)
#F1DFE9
(241,223,233)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF58AA color. Also use rgb(223,88,170) instead hex code.

Text Font Color

.myTextColor { color: #DF58AA; }

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

This text font color is #DF58AA.


Background Color

.myBgColor { background-color: #DF58AA; }

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

This div background color is #DF58AA.


Border color

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

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

This div border color is #DF58AA.


Opacity

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

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

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

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

This text has shadow with #DF58AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF58AA on black background.


Color preview on white background

This text has color #DF58AA on white background.



Black color preview on #DF58AA background

This text has black color on #DF58AA background.


White color preview on #DF58AA background

This text has white color on #DF58AA background.