Html Css Color HEX #DA60FA Heliotrope

📋 copy color: '#DA60FA'

red 218 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #DA60FA

Tints of Heliotrope #DA60FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.02%

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

R = 38.65%
G = 17.02%
B = 44.33%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA60FA (or 0xDA60FA) is known color: Heliotrope. HEX triplet: DA, 60 and FA. RGB value is (218,96,250). Sum of RGB (Red+Green+Blue) = 218+96+250=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA60FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA60FA is #259F05. Grayscale: #959595. Windows color (decimal): -2465542 or 16408794. OLE color: 16408794.

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

Color convert

RGB 218 96 250 -
CMYK 0.13 0.62 0 0.02
HSL 287.53º 0.94% 0.68% -
HSV(B) 287.53º 0.62% 0.98% -
XYZ 50.35 30.17 93.61 -
YUV 150.03 184.42 176.48 -
System Red Green Blue C M Y K H S L
Decimal 218 96 250 0.13 0.62 0 0.02 287.53 0.94 0.68
Hex DA 60 FA D 3E 0 2 120 5E 44
Octal 332 140 372 15 76 0 2 440 136 104
Binary 11011010 1100000 11111010 1101 111110 0 10 100100000 1011110 1000100

Color Harmonies of #DA60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA60FA

Black with #DA60FA

Text Example


Text Example

White with #DA60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA60FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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