Html Css Color HEX #DA65F0 Heliotrope

📋 copy color: '#DA65F0'

red 218 ◦ green 101 ◦ blue 240

#DA65F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DA65F0

Tints of Heliotrope #DA65F0

RGB

 RED value IS 218 (85.55% from 255) = 39%

 GREEN value IS 101 (39.84% from 255) = 18.07%

 BLUE value IS 240 (94.14% from 255) = 42.93%

R = 39%
G = 18.07%
B = 42.93%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DA65F0 (or 0xDA65F0) is known color: Heliotrope. HEX triplet: DA, 65 and F0. RGB value is (218,101,240). Sum of RGB (Red+Green+Blue) = 218+101+240=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA65F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65F0 is #259A0F. Grayscale: #979797. Windows color (decimal): -2464272 or 15754714. OLE color: 15754714.

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

Color convert

RGB 218 101 240 -
CMYK 0.09 0.58 0 0.06
HSL 290.5º 0.82% 0.67% -
HSV(B) 290.5º 0.58% 0.94% -
XYZ 49.3 30.5 85.73 -
YUV 151.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 218 101 240 0.09 0.58 0 0.06 290.5 0.82 0.67
Hex DA 65 F0 9 3A 0 6 123 52 43
Octal 332 145 360 11 72 0 6 443 122 103
Binary 11011010 1100101 11110000 1001 111010 0 110 100100011 1010010 1000011

Color Harmonies of #DA65F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65F0

Black with #DA65F0

Text Example


Text Example

White with #DA65F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65F0; }

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

 H1.HeaderClassName
 {
   color: #DA65F0;
 }
 .AnyTagClassName
 {
   color: #DA65F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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