Html Css Color HEX #D418FA Psychedelic Purple

📋 copy color: '#D418FA'

red 212 ◦ green 24 ◦ blue 250

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

Shades of Psychedelic Purple #D418FA

Tints of Psychedelic Purple #D418FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.94%

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

R = 43.62%
G = 4.94%
B = 51.44%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D418FA (or 0xD418FA) is known color: Psychedelic Purple. HEX triplet: D4, 18 and FA. RGB value is (212,24,250). Sum of RGB (Red+Green+Blue) = 212+24+250=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #D418FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D418FA is #2BE705. Grayscale: #696969. Windows color (decimal): -2877190 or 16390356. OLE color: 16390356.

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

Color convert

RGB 212 24 250 -
CMYK 0.15 0.90 0 0.02
HSL 289.91º 0.96% 0.54% -
HSV(B) 289.91º 0.9% 0.98% -
XYZ 44.73 21.55 92.24 -
YUV 105.98 209.28 203.62 -
System Red Green Blue C M Y K H S L
Decimal 212 24 250 0.15 0.90 0 0.02 289.91 0.96 0.54
Hex D4 18 FA F 5A 0 2 122 60 36
Octal 324 30 372 17 132 0 2 442 140 66
Binary 11010100 11000 11111010 1111 1011010 0 10 100100010 1100000 110110

Color Harmonies of #D418FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418FA

Black with #D418FA

Text Example


Text Example

White with #D418FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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