Html Css Color HEX #D014EF Psychedelic Purple

📋 copy color: '#D014EF'

red 208 ◦ green 20 ◦ blue 239

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

Shades of Psychedelic Purple #D014EF

Tints of Psychedelic Purple #D014EF

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

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

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

R = 44.54%
G = 4.28%
B = 51.18%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D014EF (or 0xD014EF) is known color: Psychedelic Purple. HEX triplet: D0, 14 and EF. RGB value is (208,20,239). Sum of RGB (Red+Green+Blue) = 208+20+239=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #D014EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D014EF is #2FEB10. Grayscale: #646464. Windows color (decimal): -3140369 or 15668432. OLE color: 15668432.

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

Color convert

RGB 208 20 239 -
CMYK 0.13 0.92 0 0.06
HSL 291.51º 0.87% 0.51% -
HSV(B) 291.51º 0.92% 0.94% -
XYZ 41.84 20.14 83.34 -
YUV 101.18 205.78 204.19 -
System Red Green Blue C M Y K H S L
Decimal 208 20 239 0.13 0.92 0 0.06 291.51 0.87 0.51
Hex D0 14 EF D 5C 0 6 124 57 33
Octal 320 24 357 15 134 0 6 444 127 63
Binary 11010000 10100 11101111 1101 1011100 0 110 100100100 1010111 110011

Color Harmonies of #D014EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D014EF

Black with #D014EF

Text Example


Text Example

White with #D014EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D014EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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