Html Css Color HEX #DA13FA Psychedelic Purple

📋 copy color: '#DA13FA'

red 218 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #DA13FA

Tints of Psychedelic Purple #DA13FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.9%

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

R = 44.76%
G = 3.9%
B = 51.33%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA13FA (or 0xDA13FA) is known color: Psychedelic Purple. HEX triplet: DA, 13 and FA. RGB value is (218,19,250). Sum of RGB (Red+Green+Blue) = 218+19+250=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 19 (7.81% from 255 or 3.90% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA13FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA13FA is #25EC05. Grayscale: #686868. Windows color (decimal): -2485254 or 16389082. OLE color: 16389082.

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

Color convert

RGB 218 19 250 -
CMYK 0.13 0.92 0 0.02
HSL 291.69º 0.96% 0.53% -
HSV(B) 291.69º 0.92% 0.98% -
XYZ 46.4 22.27 92.3 -
YUV 104.84 209.93 208.72 -
System Red Green Blue C M Y K H S L
Decimal 218 19 250 0.13 0.92 0 0.02 291.69 0.96 0.53
Hex DA 13 FA D 5C 0 2 124 60 35
Octal 332 23 372 15 134 0 2 444 140 65
Binary 11011010 10011 11111010 1101 1011100 0 10 100100100 1100000 110101

Color Harmonies of #DA13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA13FA

Black with #DA13FA

Text Example


Text Example

White with #DA13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA13FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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