Html Css Color HEX #D614FE Psychedelic Purple

📋 copy color: '#D614FE'

red 214 ◦ green 20 ◦ blue 254

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

Shades of Psychedelic Purple #D614FE

Tints of Psychedelic Purple #D614FE

RGB

 RED value IS 214 (83.98% from 255) = 43.85%

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

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

R = 43.85%
G = 4.1%
B = 52.05%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D614FE (or 0xD614FE) is known color: Psychedelic Purple. HEX triplet: D6, 14 and FE. RGB value is (214,20,254). Sum of RGB (Red+Green+Blue) = 214+20+254=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #D614FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D614FE is #29EB01. Grayscale: #676767. Windows color (decimal): -2747138 or 16651478. OLE color: 16651478.

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

Color convert

RGB 214 20 254 -
CMYK 0.16 0.92 0 0.00
HSL 289.74º 0.99% 0.54% -
HSV(B) 289.74º 0.92% 1% -
XYZ 45.87 21.95 95.59 -
YUV 104.68 212.27 205.97 -
System Red Green Blue C M Y K H S L
Decimal 214 20 254 0.16 0.92 0 0.00 289.74 0.99 0.54
Hex D6 14 FE 10 5C 0 0 122 63 36
Octal 326 24 376 20 134 0 0 442 143 66
Binary 11010110 10100 11111110 10000 1011100 0 0 100100010 1100011 110110

Color Harmonies of #D614FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614FE

Black with #D614FE

Text Example


Text Example

White with #D614FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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