Html Css Color HEX #D314EF Psychedelic Purple

📋 copy color: '#D314EF'

red 211 ◦ green 20 ◦ blue 239

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

Shades of Psychedelic Purple #D314EF

Tints of Psychedelic Purple #D314EF

RGB

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

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

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

R = 44.89%
G = 4.26%
B = 50.85%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D314EF (or 0xD314EF) is known color: Psychedelic Purple. HEX triplet: D3, 14 and EF. RGB value is (211,20,239). Sum of RGB (Red+Green+Blue) = 211+20+239=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #D314EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314EF is #2CEB10. Grayscale: #656565. Windows color (decimal): -2943761 or 15668435. OLE color: 15668435.

HSL color Cylindrical-coordinate representation of color #D314EF: hue angle of 292.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D314EF is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 20 239 -
CMYK 0.12 0.92 0 0.06
HSL 292.33º 0.87% 0.51% -
HSV(B) 292.33º 0.92% 0.94% -
XYZ 42.69 20.58 83.38 -
YUV 102.08 205.28 205.69 -
System Red Green Blue C M Y K H S L
Decimal 211 20 239 0.12 0.92 0 0.06 292.33 0.87 0.51
Hex D3 14 EF C 5C 0 6 124 57 33
Octal 323 24 357 14 134 0 6 444 127 63
Binary 11010011 10100 11101111 1100 1011100 0 110 100100100 1010111 110011

Color Harmonies of #D314EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314EF

Black with #D314EF

Text Example


Text Example

White with #D314EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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