Html Css Color HEX #DA5CFA Heliotrope

📋 copy color: '#DA5CFA'

red 218 ◦ green 92 ◦ blue 250

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

Shades of Heliotrope #DA5CFA

Tints of Heliotrope #DA5CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.43%

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

R = 38.93%
G = 16.43%
B = 44.64%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA5CFA (or 0xDA5CFA) is known color: Heliotrope. HEX triplet: DA, 5C and FA. RGB value is (218,92,250). Sum of RGB (Red+Green+Blue) = 218+92+250=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA5CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5CFA is #25A305. Grayscale: #939393. Windows color (decimal): -2466566 or 16407770. OLE color: 16407770.

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

Color convert

RGB 218 92 250 -
CMYK 0.13 0.63 0 0.02
HSL 287.85º 0.94% 0.67% -
HSV(B) 287.85º 0.63% 0.98% -
XYZ 50 29.46 93.49 -
YUV 147.69 185.74 178.15 -
System Red Green Blue C M Y K H S L
Decimal 218 92 250 0.13 0.63 0 0.02 287.85 0.94 0.67
Hex DA 5C FA D 3F 0 2 120 5E 43
Octal 332 134 372 15 77 0 2 440 136 103
Binary 11011010 1011100 11111010 1101 111111 0 10 100100000 1011110 1000011

Color Harmonies of #DA5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5CFA

Black with #DA5CFA

Text Example


Text Example

White with #DA5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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