Html Css Color HEX #DA23FA Psychedelic Purple

📋 copy color: '#DA23FA'

red 218 ◦ green 35 ◦ blue 250

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

Shades of Psychedelic Purple #DA23FA

Tints of Psychedelic Purple #DA23FA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 6.96%

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

R = 43.34%
G = 6.96%
B = 49.7%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA23FA (or 0xDA23FA) is known color: Psychedelic Purple. HEX triplet: DA, 23 and FA. RGB value is (218,35,250). Sum of RGB (Red+Green+Blue) = 218+35+250=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 35 (14.06% from 255 or 6.96% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA23FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA23FA is #25DC05. Grayscale: #717171. Windows color (decimal): -2481158 or 16393178. OLE color: 16393178.

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

Color convert

RGB 218 35 250 -
CMYK 0.13 0.86 0 0.02
HSL 291.07º 0.96% 0.56% -
HSV(B) 291.07º 0.86% 0.98% -
XYZ 46.77 23.01 92.42 -
YUV 114.23 204.63 202.02 -
System Red Green Blue C M Y K H S L
Decimal 218 35 250 0.13 0.86 0 0.02 291.07 0.96 0.56
Hex DA 23 FA D 56 0 2 123 60 38
Octal 332 43 372 15 126 0 2 443 140 70
Binary 11011010 100011 11111010 1101 1010110 0 10 100100011 1100000 111000

Color Harmonies of #DA23FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA23FA

Black with #DA23FA

Text Example


Text Example

White with #DA23FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA23FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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