Html Css Color HEX #DA29F9 Psychedelic Purple

📋 copy color: '#DA29F9'

red 218 ◦ green 41 ◦ blue 249

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

Shades of Psychedelic Purple #DA29F9

Tints of Psychedelic Purple #DA29F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.02%

R = 42.91%
G = 8.07%
B = 49.02%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA29F9 (or 0xDA29F9) is known color: Psychedelic Purple. HEX triplet: DA, 29 and F9. RGB value is (218,41,249). Sum of RGB (Red+Green+Blue) = 218+41+249=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 41 (16.41% from 255 or 8.07% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA29F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA29F9 is #25D606. Grayscale: #747474. Windows color (decimal): -2479623 or 16329178. OLE color: 16329178.

HSL color Cylindrical-coordinate representation of color #DA29F9: hue angle of 291.06º 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 #DA29F9 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 41 249 -
CMYK 0.12 0.84 0 0.02
HSL 291.06º 0.95% 0.57% -
HSV(B) 291.06º 0.84% 0.98% -
XYZ 46.81 23.33 91.66 -
YUV 117.64 202.14 199.59 -
System Red Green Blue C M Y K H S L
Decimal 218 41 249 0.12 0.84 0 0.02 291.06 0.95 0.57
Hex DA 29 F9 C 54 0 2 123 5F 39
Octal 332 51 371 14 124 0 2 443 137 71
Binary 11011010 101001 11111001 1100 1010100 0 10 100100011 1011111 111001

Color Harmonies of #DA29F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29F9

Black with #DA29F9

Text Example


Text Example

White with #DA29F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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