#DA90FA

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

Shades of Heliotrope #DA90FA

Tints of Heliotrope #DA90FA

Color information

#DA90FA (or 0xDA90FA) is unknown color: approx Heliotrope. HEX triplet: DA, 90 and FA. RGB value is (218,144,250). Sum of RGB (Red+Green+Blue) = 218+144+250=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 144 (56.64% from 255 or 23.53% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90FA is #256F05. Grayscale: #B1B1B1. Windows color (decimal): -2453254 or 16421082. OLE color: 16421082.

HSL color Cylindrical-coordinate representation of color #DA90FA: hue angle of 281.89º 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 #DA90FA is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218144250-
CMYK0.130.4200.02
HSL281.89º91.38%77.25%-
HSV(B)281.89º42.4%98.04%-
XYZ56.1441.7595.54-
YUV178.21168.52156.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 144 (56.64% from 255) = 23.53%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=35.62%
G=23.53%
B=40.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181442500.130.4200.02281.8991.3877.25
HexDA90FAD2A0211a5b4d
Octal332220372155202432133115
Binary110110101001000011111010110110101001010001101010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90FA; }

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

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

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

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

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

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

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

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