COLOR #DF90C8

HEX: #DF90C8
RGB: (223,144,200)

Color info

#DF90C8 contains mainly red and blue colors. Web safe color of #DF90C8 is #CC99CC (or #C9C).

RGB color model

#DF90C8 color RGB value is (223,144,200).

  • red value is 223;
  • green value is 144;
  • blue value is 200.
RGB:
(223,144,200)
(87%,56%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 144 of 255 = 56%
B 200 of 255 = 78%

223
144
200

R + G + B ~ 74%. #DF90C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 144 + 200 = 567 (100%)
R 223 of 567 ~ 39.33%
G 144 of 567 ~ 25.4%
B 200 of 567 ~ 35.27%

%39.33
%25.4
%35.27

CMYK color model

#DF90C8 color CMYK value is (0,35,10,13).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 10.31%
  • key color value is 12.55%
CMYK:
(0,35,10,13)
C0M35Y10K13 
(0%,35%,10%,13%)
(0.00/0.35/0.10/0.13)	

CMYK percentages

%0
%35.43
%10.31
%12.55

Codes

Color #DF90C8 in popluar color models

DF90C8
RGB223144200
HSL317°55.24%71.96%
HSB/HSV317°35.43%87.45%
CMYK0.00%35.43%10.31%
12.55%

Color #DF90C8 in popluar number systems.

HEXDF90C8
Decimal223144200
Binary110111111001000011001000
Octal337220310

Shades and tints

Shades of #DF90C8

#DF90C8
(223,144,200)
#CB83B6
(203,131,182)
#B776A4
(183,118,164)
#A36992
(163,105,146)
#8F5C80
(143,92,128)
#7B4F6E
(123,79,110)
#67425C
(103,66,92)
#53354A
(83,53,74)
#3F2838
(63,40,56)
#2B1B26
(43,27,38)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #DF90C8

#DF90C8
(223,144,200)
#E19ACD
(225,154,205)
#E3A4D2
(227,164,210)
#E5AED7
(229,174,215)
#E7B8DC
(231,184,220)
#E9C2E1
(233,194,225)
#EBCCE6
(235,204,230)
#EDD6EB
(237,214,235)
#EFE0F0
(239,224,240)
#F1EAF5
(241,234,245)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF90C8 color. Also use rgb(223,144,200) instead hex code.

Text Font Color

.myTextColor { color: #DF90C8; }

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

This text font color is #DF90C8.


Background Color

.myBgColor { background-color: #DF90C8; }

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

This div background color is #DF90C8.


Border color

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

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

This div border color is #DF90C8.


Opacity

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

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

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

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

This text has shadow with #DF90C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF90C8 on black background.


Color preview on white background

This text has color #DF90C8 on white background.



Black color preview on #DF90C8 background

This text has black color on #DF90C8 background.


White color preview on #DF90C8 background

This text has white color on #DF90C8 background.