Html Css Color HEX #D419EF Psychedelic Purple

📋 copy color: '#D419EF'

red 212 ◦ green 25 ◦ blue 239

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

Shades of Psychedelic Purple #D419EF

Tints of Psychedelic Purple #D419EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 44.54%
G = 5.25%
B = 50.21%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D419EF (or 0xD419EF) is known color: Psychedelic Purple. HEX triplet: D4, 19 and EF. RGB value is (212,25,239). Sum of RGB (Red+Green+Blue) = 212+25+239=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #D419EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D419EF is #2BE610. Grayscale: #686868. Windows color (decimal): -2876945 or 15669716. OLE color: 15669716.

HSL color Cylindrical-coordinate representation of color #D419EF: hue angle of 292.43º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D419EF is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 25 239 -
CMYK 0.11 0.90 0 0.06
HSL 292.43º 0.87% 0.52% -
HSV(B) 292.43º 0.9% 0.94% -
XYZ 43.08 20.92 83.43 -
YUV 105.31 203.45 204.1 -
System Red Green Blue C M Y K H S L
Decimal 212 25 239 0.11 0.90 0 0.06 292.43 0.87 0.52
Hex D4 19 EF B 5A 0 6 124 57 34
Octal 324 31 357 13 132 0 6 444 127 64
Binary 11010100 11001 11101111 1011 1011010 0 110 100100100 1010111 110100

Color Harmonies of #D419EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D419EF

Black with #D419EF

Text Example


Text Example

White with #D419EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D419EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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