#DA90FF

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

Shades of Heliotrope #DA90FF

Tints of Heliotrope #DA90FF

Color information

#DA90FF (or 0xDA90FF) is unknown color: approx Heliotrope. HEX triplet: DA, 90 and FF. RGB value is (218,144,255). Sum of RGB (Red+Green+Blue) = 218+144+255=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90FF is #256F00. Grayscale: #B2B2B2. Windows color (decimal): -2453249 or 16748762. OLE color: 16748762.

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

Color convert

RGB218144255-
CMYK0.150.4400
HSL280º100%78.24%-
HSV(B)280º43.53%100%-
XYZ56.9442.0799.73-
YUV178.78171.02155.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 144 (56.64% from 255) = 23.34%
BLUE value IS 255 (100% from 255) = 41.33%
R=35.33%
G=23.34%
B=41.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181442550.150.440028010078.24
HexDA90FFF2C00118644e
Octal332220377175400430144116
Binary11011010100100001111111111111011000010001100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90FF; }

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

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

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

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

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

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

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

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