COLOR #DB90F9

HEX: #DB90F9 RGB: (219,144,249)

Color info

#DB90F9 contains mainly red and blue colors. Web safe color of #DB90F9 is #CC99FF (or #C9F).

RGB color model

#DB90F9 color RGB value is (219,144,249).

RGB: (219,144,249) (86%, 56%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 144 of 255 = 56%
B 249 of 255 = 98%

219
144
249

R + G + B ~ 80%. #DB90F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 144 + 249 = 612 (100%)
R 219 of 612 ~ 35.78%
G 144 of 612 ~ 23.53%
B 249 of 612 ~ 40.69'%

%35.78
%23.53
%40.69

CMYK color model

#DB90F9 color CMYK value is (12,42,0,2).

  • cyan value is 12.05%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (12,42,0,2)
C12M42Y0K2 (12%, 42%, 0%, 2%)
(0.12 / 0.42 / 0.00 / 0.02)

CMYK percentages

%12.05
%42.17
%0
%2.35

Codes

Color #DB90F9 in popluar color models

DB 90 F9
RGB 219 144 249
HSL 283° 89.74% 77.06%
HSB/HSV 283° 42.17% 97.65%
CMYK 12.05% 42.17% 0.00%
2.35%

Color #DB90F9 in popluar number systems.

HEX DB 90 F9
Decimal 219 144 249
Binary 11011011 10010000 11111001
Octal 333 220 371

Shades and tints

Shades of #DB90F9

#DB90F9
(219,144,249)
#C883E3
(200,131,227)
#B576CD
(181,118,205)
#A269B7
(162,105,183)
#8F5CA1
(143,92,161)
#7C4F8B
(124,79,139)
#694275
(105,66,117)
#56355F
(86,53,95)
#432849
(67,40,73)
#301B33
(48,27,51)
#1D0E1D
(29,14,29)
#000000
(0,0,0)

Tints of #DB90F9

#DB90F9
(219,144,249)
#DE9AF9
(222,154,249)
#E1A4F9
(225,164,249)
#E4AEF9
(228,174,249)
#E7B8F9
(231,184,249)
#EAC2F9
(234,194,249)
#EDCCF9
(237,204,249)
#F0D6F9
(240,214,249)
#F3E0F9
(243,224,249)
#F6EAF9
(246,234,249)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB90F9; }

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

This text font color is #DB90F9.

Background Color

.myBgColor { background-color: #DB90F9; }

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

This div background color is #DB90F9.

Border color

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

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

This div border color is #DB90F9.

Opacity

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

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

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

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

This text has shadow with #DB90F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB90F9.

Preview

Color preview on black background

This text has color #DB90F9 on black background.


Color preview on white background

This text has color #DB90F9 on white background.


Black color preview on #DB90F9 background

This text has black color on #DB90F9 background.


White color preview on #DB90F9 background

This text has white color on #DB90F9 background.


Related colors

Complementary color

Complementary color for #hex is #246F06.


I love getcolorcode.com

Triadic colors

1 #F9DB90 and #90F9DB with #DB90F9 are triadic colors.

2 #F990DB and #90DBF9 with #DB90F9 are triadic colors.