#DA65FF

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

Shades of Heliotrope #DA65FF

Tints of Heliotrope #DA65FF

Color information

#DA65FF (or 0xDA65FF) is unknown color: approx Heliotrope. HEX triplet: DA, 65 and FF. RGB value is (218,101,255). Sum of RGB (Red+Green+Blue) = 218+101+255=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA65FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65FF is #259A00. Grayscale: #999999. Windows color (decimal): -2464257 or 16737754. OLE color: 16737754.

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

Color convert

RGB218101255-
CMYK0.150.6000
HSL285.58º100%69.8%-
HSV(B)285.58º60.39%100%-
XYZ51.6231.4397.95-
YUV153.54185.26173.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 101 (39.84% from 255) = 17.60%
BLUE value IS 255 (100% from 255) = 44.43%
R=37.98%
G=17.60%
B=44.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181012550.150.6000285.5810069.8
HexDA65FFF3C0011e6446
Octal332145377177400436144106
Binary1101101011001011111111111111111000010001111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA65FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA65FF; }

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

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

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

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

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

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

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

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