Html Css Color HEX #DA17FA Psychedelic Purple

📋 copy color: '#DA17FA'

red 218 ◦ green 23 ◦ blue 250

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

Shades of Psychedelic Purple #DA17FA

Tints of Psychedelic Purple #DA17FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.68%

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

R = 44.4%
G = 4.68%
B = 50.92%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA17FA (or 0xDA17FA) is known color: Psychedelic Purple. HEX triplet: DA, 17 and FA. RGB value is (218,23,250). Sum of RGB (Red+Green+Blue) = 218+23+250=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA17FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA17FA is #25E805. Grayscale: #6A6A6A. Windows color (decimal): -2484230 or 16390106. OLE color: 16390106.

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

Color convert

RGB 218 23 250 -
CMYK 0.13 0.91 0 0.02
HSL 291.54º 0.96% 0.54% -
HSV(B) 291.54º 0.91% 0.98% -
XYZ 46.48 22.42 92.32 -
YUV 107.18 208.6 207.04 -
System Red Green Blue C M Y K H S L
Decimal 218 23 250 0.13 0.91 0 0.02 291.54 0.96 0.54
Hex DA 17 FA D 5B 0 2 124 60 36
Octal 332 27 372 15 133 0 2 444 140 66
Binary 11011010 10111 11111010 1101 1011011 0 10 100100100 1100000 110110

Color Harmonies of #DA17FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA17FA

Black with #DA17FA

Text Example


Text Example

White with #DA17FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA17FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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