Html Css Color HEX #DA51FA Heliotrope

📋 copy color: '#DA51FA'

red 218 ◦ green 81 ◦ blue 250

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

Shades of Heliotrope #DA51FA

Tints of Heliotrope #DA51FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.75%

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

R = 39.71%
G = 14.75%
B = 45.54%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA51FA (or 0xDA51FA) is known color: Heliotrope. HEX triplet: DA, 51 and FA. RGB value is (218,81,250). Sum of RGB (Red+Green+Blue) = 218+81+250=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA51FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA51FA is #25AE05. Grayscale: #8C8C8C. Windows color (decimal): -2469382 or 16404954. OLE color: 16404954.

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

Color convert

RGB 218 81 250 -
CMYK 0.13 0.68 0 0.02
HSL 288.64º 0.94% 0.65% -
HSV(B) 288.64º 0.68% 0.98% -
XYZ 49.11 27.69 93.2 -
YUV 141.23 189.39 182.76 -
System Red Green Blue C M Y K H S L
Decimal 218 81 250 0.13 0.68 0 0.02 288.64 0.94 0.65
Hex DA 51 FA D 44 0 2 121 5E 41
Octal 332 121 372 15 104 0 2 441 136 101
Binary 11011010 1010001 11111010 1101 1000100 0 10 100100001 1011110 1000001

Color Harmonies of #DA51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA51FA

Black with #DA51FA

Text Example


Text Example

White with #DA51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA51FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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