Html Css Color HEX #D314FE Psychedelic Purple

📋 copy color: '#D314FE'

red 211 ◦ green 20 ◦ blue 254

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

Shades of Psychedelic Purple #D314FE

Tints of Psychedelic Purple #D314FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 43.51%
G = 4.12%
B = 52.37%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D314FE (or 0xD314FE) is known color: Psychedelic Purple. HEX triplet: D3, 14 and FE. RGB value is (211,20,254). Sum of RGB (Red+Green+Blue) = 211+20+254=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #D314FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314FE is #2CEB01. Grayscale: #676767. Windows color (decimal): -2943746 or 16651475. OLE color: 16651475.

HSL color Cylindrical-coordinate representation of color #D314FE: hue angle of 288.97º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D314FE is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 20 254 -
CMYK 0.17 0.92 0 0.00
HSL 288.97º 0.99% 0.54% -
HSV(B) 288.97º 0.92% 1% -
XYZ 45 21.5 95.54 -
YUV 103.79 212.78 204.47 -
System Red Green Blue C M Y K H S L
Decimal 211 20 254 0.17 0.92 0 0.00 288.97 0.99 0.54
Hex D3 14 FE 11 5C 0 0 121 63 36
Octal 323 24 376 21 134 0 0 441 143 66
Binary 11010011 10100 11111110 10001 1011100 0 0 100100001 1100011 110110

Color Harmonies of #D314FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314FE

Black with #D314FE

Text Example


Text Example

White with #D314FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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