#DA82FA

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

Shades of Heliotrope #DA82FA

Tints of Heliotrope #DA82FA

Color information

#DA82FA (or 0xDA82FA) is unknown color: approx Heliotrope. HEX triplet: DA, 82 and FA. RGB value is (218,130,250). Sum of RGB (Red+Green+Blue) = 218+130+250=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA82FA is #257D05. Grayscale: #A9A9A9. Windows color (decimal): -2456838 or 16417498. OLE color: 16417498.

HSL color Cylindrical-coordinate representation of color #DA82FA: hue angle of 284º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA82FA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218130250-
CMYK0.130.4800.02
HSL284º92.31%74.51%-
HSV(B)284º48%98.04%-
XYZ54.1537.7794.88-
YUV169.99173.15162.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 130 (51.17% from 255) = 21.74%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=36.45%
G=21.74%
B=41.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181302500.130.4800.0228492.3174.51
HexDA82FAD300211c5c4b
Octal332202372156002434134113
Binary110110101000001011111010110111000001010001110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82FA; }

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

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

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

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

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

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

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

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