#DA84F0

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

Shades of Heliotrope #DA84F0

Tints of Heliotrope #DA84F0

Color information

#DA84F0 (or 0xDA84F0) is unknown color: approx Heliotrope. HEX triplet: DA, 84 and F0. RGB value is (218,132,240). Sum of RGB (Red+Green+Blue) = 218+132+240=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA84F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA84F0 is #257B0F. Grayscale: #A9A9A9. Windows color (decimal): -2456336 or 15762650. OLE color: 15762650.

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

Color convert

RGB218132240-
CMYK0.090.4500.06
HSL287.78º78.26%72.94%-
HSV(B)287.78º45%94.12%-
XYZ52.8937.786.93-
YUV170.03167.49162.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 132 (51.95% from 255) = 22.37%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=36.95%
G=22.37%
B=40.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181322400.090.4500.06287.7878.2672.94
HexDA84F092D061204e49
Octal332204360115506440116111
Binary1101101010000100111100001001101101011010010000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84F0; }

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

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

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

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

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

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

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

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