Html Css Color HEX #D318EF Psychedelic Purple

📋 copy color: '#D318EF'

red 211 ◦ green 24 ◦ blue 239

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

Shades of Psychedelic Purple #D318EF

Tints of Psychedelic Purple #D318EF

RGB

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

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

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

R = 44.51%
G = 5.06%
B = 50.42%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D318EF (or 0xD318EF) is known color: Psychedelic Purple. HEX triplet: D3, 18 and EF. RGB value is (211,24,239). Sum of RGB (Red+Green+Blue) = 211+24+239=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #D318EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D318EF is #2CE710. Grayscale: #676767. Windows color (decimal): -2942737 or 15669459. OLE color: 15669459.

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

Color convert

RGB 211 24 239 -
CMYK 0.12 0.90 0 0.06
HSL 292.19º 0.87% 0.52% -
HSV(B) 292.19º 0.9% 0.94% -
XYZ 42.77 20.73 83.41 -
YUV 104.42 203.95 204.02 -
System Red Green Blue C M Y K H S L
Decimal 211 24 239 0.12 0.90 0 0.06 292.19 0.87 0.52
Hex D3 18 EF C 5A 0 6 124 57 34
Octal 323 30 357 14 132 0 6 444 127 64
Binary 11010011 11000 11101111 1100 1011010 0 110 100100100 1010111 110100

Color Harmonies of #D318EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D318EF

Black with #D318EF

Text Example


Text Example

White with #D318EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D318EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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