COLOR #DE6598

HEX: #DE6598
RGB: (222,101,152)

Color info

#DE6598 contains mainly red color. Web safe color of #DE6598 is #CC6699 (or #C69).

RGB color model

#DE6598 color RGB value is (222,101,152).

  • red value is 222;
  • green value is 101;
  • blue value is 152.
RGB:
(222,101,152)
(87%,40%,60%)

RGB channels and saturation

R 222 of 255 = 87%
G 101 of 255 = 40%
B 152 of 255 = 60%

222
101
152

R + G + B ~ 62%. #DE6598 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 101 + 152 = 475 (100%)
R 222 of 475 ~ 46.74%
G 101 of 475 ~ 21.26%
B 152 of 475 ~ 32%

%46.74
%21.26
%32

CMYK color model

#DE6598 color CMYK value is (0,55,32,13).

  • cyan value is 0.00%
  • magenta value is 54.50%
  • yellow value is 31.53%
  • key color value is 12.94%
CMYK:
(0,55,32,13)
C0M55Y32K13 
(0%,55%,32%,13%)
(0.00/0.55/0.32/0.13)	

CMYK percentages

%0
%54.5
%31.53
%12.94

Codes

Color #DE6598 in popluar color models

DE6598
RGB222101152
HSL335°64.71%63.33%
HSB/HSV335°54.50%87.06%
CMYK0.00%54.50%31.53%
12.94%

Color #DE6598 in popluar number systems.

HEXDE6598
Decimal222101152
Binary11011110110010110011000
Octal336145230

Shades and tints

Shades of #DE6598

#DE6598
(222,101,152)
#CA5C8B
(202,92,139)
#B6537E
(182,83,126)
#A24A71
(162,74,113)
#8E4164
(142,65,100)
#7A3857
(122,56,87)
#662F4A
(102,47,74)
#52263D
(82,38,61)
#3E1D30
(62,29,48)
#2A1423
(42,20,35)
#160B16
(22,11,22)
#000000
(0,0,0)

Tints of #DE6598

#DE6598
(222,101,152)
#E173A1
(225,115,161)
#E481AA
(228,129,170)
#E78FB3
(231,143,179)
#EA9DBC
(234,157,188)
#EDABC5
(237,171,197)
#F0B9CE
(240,185,206)
#F3C7D7
(243,199,215)
#F6D5E0
(246,213,224)
#F9E3E9
(249,227,233)
#FCF1F2
(252,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE6598 color. Also use rgb(222,101,152) instead hex code.

Text Font Color

.myTextColor { color: #DE6598; }

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

This text font color is #DE6598.


Background Color

.myBgColor { background-color: #DE6598; }

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

This div background color is #DE6598.


Border color

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

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

This div border color is #DE6598.


Opacity

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

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

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

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

This text has shadow with #DE6598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE6598 on black background.


Color preview on white background

This text has color #DE6598 on white background.



Black color preview on #DE6598 background

This text has black color on #DE6598 background.


White color preview on #DE6598 background

This text has white color on #DE6598 background.