Html Css Color HEX #D614EF Psychedelic Purple

📋 copy color: '#D614EF'

red 214 ◦ green 20 ◦ blue 239

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

Shades of Psychedelic Purple #D614EF

Tints of Psychedelic Purple #D614EF

RGB

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

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

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

R = 45.24%
G = 4.23%
B = 50.53%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D614EF (or 0xD614EF) is known color: Psychedelic Purple. HEX triplet: D6, 14 and EF. RGB value is (214,20,239). Sum of RGB (Red+Green+Blue) = 214+20+239=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #D614EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D614EF is #29EB10. Grayscale: #666666. Windows color (decimal): -2747153 or 15668438. OLE color: 15668438.

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

Color convert

RGB 214 20 239 -
CMYK 0.10 0.92 0 0.06
HSL 293.15º 0.87% 0.51% -
HSV(B) 293.15º 0.92% 0.94% -
XYZ 43.56 21.03 83.42 -
YUV 102.97 204.77 207.19 -
System Red Green Blue C M Y K H S L
Decimal 214 20 239 0.10 0.92 0 0.06 293.15 0.87 0.51
Hex D6 14 EF A 5C 0 6 125 57 33
Octal 326 24 357 12 134 0 6 445 127 63
Binary 11010110 10100 11101111 1010 1011100 0 110 100100101 1010111 110011

Color Harmonies of #D614EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614EF

Black with #D614EF

Text Example


Text Example

White with #D614EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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