#DA82FE

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

Shades of Heliotrope #DA82FE

Tints of Heliotrope #DA82FE

Color information

#DA82FE (or 0xDA82FE) is unknown color: approx Heliotrope. HEX triplet: DA, 82 and FE. RGB value is (218,130,254). Sum of RGB (Red+Green+Blue) = 218+130+254=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA82FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA82FE is #257D01. Grayscale: #AAAAAA. Windows color (decimal): -2456834 or 16679642. OLE color: 16679642.

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

Color convert

RGB218130254-
CMYK0.140.4900.00
HSL282.58º98.41%75.29%-
HSV(B)282.58º48.82%99.61%-
XYZ54.7938.0398.22-
YUV170.45175.15161.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 130 (51.17% from 255) = 21.59%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=36.21%
G=21.59%
B=42.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2181302540.140.4900.00282.5898.4175.29
HexDA82FEE310011b624b
Octal332202376166100433142113
Binary11011010100000101111111011101100010010001101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82FE; }

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

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

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

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

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

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

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

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