#DA5EFF

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

Shades of Heliotrope #DA5EFF

Tints of Heliotrope #DA5EFF

Color information

#DA5EFF (or 0xDA5EFF) is unknown color: approx Heliotrope. HEX triplet: DA, 5E and FF. RGB value is (218,94,255). Sum of RGB (Red+Green+Blue) = 218+94+255=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 94 (37.11% from 255 or 16.58% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5EFF is #25A100. Grayscale: #949494. Windows color (decimal): -2466049 or 16735962. OLE color: 16735962.

HSL color Cylindrical-coordinate representation of color #DA5EFF: hue angle of 286.21º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5EFF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21894255-
CMYK0.150.6300
HSL286.21º100%68.43%-
HSV(B)286.21º63.14%100%-
XYZ50.9730.1397.74-
YUV149.43187.58176.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 94 (37.11% from 255) = 16.58%
BLUE value IS 255 (100% from 255) = 44.97%
R=38.45%
G=16.58%
B=44.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218942550.150.6300286.2110068.43
HexDA5EFFF3F0011e6444
Octal332136377177700436144104
Binary1101101010111101111111111111111110010001111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5EFF; }

 p { color: rgb(218,94,255); }

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

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

 a { background-color: rgb(218,94,255); }

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

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

 span { border-color: rgb(218,94,255); }

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