Html Css Color HEX #DA68F5 Heliotrope

📋 copy color: '#DA68F5'

red 218 ◦ green 104 ◦ blue 245

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

Shades of Heliotrope #DA68F5

Tints of Heliotrope #DA68F5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.34%

 BLUE value IS 245 (96.09% from 255) = 43.21%

R = 38.45%
G = 18.34%
B = 43.21%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DA68F5 (or 0xDA68F5) is known color: Heliotrope. HEX triplet: DA, 68 and F5. RGB value is (218,104,245). Sum of RGB (Red+Green+Blue) = 218+104+245=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA68F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA68F5 is #25970A. Grayscale: #999999. Windows color (decimal): -2463499 or 16083162. OLE color: 16083162.

HSL color Cylindrical-coordinate representation of color #DA68F5: hue angle of 288.51º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA68F5 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 104 245 -
CMYK 0.11 0.58 0 0.04
HSL 288.51º 0.88% 0.68% -
HSV(B) 288.51º 0.58% 0.96% -
XYZ 50.35 31.4 89.79 -
YUV 154.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 218 104 245 0.11 0.58 0 0.04 288.51 0.88 0.68
Hex DA 68 F5 B 3A 0 4 121 58 44
Octal 332 150 365 13 72 0 4 441 130 104
Binary 11011010 1101000 11110101 1011 111010 0 100 100100001 1011000 1000100

Color Harmonies of #DA68F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68F5

Black with #DA68F5

Text Example


Text Example

White with #DA68F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68F5; }

 p { color: rgb(218,104,245); }

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

background-color css

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

 a { background-color: rgb(218,104,245); }

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

border-color css

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

 span { border-color: rgb(218,104,245); }

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