Html Css Color HEX #D617EE Psychedelic Purple

📋 copy color: '#D617EE'

red 214 ◦ green 23 ◦ blue 238

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

Shades of Psychedelic Purple #D617EE

Tints of Psychedelic Purple #D617EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 45.05%
G = 4.84%
B = 50.11%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D617EE (or 0xD617EE) is known color: Psychedelic Purple. HEX triplet: D6, 17 and EE. RGB value is (214,23,238). Sum of RGB (Red+Green+Blue) = 214+23+238=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #D617EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D617EE is #29E811. Grayscale: #676767. Windows color (decimal): -2746386 or 15603670. OLE color: 15603670.

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

Color convert

RGB 214 23 238 -
CMYK 0.10 0.90 0 0.07
HSL 293.3º 0.86% 0.51% -
HSV(B) 293.3º 0.9% 0.93% -
XYZ 43.47 21.08 82.67 -
YUV 104.62 203.28 206.02 -
System Red Green Blue C M Y K H S L
Decimal 214 23 238 0.10 0.90 0 0.07 293.3 0.86 0.51
Hex D6 17 EE A 5A 0 7 125 56 33
Octal 326 27 356 12 132 0 7 445 126 63
Binary 11010110 10111 11101110 1010 1011010 0 111 100100101 1010110 110011

Color Harmonies of #D617EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617EE

Black with #D617EE

Text Example


Text Example

White with #D617EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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