Html Css Color HEX #D314EC Psychedelic Purple

📋 copy color: '#D314EC'

red 211 ◦ green 20 ◦ blue 236

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

Shades of Psychedelic Purple #D314EC

Tints of Psychedelic Purple #D314EC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.28%

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 45.18%
G = 4.28%
B = 50.54%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D314EC (or 0xD314EC) is known color: Psychedelic Purple. HEX triplet: D3, 14 and EC. RGB value is (211,20,236). Sum of RGB (Red+Green+Blue) = 211+20+236=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #D314EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314EC is #2CEB13. Grayscale: #656565. Windows color (decimal): -2943764 or 15471827. OLE color: 15471827.

HSL color Cylindrical-coordinate representation of color #D314EC: hue angle of 293.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D314EC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 20 236 -
CMYK 0.11 0.92 0 0.07
HSL 293.06º 0.85% 0.5% -
HSV(B) 293.06º 0.92% 0.93% -
XYZ 42.25 20.41 81.07 -
YUV 101.73 203.78 205.94 -
System Red Green Blue C M Y K H S L
Decimal 211 20 236 0.11 0.92 0 0.07 293.06 0.85 0.5
Hex D3 14 EC B 5C 0 7 125 55 32
Octal 323 24 354 13 134 0 7 445 125 62
Binary 11010011 10100 11101100 1011 1011100 0 111 100100101 1010101 110010

Color Harmonies of #D314EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314EC

Black with #D314EC

Text Example


Text Example

White with #D314EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314EC; }

 p { color: rgb(211,20,236); }

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

background-color css

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

 a { background-color: rgb(211,20,236); }

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

border-color css

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

 span { border-color: rgb(211,20,236); }

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