#DA82F7

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

Shades of Heliotrope #DA82F7

Tints of Heliotrope #DA82F7

Color information

#DA82F7 (or 0xDA82F7) is unknown color: approx Heliotrope. HEX triplet: DA, 82 and F7. RGB value is (218,130,247). Sum of RGB (Red+Green+Blue) = 218+130+247=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA82F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA82F7 is #257D08. Grayscale: #A9A9A9. Windows color (decimal): -2456841 or 16220890. OLE color: 16220890.

HSL color Cylindrical-coordinate representation of color #DA82F7: hue angle of 285.13º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA82F7 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218130247-
CMYK0.120.4700.03
HSL285.13º87.97%73.92%-
HSV(B)285.13º47.37%96.86%-
XYZ53.6837.5992.42-
YUV169.65171.65162.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 130 (51.17% from 255) = 21.85%
BLUE value IS 247 (96.88% from 255) = 41.51%
R=36.64%
G=21.85%
B=41.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2181302470.120.4700.03285.1387.9773.92
HexDA82F7C2F0311d584a
Octal332202367145703435130112
Binary110110101000001011110111110010111101110001110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82F7; }

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

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

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

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

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

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

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

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