Html Css Color HEX #D318FA Psychedelic Purple

📋 copy color: '#D318FA'

red 211 ◦ green 24 ◦ blue 250

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

Shades of Psychedelic Purple #D318FA

Tints of Psychedelic Purple #D318FA

RGB

 RED value IS 211 (82.81% from 255) = 43.51%

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

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

R = 43.51%
G = 4.95%
B = 51.55%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D318FA (or 0xD318FA) is known color: Psychedelic Purple. HEX triplet: D3, 18 and FA. RGB value is (211,24,250). Sum of RGB (Red+Green+Blue) = 211+24+250=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #D318FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D318FA is #2CE705. Grayscale: #686868. Windows color (decimal): -2942726 or 16390355. OLE color: 16390355.

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

Color convert

RGB 211 24 250 -
CMYK 0.16 0.90 0 0.02
HSL 289.65º 0.96% 0.54% -
HSV(B) 289.65º 0.9% 0.98% -
XYZ 44.45 21.4 92.23 -
YUV 105.68 209.45 203.12 -
System Red Green Blue C M Y K H S L
Decimal 211 24 250 0.16 0.90 0 0.02 289.65 0.96 0.54
Hex D3 18 FA 10 5A 0 2 122 60 36
Octal 323 30 372 20 132 0 2 442 140 66
Binary 11010011 11000 11111010 10000 1011010 0 10 100100010 1100000 110110

Color Harmonies of #D318FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D318FA

Black with #D318FA

Text Example


Text Example

White with #D318FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D318FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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