COLOR #DB90E1

HEX: #DB90E1 RGB: (219,144,225)

Color info

#DB90E1 contains mainly red and blue colors. Web safe color of #DB90E1 is #CC99CC (or #C9C).

RGB color model

#DB90E1 color RGB value is (219,144,225).

RGB: (219,144,225) (86%, 56%, 88%)

RGB channels and saturation

R 219 of 255 = 86%
G 144 of 255 = 56%
B 225 of 255 = 88%

219
144
225

R + G + B ~ 77%. #DB90E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 144 + 225 = 588 (100%)
R 219 of 588 ~ 37.24%
G 144 of 588 ~ 24.49%
B 225 of 588 ~ 38.27'%

%37.24
%24.49
%38.27

CMYK color model

#DB90E1 color CMYK value is (3,36,0,12).

  • cyan value is 2.67%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (3,36,0,12)
C3M36Y0K12 (3%, 36%, 0%, 12%)
(0.03 / 0.36 / 0.00 / 0.12)

CMYK percentages

%2.67
%36
%0
%11.76

Codes

Color #DB90E1 in popluar color models

DB 90 E1
RGB 219 144 225
HSL 296° 57.45% 72.35%
HSB/HSV 296° 36.00% 88.24%
CMYK 2.67% 36.00% 0.00%
11.76%

Color #DB90E1 in popluar number systems.

HEX DB 90 E1
Decimal 219 144 225
Binary 11011011 10010000 11100001
Octal 333 220 341

Shades and tints

Shades of #DB90E1

#DB90E1
(219,144,225)
#C883CD
(200,131,205)
#B576B9
(181,118,185)
#A269A5
(162,105,165)
#8F5C91
(143,92,145)
#7C4F7D
(124,79,125)
#694269
(105,66,105)
#563555
(86,53,85)
#432841
(67,40,65)
#301B2D
(48,27,45)
#1D0E19
(29,14,25)
#000000
(0,0,0)

Tints of #DB90E1

#DB90E1
(219,144,225)
#DE9AE3
(222,154,227)
#E1A4E5
(225,164,229)
#E4AEE7
(228,174,231)
#E7B8E9
(231,184,233)
#EAC2EB
(234,194,235)
#EDCCED
(237,204,237)
#F0D6EF
(240,214,239)
#F3E0F1
(243,224,241)
#F6EAF3
(246,234,243)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB90E1 color. Also use rgb(219,144,225) instead hex code.

Text Font Color

.myTextColor { color: #DB90E1; }

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

This text font color is #DB90E1.

Background Color

.myBgColor { background-color: #DB90E1; }

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

This div background color is #DB90E1.

Border color

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

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

This div border color is #DB90E1.

Opacity

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

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

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

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

This text has shadow with #DB90E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB90E1.

Preview

Color preview on black background

This text has color #DB90E1 on black background.


Color preview on white background

This text has color #DB90E1 on white background.


Black color preview on #DB90E1 background

This text has black color on #DB90E1 background.


White color preview on #DB90E1 background

This text has white color on #DB90E1 background.


Related colors

Complementary color

Complementary color for #hex is #246F1E.


I love getcolorcode.com

Triadic colors

1 #E1DB90 and #90E1DB with #DB90E1 are triadic colors.

2 #E190DB and #90DBE1 with #DB90E1 are triadic colors.