Html Css Color HEX #DA19F9 Psychedelic Purple

📋 copy color: '#DA19F9'

red 218 ◦ green 25 ◦ blue 249

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

Shades of Psychedelic Purple #DA19F9

Tints of Psychedelic Purple #DA19F9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.08%

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

R = 44.31%
G = 5.08%
B = 50.61%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA19F9 (or 0xDA19F9) is known color: Psychedelic Purple. HEX triplet: DA, 19 and F9. RGB value is (218,25,249). Sum of RGB (Red+Green+Blue) = 218+25+249=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA19F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA19F9 is #25E606. Grayscale: #6B6B6B. Windows color (decimal): -2483719 or 16325082. OLE color: 16325082.

HSL color Cylindrical-coordinate representation of color #DA19F9: hue angle of 291.7º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA19F9 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 25 249 -
CMYK 0.12 0.90 0 0.02
HSL 291.7º 0.95% 0.54% -
HSV(B) 291.7º 0.9% 0.98% -
XYZ 46.36 22.44 91.51 -
YUV 108.24 207.44 206.29 -
System Red Green Blue C M Y K H S L
Decimal 218 25 249 0.12 0.90 0 0.02 291.7 0.95 0.54
Hex DA 19 F9 C 5A 0 2 124 5F 36
Octal 332 31 371 14 132 0 2 444 137 66
Binary 11011010 11001 11111001 1100 1011010 0 10 100100100 1011111 110110

Color Harmonies of #DA19F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19F9

Black with #DA19F9

Text Example


Text Example

White with #DA19F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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