Html Css Color HEX #DA29FA Psychedelic Purple

📋 copy color: '#DA29FA'

red 218 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #DA29FA

Tints of Psychedelic Purple #DA29FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.06%

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

R = 42.83%
G = 8.06%
B = 49.12%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA29FA (or 0xDA29FA) is known color: Psychedelic Purple. HEX triplet: DA, 29 and FA. RGB value is (218,41,250). Sum of RGB (Red+Green+Blue) = 218+41+250=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 41 (16.41% from 255 or 8.06% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA29FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA29FA is #25D605. Grayscale: #757575. Windows color (decimal): -2479622 or 16394714. OLE color: 16394714.

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

Color convert

RGB 218 41 250 -
CMYK 0.13 0.84 0 0.02
HSL 290.81º 0.95% 0.57% -
HSV(B) 290.81º 0.84% 0.98% -
XYZ 46.96 23.39 92.48 -
YUV 117.75 202.64 199.51 -
System Red Green Blue C M Y K H S L
Decimal 218 41 250 0.13 0.84 0 0.02 290.81 0.95 0.57
Hex DA 29 FA D 54 0 2 123 5F 39
Octal 332 51 372 15 124 0 2 443 137 71
Binary 11011010 101001 11111010 1101 1010100 0 10 100100011 1011111 111001

Color Harmonies of #DA29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29FA

Black with #DA29FA

Text Example


Text Example

White with #DA29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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