Html Css Color HEX #DA58FA Heliotrope

📋 copy color: '#DA58FA'

red 218 ◦ green 88 ◦ blue 250

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

Shades of Heliotrope #DA58FA

Tints of Heliotrope #DA58FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.83%

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

R = 39.21%
G = 15.83%
B = 44.96%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA58FA (or 0xDA58FA) is known color: Heliotrope. HEX triplet: DA, 58 and FA. RGB value is (218,88,250). Sum of RGB (Red+Green+Blue) = 218+88+250=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 88 (34.77% from 255 or 15.83% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA58FA is #25A705. Grayscale: #909090. Windows color (decimal): -2467590 or 16406746. OLE color: 16406746.

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

Color convert

RGB 218 88 250 -
CMYK 0.13 0.65 0 0.02
HSL 288.15º 0.94% 0.66% -
HSV(B) 288.15º 0.65% 0.98% -
XYZ 49.66 28.79 93.38 -
YUV 145.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 218 88 250 0.13 0.65 0 0.02 288.15 0.94 0.66
Hex DA 58 FA D 41 0 2 120 5E 42
Octal 332 130 372 15 101 0 2 440 136 102
Binary 11011010 1011000 11111010 1101 1000001 0 10 100100000 1011110 1000010

Color Harmonies of #DA58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA58FA

Black with #DA58FA

Text Example


Text Example

White with #DA58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA58FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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