COLOR #DE6DB5

HEX: #DE6DB5 RGB: (222,109,181)

Color info

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

RGB color model

#DE6DB5 color RGB value is (222,109,181).

RGB: (222,109,181) (87%, 43%, 71%)

RGB channels and saturation

R 222 of 255 = 87%
G 109 of 255 = 43%
B 181 of 255 = 71%

222
109
181

R + G + B ~ 67%. #DE6DB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 109 + 181 = 512 (100%)
R 222 of 512 ~ 43.36%
G 109 of 512 ~ 21.29%
B 181 of 512 ~ 35.35'%

%43.36
%21.29
%35.35

CMYK color model

#DE6DB5 color CMYK value is (0,51,18,13).

  • cyan value is 0.00%
  • magenta value is 50.90%
  • yellow value is 18.47%
  • key color value is 12.94%

CMYK: (0,51,18,13)
C0M51Y18K13 (0%, 51%, 18%, 13%)
(0.00 / 0.51 / 0.18 / 0.13)

CMYK percentages

%0
%50.9
%18.47
%12.94

Codes

Color #DE6DB5 in popluar color models

DE 6D B5
RGB 222 109 181
HSL 322° 63.13% 64.90%
HSB/HSV 322° 50.90% 87.06%
CMYK 0.00% 50.90% 18.47%
12.94%

Color #DE6DB5 in popluar number systems.

HEX DE 6D B5
Decimal 222 109 181
Binary 11011110 1101101 10110101
Octal 336 155 265

Shades and tints

Shades of #DE6DB5

#DE6DB5
(222,109,181)
#CA64A5
(202,100,165)
#B65B95
(182,91,149)
#A25285
(162,82,133)
#8E4975
(142,73,117)
#7A4065
(122,64,101)
#663755
(102,55,85)
#522E45
(82,46,69)
#3E2535
(62,37,53)
#2A1C25
(42,28,37)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #DE6DB5

#DE6DB5
(222,109,181)
#E17ABB
(225,122,187)
#E487C1
(228,135,193)
#E794C7
(231,148,199)
#EAA1CD
(234,161,205)
#EDAED3
(237,174,211)
#F0BBD9
(240,187,217)
#F3C8DF
(243,200,223)
#F6D5E5
(246,213,229)
#F9E2EB
(249,226,235)
#FCEFF1
(252,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE6DB5 color. Also use rgb(222,109,181) instead hex code.

Text Font Color

.myTextColor { color: #DE6DB5; }

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

This text font color is #DE6DB5.

Background Color

.myBgColor { background-color: #DE6DB5; }

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

This div background color is #DE6DB5.

Border color

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

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

This div border color is #DE6DB5.

Opacity

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

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

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

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

This text has shadow with #DE6DB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE6DB5.

Preview

Color preview on black background

This text has color #DE6DB5 on black background.


Color preview on white background

This text has color #DE6DB5 on white background.


Black color preview on #DE6DB5 background

This text has black color on #DE6DB5 background.


White color preview on #DE6DB5 background

This text has white color on #DE6DB5 background.


Related colors

Complementary color

Complementary color for #hex is #21924A.


I love getcolorcode.com

Triadic colors

1 #B5DE6D and #6DB5DE with #DE6DB5 are triadic colors.

2 #B56DDE and #6DDEB5 with #DE6DB5 are triadic colors.