#DA82F0

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

Shades of Heliotrope #DA82F0

Tints of Heliotrope #DA82F0

Color information

#DA82F0 (or 0xDA82F0) is unknown color: approx Heliotrope. HEX triplet: DA, 82 and F0. RGB value is (218,130,240). Sum of RGB (Red+Green+Blue) = 218+130+240=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA82F0 is #257D0F. Grayscale: #A8A8A8. Windows color (decimal): -2456848 or 15762138. OLE color: 15762138.

HSL color Cylindrical-coordinate representation of color #DA82F0: hue angle of 288º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA82F0 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218130240-
CMYK0.090.4600.06
HSL288º78.57%72.55%-
HSV(B)288º45.83%94.12%-
XYZ52.6237.1686.84-
YUV168.85168.15163.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 130 (51.17% from 255) = 22.11%
BLUE value IS 240 (94.14% from 255) = 40.82%
R=37.07%
G=22.11%
B=40.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181302400.090.4600.0628878.5772.55
HexDA82F092E061204f49
Octal332202360115606440117111
Binary1101101010000010111100001001101110011010010000010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82F0; }

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

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

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

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

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

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

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

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