Html Css Color HEX #D617EF Psychedelic Purple

📋 copy color: '#D617EF'

red 214 ◦ green 23 ◦ blue 239

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

Shades of Psychedelic Purple #D617EF

Tints of Psychedelic Purple #D617EF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.83%

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

R = 44.96%
G = 4.83%
B = 50.21%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D617EF (or 0xD617EF) is known color: Psychedelic Purple. HEX triplet: D6, 17 and EF. RGB value is (214,23,239). Sum of RGB (Red+Green+Blue) = 214+23+239=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #D617EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D617EF is #29E810. Grayscale: #686868. Windows color (decimal): -2746385 or 15669206. OLE color: 15669206.

HSL color Cylindrical-coordinate representation of color #D617EF: hue angle of 293.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D617EF is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 23 239 -
CMYK 0.10 0.90 0 0.06
HSL 293.06º 0.87% 0.51% -
HSV(B) 293.06º 0.9% 0.94% -
XYZ 43.62 21.14 83.44 -
YUV 104.73 203.78 205.94 -
System Red Green Blue C M Y K H S L
Decimal 214 23 239 0.10 0.90 0 0.06 293.06 0.87 0.51
Hex D6 17 EF A 5A 0 6 125 57 33
Octal 326 27 357 12 132 0 6 445 127 63
Binary 11010110 10111 11101111 1010 1011010 0 110 100100101 1010111 110011

Color Harmonies of #D617EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617EF

Black with #D617EF

Text Example


Text Example

White with #D617EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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