Html Css Color HEX #DA24F9 Psychedelic Purple

📋 copy color: '#DA24F9'

red 218 ◦ green 36 ◦ blue 249

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

Shades of Psychedelic Purple #DA24F9

Tints of Psychedelic Purple #DA24F9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.16%

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

R = 43.34%
G = 7.16%
B = 49.5%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA24F9 (or 0xDA24F9) is known color: Psychedelic Purple. HEX triplet: DA, 24 and F9. RGB value is (218,36,249). Sum of RGB (Red+Green+Blue) = 218+36+249=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 36 (14.45% from 255 or 7.16% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA24F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA24F9 is #25DB06. Grayscale: #727272. Windows color (decimal): -2480903 or 16327898. OLE color: 16327898.

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

Color convert

RGB 218 36 249 -
CMYK 0.12 0.86 0 0.02
HSL 291.27º 0.95% 0.56% -
HSV(B) 291.27º 0.86% 0.98% -
XYZ 46.64 23.01 91.6 -
YUV 114.7 203.8 201.68 -
System Red Green Blue C M Y K H S L
Decimal 218 36 249 0.12 0.86 0 0.02 291.27 0.95 0.56
Hex DA 24 F9 C 56 0 2 123 5F 38
Octal 332 44 371 14 126 0 2 443 137 70
Binary 11011010 100100 11111001 1100 1010110 0 10 100100011 1011111 111000

Color Harmonies of #DA24F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA24F9

Black with #DA24F9

Text Example


Text Example

White with #DA24F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA24F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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