COLOR #DE51A4

HEX: #DE51A4
RGB: (222,81,164)

Color info

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

RGB color model

#DE51A4 color RGB value is (222,81,164).

  • red value is 222;
  • green value is 81;
  • blue value is 164.
RGB:
(222,81,164)
(87%,32%,64%)

RGB channels and saturation

R 222 of 255 = 87%
G 81 of 255 = 32%
B 164 of 255 = 64%

222
81
164

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

Portions of RGB colors in percentages

R + G + B =
222 + 81 + 164 = 467 (100%)
R 222 of 467 ~ 47.54%
G 81 of 467 ~ 17.34%
B 164 of 467 ~ 35.12%

%47.54
%17.34
%35.12

CMYK color model

#DE51A4 color CMYK value is (0,64,26,13).

  • cyan value is 0.00%
  • magenta value is 63.51%
  • yellow value is 26.13%
  • key color value is 12.94%
CMYK:
(0,64,26,13)
C0M64Y26K13 
(0%,64%,26%,13%)
(0.00/0.64/0.26/0.13)	

CMYK percentages

%0
%63.51
%26.13
%12.94

Codes

Color #DE51A4 in popluar color models

DE51A4
RGB22281164
HSL325°68.12%59.41%
HSB/HSV325°63.51%87.06%
CMYK0.00%63.51%26.13%
12.94%

Color #DE51A4 in popluar number systems.

HEXDE51A4
Decimal22281164
Binary11011110101000110100100
Octal336121244

Shades and tints

Shades of #DE51A4

#DE51A4
(222,81,164)
#CA4A96
(202,74,150)
#B64388
(182,67,136)
#A23C7A
(162,60,122)
#8E356C
(142,53,108)
#7A2E5E
(122,46,94)
#662750
(102,39,80)
#522042
(82,32,66)
#3E1934
(62,25,52)
#2A1226
(42,18,38)
#160B18
(22,11,24)
#000000
(0,0,0)

Tints of #DE51A4

#DE51A4
(222,81,164)
#E160AC
(225,96,172)
#E46FB4
(228,111,180)
#E77EBC
(231,126,188)
#EA8DC4
(234,141,196)
#ED9CCC
(237,156,204)
#F0ABD4
(240,171,212)
#F3BADC
(243,186,220)
#F6C9E4
(246,201,228)
#F9D8EC
(249,216,236)
#FCE7F4
(252,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE51A4 color. Also use rgb(222,81,164) instead hex code.

Text Font Color

.myTextColor { color: #DE51A4; }

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

This text font color is #DE51A4.


Background Color

.myBgColor { background-color: #DE51A4; }

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

This div background color is #DE51A4.


Border color

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

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

This div border color is #DE51A4.


Opacity

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

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

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

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

This text has shadow with #DE51A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE51A4 on black background.


Color preview on white background

This text has color #DE51A4 on white background.



Black color preview on #DE51A4 background

This text has black color on #DE51A4 background.


White color preview on #DE51A4 background

This text has white color on #DE51A4 background.