Html Css Color HEX #D814EF Psychedelic Purple

📋 copy color: '#D814EF'

red 216 ◦ green 20 ◦ blue 239

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

Shades of Psychedelic Purple #D814EF

Tints of Psychedelic Purple #D814EF

RGB

 RED value IS 216 (84.77% from 255) = 45.47%

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

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

R = 45.47%
G = 4.21%
B = 50.32%

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

#D814EF (or 0xD814EF) is known color: Psychedelic Purple. HEX triplet: D8, 14 and EF. RGB value is (216,20,239). Sum of RGB (Red+Green+Blue) = 216+20+239=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #D814EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D814EF is #27EB10. Grayscale: #666666. Windows color (decimal): -2616081 or 15668440. OLE color: 15668440.

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

Color convert

RGB 216 20 239 -
CMYK 0.10 0.92 0 0.06
HSL 293.7º 0.87% 0.51% -
HSV(B) 293.7º 0.92% 0.94% -
XYZ 44.15 21.33 83.45 -
YUV 103.57 204.43 208.19 -
System Red Green Blue C M Y K H S L
Decimal 216 20 239 0.10 0.92 0 0.06 293.7 0.87 0.51
Hex D8 14 EF A 5C 0 6 126 57 33
Octal 330 24 357 12 134 0 6 446 127 63
Binary 11011000 10100 11101111 1010 1011100 0 110 100100110 1010111 110011

Color Harmonies of #D814EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814EF

Black with #D814EF

Text Example


Text Example

White with #D814EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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