Html Css Color HEX #DA68FA Heliotrope

📋 copy color: '#DA68FA'

red 218 ◦ green 104 ◦ blue 250

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

Shades of Heliotrope #DA68FA

Tints of Heliotrope #DA68FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 38.11%
G = 18.18%
B = 43.71%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA68FA (or 0xDA68FA) is known color: Heliotrope. HEX triplet: DA, 68 and FA. RGB value is (218,104,250). Sum of RGB (Red+Green+Blue) = 218+104+250=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 104 (41.02% from 255 or 18.18% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA68FA is #259705. Grayscale: #9A9A9A. Windows color (decimal): -2463494 or 16410842. OLE color: 16410842.

HSL color Cylindrical-coordinate representation of color #DA68FA: hue angle of 286.85º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA68FA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 104 250 -
CMYK 0.13 0.58 0 0.02
HSL 286.85º 0.94% 0.69% -
HSV(B) 286.85º 0.58% 0.98% -
XYZ 51.12 31.71 93.87 -
YUV 154.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 218 104 250 0.13 0.58 0 0.02 286.85 0.94 0.69
Hex DA 68 FA D 3A 0 2 11F 5E 45
Octal 332 150 372 15 72 0 2 437 136 105
Binary 11011010 1101000 11111010 1101 111010 0 10 100011111 1011110 1000101

Color Harmonies of #DA68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68FA

Black with #DA68FA

Text Example


Text Example

White with #DA68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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