#DA90F9

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

Shades of Heliotrope #DA90F9

Tints of Heliotrope #DA90F9

Color information

#DA90F9 (or 0xDA90F9) is unknown color: approx Heliotrope. HEX triplet: DA, 90 and F9. RGB value is (218,144,249). Sum of RGB (Red+Green+Blue) = 218+144+249=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA90F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90F9 is #256F06. Grayscale: #B1B1B1. Windows color (decimal): -2453255 or 16355546. OLE color: 16355546.

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

Color convert

RGB218144249-
CMYK0.120.4200.02
HSL282.29º89.74%77.06%-
HSV(B)282.29º42.17%97.65%-
XYZ55.9941.6994.72-
YUV178.1168.02156.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 144 (56.64% from 255) = 23.57%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=35.68%
G=23.57%
B=40.75%

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
Decimal2181442490.120.4200.02282.2989.7477.06
HexDA90F9C2A0211a5a4d
Octal332220371145202432132115
Binary110110101001000011111001110010101001010001101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90F9; }

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

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

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

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

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

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

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

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