Html Css Color HEX #D517EF Psychedelic Purple

📋 copy color: '#D517EF'

red 213 ◦ green 23 ◦ blue 239

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

Shades of Psychedelic Purple #D517EF

Tints of Psychedelic Purple #D517EF

RGB

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

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

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

R = 44.84%
G = 4.84%
B = 50.32%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D517EF (or 0xD517EF) is known color: Psychedelic Purple. HEX triplet: D5, 17 and EF. RGB value is (213,23,239). Sum of RGB (Red+Green+Blue) = 213+23+239=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 23 (9.38% from 255 or 4.84% 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 #D517EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D517EF is #2AE810. Grayscale: #676767. Windows color (decimal): -2811921 or 15669205. OLE color: 15669205.

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

Color convert

RGB 213 23 239 -
CMYK 0.11 0.90 0 0.06
HSL 292.78º 0.87% 0.51% -
HSV(B) 292.78º 0.9% 0.94% -
XYZ 43.33 20.99 83.43 -
YUV 104.43 203.95 205.44 -
System Red Green Blue C M Y K H S L
Decimal 213 23 239 0.11 0.90 0 0.06 292.78 0.87 0.51
Hex D5 17 EF B 5A 0 6 125 57 33
Octal 325 27 357 13 132 0 6 445 127 63
Binary 11010101 10111 11101111 1011 1011010 0 110 100100101 1010111 110011

Color Harmonies of #D517EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D517EF

Black with #D517EF

Text Example


Text Example

White with #D517EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D517EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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