#DA65EE

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

Shades of Heliotrope #DA65EE

Tints of Heliotrope #DA65EE

Color information

#DA65EE (or 0xDA65EE) is unknown color: approx Heliotrope. HEX triplet: DA, 65 and EE. RGB value is (218,101,238). Sum of RGB (Red+Green+Blue) = 218+101+238=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65EE is #259A11. Grayscale: #979797. Windows color (decimal): -2464274 or 15623642. OLE color: 15623642.

HSL color Cylindrical-coordinate representation of color #DA65EE: hue angle of 291.24º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA65EE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218101238-
CMYK0.080.5800.07
HSL291.24º80.12%66.47%-
HSV(B)291.24º57.56%93.33%-
XYZ4930.3984.17-
YUV151.6176.76175.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 101 (39.84% from 255) = 18.13%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=39.14%
G=18.13%
B=42.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181012380.080.5800.07291.2480.1266.47
HexDA65EE83A071235042
Octal332145356107207443120102
Binary110110101100101111011101000111010011110010001110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA65EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA65EE; }

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

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

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

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

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

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

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

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