COLOR #DE0697

HEX: #DE0697
RGB: (222,6,151)

Color info

#DE0697 contains mainly red color. Web safe color of #DE0697 is #CC0099 (or #C09).

RGB color model

#DE0697 color RGB value is (222,6,151).

  • red value is 222;
  • green value is 6;
  • blue value is 151.
RGB:
(222,6,151)
(87%,2%,59%)

RGB channels and saturation

R 222 of 255 = 87%
G 6 of 255 = 2%
B 151 of 255 = 59%

222
6
151

R + G + B ~ 49%. #DE0697 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
222 + 6 + 151 = 379 (100%)
R 222 of 379 ~ 58.58%
G 6 of 379 ~ 1.58%
B 151 of 379 ~ 39.84%

%58.58
%39.84

CMYK color model

#DE0697 color CMYK value is (0,97,32,13).

  • cyan value is 0.00%
  • magenta value is 97.30%
  • yellow value is 31.98%
  • key color value is 12.94%
CMYK:
(0,97,32,13)
C0M97Y32K13 
(0%,97%,32%,13%)
(0.00/0.97/0.32/0.13)	

CMYK percentages

%0
%97.3
%31.98
%12.94

Codes

Color #DE0697 in popluar color models

DE0697
RGB2226151
HSL320°94.74%44.71%
HSB/HSV320°97.30%87.06%
CMYK0.00%97.30%31.98%
12.94%

Color #DE0697 in popluar number systems.

HEXDE0697
Decimal2226151
Binary1101111011010010111
Octal3366227

Shades and tints

Shades of #DE0697

#DE0697
(222,6,151)
#CA068A
(202,6,138)
#B6067D
(182,6,125)
#A20670
(162,6,112)
#8E0663
(142,6,99)
#7A0656
(122,6,86)
#660649
(102,6,73)
#52063C
(82,6,60)
#3E062F
(62,6,47)
#2A0622
(42,6,34)
#160615
(22,6,21)
#000000
(0,0,0)

Tints of #DE0697

#DE0697
(222,6,151)
#E11CA0
(225,28,160)
#E432A9
(228,50,169)
#E748B2
(231,72,178)
#EA5EBB
(234,94,187)
#ED74C4
(237,116,196)
#F08ACD
(240,138,205)
#F3A0D6
(243,160,214)
#F6B6DF
(246,182,223)
#F9CCE8
(249,204,232)
#FCE2F1
(252,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE0697 color. Also use rgb(222,6,151) instead hex code.

Text Font Color

.myTextColor { color: #DE0697; }

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

This text font color is #DE0697.


Background Color

.myBgColor { background-color: #DE0697; }

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

This div background color is #DE0697.


Border color

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

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

This div border color is #DE0697.


Opacity

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

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

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

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

This text has shadow with #DE0697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE0697 on black background.


Color preview on white background

This text has color #DE0697 on white background.



Black color preview on #DE0697 background

This text has black color on #DE0697 background.


White color preview on #DE0697 background

This text has white color on #DE0697 background.