Html Css Color HEX #DA55FA Heliotrope

📋 copy color: '#DA55FA'

red 218 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #DA55FA

Tints of Heliotrope #DA55FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.37%

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

R = 39.42%
G = 15.37%
B = 45.21%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA55FA (or 0xDA55FA) is known color: Heliotrope. HEX triplet: DA, 55 and FA. RGB value is (218,85,250). Sum of RGB (Red+Green+Blue) = 218+85+250=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA55FA is #25AA05. Grayscale: #8F8F8F. Windows color (decimal): -2468358 or 16405978. OLE color: 16405978.

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

Color convert

RGB 218 85 250 -
CMYK 0.13 0.66 0 0.02
HSL 288.36º 0.94% 0.66% -
HSV(B) 288.36º 0.66% 0.98% -
XYZ 49.42 28.3 93.3 -
YUV 143.58 188.06 181.08 -
System Red Green Blue C M Y K H S L
Decimal 218 85 250 0.13 0.66 0 0.02 288.36 0.94 0.66
Hex DA 55 FA D 42 0 2 120 5E 42
Octal 332 125 372 15 102 0 2 440 136 102
Binary 11011010 1010101 11111010 1101 1000010 0 10 100100000 1011110 1000010

Color Harmonies of #DA55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA55FA

Black with #DA55FA

Text Example


Text Example

White with #DA55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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