Html Css Color HEX #D614FF Psychedelic Purple

📋 copy color: '#D614FF'

red 214 ◦ green 20 ◦ blue 255

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

Shades of Psychedelic Purple #D614FF

Tints of Psychedelic Purple #D614FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 43.76%
G = 4.09%
B = 52.15%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D614FF (or 0xD614FF) is known color: Psychedelic Purple. HEX triplet: D6, 14 and FF. RGB value is (214,20,255). Sum of RGB (Red+Green+Blue) = 214+20+255=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #D614FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D614FF is #29EB00. Grayscale: #686868. Windows color (decimal): -2747137 or 16717014. OLE color: 16717014.

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

Color convert

RGB 214 20 255 -
CMYK 0.16 0.92 0 0
HSL 289.53º 1% 0.54% -
HSV(B) 289.53º 0.92% 1% -
XYZ 46.03 22.02 96.43 -
YUV 104.8 212.77 205.89 -
System Red Green Blue C M Y K H S L
Decimal 214 20 255 0.16 0.92 0 0 289.53 1 0.54
Hex D6 14 FF 10 5C 0 0 122 64 36
Octal 326 24 377 20 134 0 0 442 144 66
Binary 11010110 10100 11111111 10000 1011100 0 0 100100010 1100100 110110

Color Harmonies of #D614FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614FF

Black with #D614FF

Text Example


Text Example

White with #D614FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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