#DA90FE

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

Shades of Heliotrope #DA90FE

Tints of Heliotrope #DA90FE

Color information

#DA90FE (or 0xDA90FE) is unknown color: approx Heliotrope. HEX triplet: DA, 90 and FE. RGB value is (218,144,254). Sum of RGB (Red+Green+Blue) = 218+144+254=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90FE is #256F01. Grayscale: #B2B2B2. Windows color (decimal): -2453250 or 16683226. OLE color: 16683226.

HSL color Cylindrical-coordinate representation of color #DA90FE: hue angle of 280.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA90FE is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218144254-
CMYK0.140.4300.00
HSL280.36º98.21%78.04%-
HSV(B)280.36º43.31%99.61%-
XYZ56.7842.0198.88-
YUV178.67170.52156.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 144 (56.64% from 255) = 23.38%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=35.39%
G=23.38%
B=41.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181442540.140.4300.00280.3698.2178.04
HexDA90FEE2B00118624e
Octal332220376165300430142116
Binary11011010100100001111111011101010110010001100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90FE; }

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

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

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

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

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

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

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

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