COLOR #DE74D8

HEX: #DE74D8
RGB: (222,116,216)

Color info

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

RGB color model

#DE74D8 color RGB value is (222,116,216).

  • red value is 222;
  • green value is 116;
  • blue value is 216.
RGB:
(222,116,216)
(87%,45%,85%)

RGB channels and saturation

R 222 of 255 = 87%
G 116 of 255 = 45%
B 216 of 255 = 85%

222
116
216

R + G + B ~ 72%. #DE74D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 116 + 216 = 554 (100%)
R 222 of 554 ~ 40.07%
G 116 of 554 ~ 20.94%
B 216 of 554 ~ 38.99%

%40.07
%20.94
%38.99

CMYK color model

#DE74D8 color CMYK value is (0,48,3,13).

  • cyan value is 0.00%
  • magenta value is 47.75%
  • yellow value is 2.70%
  • key color value is 12.94%
CMYK:
(0,48,3,13)
C0M48Y3K13 
(0%,48%,3%,13%)
(0.00/0.48/0.03/0.13)	

CMYK percentages

%0
%47.75
%2.7
%12.94

Codes

Color #DE74D8 in popluar color models

DE74D8
RGB222116216
HSL303°61.63%66.27%
HSB/HSV303°47.75%87.06%
CMYK0.00%47.75%2.70%
12.94%

Color #DE74D8 in popluar number systems.

HEXDE74D8
Decimal222116216
Binary11011110111010011011000
Octal336164330

Shades and tints

Shades of #DE74D8

#DE74D8
(222,116,216)
#CA6AC5
(202,106,197)
#B660B2
(182,96,178)
#A2569F
(162,86,159)
#8E4C8C
(142,76,140)
#7A4279
(122,66,121)
#663866
(102,56,102)
#522E53
(82,46,83)
#3E2440
(62,36,64)
#2A1A2D
(42,26,45)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #DE74D8

#DE74D8
(222,116,216)
#E180DB
(225,128,219)
#E48CDE
(228,140,222)
#E798E1
(231,152,225)
#EAA4E4
(234,164,228)
#EDB0E7
(237,176,231)
#F0BCEA
(240,188,234)
#F3C8ED
(243,200,237)
#F6D4F0
(246,212,240)
#F9E0F3
(249,224,243)
#FCECF6
(252,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE74D8 color. Also use rgb(222,116,216) instead hex code.

Text Font Color

.myTextColor { color: #DE74D8; }

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

This text font color is #DE74D8.


Background Color

.myBgColor { background-color: #DE74D8; }

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

This div background color is #DE74D8.


Border color

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

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

This div border color is #DE74D8.


Opacity

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

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

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

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

This text has shadow with #DE74D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE74D8 on black background.


Color preview on white background

This text has color #DE74D8 on white background.



Black color preview on #DE74D8 background

This text has black color on #DE74D8 background.


White color preview on #DE74D8 background

This text has white color on #DE74D8 background.