Html Css Color HEX #D517EE Psychedelic Purple

📋 copy color: '#D517EE'

red 213 ◦ green 23 ◦ blue 238

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

Shades of Psychedelic Purple #D517EE

Tints of Psychedelic Purple #D517EE

RGB

 RED value IS 213 (83.59% from 255) = 44.94%

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

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

R = 44.94%
G = 4.85%
B = 50.21%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D517EE (or 0xD517EE) is known color: Psychedelic Purple. HEX triplet: D5, 17 and EE. RGB value is (213,23,238). Sum of RGB (Red+Green+Blue) = 213+23+238=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #D517EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D517EE is #2AE811. Grayscale: #676767. Windows color (decimal): -2811922 or 15603669. OLE color: 15603669.

HSL color Cylindrical-coordinate representation of color #D517EE: hue angle of 293.02º 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 #D517EE is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 23 238 -
CMYK 0.11 0.90 0 0.07
HSL 293.02º 0.86% 0.51% -
HSV(B) 293.02º 0.9% 0.93% -
XYZ 43.18 20.93 82.65 -
YUV 104.32 203.45 205.52 -
System Red Green Blue C M Y K H S L
Decimal 213 23 238 0.11 0.90 0 0.07 293.02 0.86 0.51
Hex D5 17 EE B 5A 0 7 125 56 33
Octal 325 27 356 13 132 0 7 445 126 63
Binary 11010101 10111 11101110 1011 1011010 0 111 100100101 1010110 110011

Color Harmonies of #D517EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D517EE

Black with #D517EE

Text Example


Text Example

White with #D517EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D517EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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