COLOR #DB70EC

HEX: #DB70EC RGB: (219,112,236)

Color info

#DB70EC contains mainly red and blue colors. Web safe color of #DB70EC is #CC66FF (or #C6F).

RGB color model

#DB70EC color RGB value is (219,112,236).

RGB: (219,112,236) (86%, 44%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 112 of 255 = 44%
B 236 of 255 = 93%

219
112
236

R + G + B ~ 74%. #DB70EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 112 + 236 = 567 (100%)
R 219 of 567 ~ 38.62%
G 112 of 567 ~ 19.75%
B 236 of 567 ~ 41.62'%

%38.62
%19.75
%41.62

CMYK color model

#DB70EC color CMYK value is (7,53,0,7).

  • cyan value is 7.20%
  • magenta value is 52.54%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (7,53,0,7)
C7M53Y0K7 (7%, 53%, 0%, 7%)
(0.07 / 0.53 / 0.00 / 0.07)

CMYK percentages

%7.2
%52.54
%0
%7.45

Codes

Color #DB70EC in popluar color models

DB 70 EC
RGB 219 112 236
HSL 292° 76.54% 68.24%
HSB/HSV 292° 52.54% 92.55%
CMYK 7.20% 52.54% 0.00%
7.45%

Color #DB70EC in popluar number systems.

HEX DB 70 EC
Decimal 219 112 236
Binary 11011011 1110000 11101100
Octal 333 160 354

Shades and tints

Shades of #DB70EC

#DB70EC
(219,112,236)
#C866D7
(200,102,215)
#B55CC2
(181,92,194)
#A252AD
(162,82,173)
#8F4898
(143,72,152)
#7C3E83
(124,62,131)
#69346E
(105,52,110)
#562A59
(86,42,89)
#432044
(67,32,68)
#30162F
(48,22,47)
#1D0C1A
(29,12,26)
#000000
(0,0,0)

Tints of #DB70EC

#DB70EC
(219,112,236)
#DE7DED
(222,125,237)
#E18AEE
(225,138,238)
#E497EF
(228,151,239)
#E7A4F0
(231,164,240)
#EAB1F1
(234,177,241)
#EDBEF2
(237,190,242)
#F0CBF3
(240,203,243)
#F3D8F4
(243,216,244)
#F6E5F5
(246,229,245)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB70EC color. Also use rgb(219,112,236) instead hex code.

Text Font Color

.myTextColor { color: #DB70EC; }

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

This text font color is #DB70EC.

Background Color

.myBgColor { background-color: #DB70EC; }

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

This div background color is #DB70EC.

Border color

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

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

This div border color is #DB70EC.

Opacity

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

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

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

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

This text has shadow with #DB70EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB70EC.

Preview

Color preview on black background

This text has color #DB70EC on black background.


Color preview on white background

This text has color #DB70EC on white background.


Black color preview on #DB70EC background

This text has black color on #DB70EC background.


White color preview on #DB70EC background

This text has white color on #DB70EC background.


Related colors

Complementary color

Complementary color for #hex is #248F13.


I love getcolorcode.com

Triadic colors

1 #ECDB70 and #70ECDB with #DB70EC are triadic colors.

2 #EC70DB and #70DBEC with #DB70EC are triadic colors.