COLOR #DF55D1

HEX: #DF55D1
RGB: (223,85,209)

Color info

#DF55D1 contains mainly red and blue colors. Web safe color of #DF55D1 is #CC66CC (or #C6C).

RGB color model

#DF55D1 color RGB value is (223,85,209).

  • red value is 223;
  • green value is 85;
  • blue value is 209.
RGB:
(223,85,209)
(87%,33%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 85 of 255 = 33%
B 209 of 255 = 82%

223
85
209

R + G + B ~ 67%. #DF55D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 85 + 209 = 517 (100%)
R 223 of 517 ~ 43.13%
G 85 of 517 ~ 16.44%
B 209 of 517 ~ 40.43%

%43.13
%16.44
%40.43

CMYK color model

#DF55D1 color CMYK value is (0,62,6,13).

  • cyan value is 0.00%
  • magenta value is 61.88%
  • yellow value is 6.28%
  • key color value is 12.55%
CMYK:
(0,62,6,13)
C0M62Y6K13 
(0%,62%,6%,13%)
(0.00/0.62/0.06/0.13)	

CMYK percentages

%0
%61.88
%6.28
%12.55

Codes

Color #DF55D1 in popluar color models

DF55D1
RGB22385209
HSL306°68.32%60.39%
HSB/HSV306°61.88%87.45%
CMYK0.00%61.88%6.28%
12.55%

Color #DF55D1 in popluar number systems.

HEXDF55D1
Decimal22385209
Binary11011111101010111010001
Octal337125321

Shades and tints

Shades of #DF55D1

#DF55D1
(223,85,209)
#CB4EBE
(203,78,190)
#B747AB
(183,71,171)
#A34098
(163,64,152)
#8F3985
(143,57,133)
#7B3272
(123,50,114)
#672B5F
(103,43,95)
#53244C
(83,36,76)
#3F1D39
(63,29,57)
#2B1626
(43,22,38)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #DF55D1

#DF55D1
(223,85,209)
#E164D5
(225,100,213)
#E373D9
(227,115,217)
#E582DD
(229,130,221)
#E791E1
(231,145,225)
#E9A0E5
(233,160,229)
#EBAFE9
(235,175,233)
#EDBEED
(237,190,237)
#EFCDF1
(239,205,241)
#F1DCF5
(241,220,245)
#F3EBF9
(243,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF55D1 color. Also use rgb(223,85,209) instead hex code.

Text Font Color

.myTextColor { color: #DF55D1; }

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

This text font color is #DF55D1.


Background Color

.myBgColor { background-color: #DF55D1; }

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

This div background color is #DF55D1.


Border color

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

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

This div border color is #DF55D1.


Opacity

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

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

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

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

This text has shadow with #DF55D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF55D1 on black background.


Color preview on white background

This text has color #DF55D1 on white background.



Black color preview on #DF55D1 background

This text has black color on #DF55D1 background.


White color preview on #DF55D1 background

This text has white color on #DF55D1 background.