Html Css Color HEX #D419FA Psychedelic Purple

📋 copy color: '#D419FA'

red 212 ◦ green 25 ◦ blue 250

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

Shades of Psychedelic Purple #D419FA

Tints of Psychedelic Purple #D419FA

RGB

 RED value IS 212 (83.2% from 255) = 43.53%

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

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

R = 43.53%
G = 5.13%
B = 51.33%

CMYK

 C value IS 0.15

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D419FA (or 0xD419FA) is known color: Psychedelic Purple. HEX triplet: D4, 19 and FA. RGB value is (212,25,250). Sum of RGB (Red+Green+Blue) = 212+25+250=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #D419FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D419FA is #2BE605. Grayscale: #696969. Windows color (decimal): -2876934 or 16390612. OLE color: 16390612.

HSL color Cylindrical-coordinate representation of color #D419FA: hue angle of 289.87º degrees, saturation: 0.96, 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 #D419FA is Cyan = 0.15, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 25 250 -
CMYK 0.15 0.9 0 0.02
HSL 289.87º 0.96% 0.54% -
HSV(B) 289.87º 0.9% 0.98% -
XYZ 44.75 21.59 92.25 -
YUV 106.56 208.95 203.2 -
System Red Green Blue C M Y K H S L
Decimal 212 25 250 0.15 0.9 0 0.02 289.87 0.96 0.54
Hex D4 19 FA F 5A 0 2 122 60 36
Octal 324 31 372 17 132 0 2 442 140 66
Binary 11010100 11001 11111010 1111 1011010 0 10 100100010 1100000 110110

Color Harmonies of #D419FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D419FA

Black with #D419FA

Text Example


Text Example

White with #D419FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D419FA; }

 p { color: rgb(212,25,250); }

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

background-color css

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

 a { background-color: rgb(212,25,250); }

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

border-color css

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

 span { border-color: rgb(212,25,250); }

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