#DB90FA

Color #DB90FA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DB90FA

Tints of Heliotrope #DB90FA

Color information

#DB90FA (or 0xDB90FA) is unknown color: approx Heliotrope. HEX triplet: DB, 90 and FA. RGB value is (219,144,250). Sum of RGB (Red+Green+Blue) = 219+144+250=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB90FA is #246F05. Grayscale: #B2B2B2. Windows color (decimal): -2387718 or 16421083. OLE color: 16421083.

HSL color Cylindrical-coordinate representation of color #DB90FA: hue angle of 282.45º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB90FA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219144250-
CMYK0.120.4200.02
HSL282.45º91.38%77.25%-
HSV(B)282.45º42.4%98.04%-
XYZ56.4441.9195.56-
YUV178.51168.35156.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 144 (56.64% from 255) = 23.49%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=35.73%
G=23.49%
B=40.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191442500.120.4200.02282.4591.3877.25
HexDB90FAC2A0211a5b4d
Octal333220372145202432133115
Binary110110111001000011111010110010101001010001101010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB90FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB90FA; }

 p { color: rgb(219,144,250); }

 H1.HeaderClassName
 {
   color: #DB90FA;
 }
 .AnyTagClassName
 {
   color: #DB90FA;
 }
</style>
background-color css

<style>
 a { background-color: #DB90FA; }

 a { background-color: rgb(219,144,250); }

 div.DivClassName
 {
   background-color: #DB90FA;
 }
 .BgClassName
 {
   background-color: #DB90FA;
 }
</style>
border-color css

<style>
 span { border-color: #DB90FA; }

 span { border-color: rgb(219,144,250); }

 td.TdClassName
 {
   border-color: #DB90FA;
 }
 .TagClassName
 {
   border-color: #DB90FA;
 }
</style>