Html Css Color HEX #D517ED Psychedelic Purple

📋 copy color: '#D517ED'

red 213 ◦ green 23 ◦ blue 237

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

Shades of Psychedelic Purple #D517ED

Tints of Psychedelic Purple #D517ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 45.03%
G = 4.86%
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

#D517ED (or 0xD517ED) is known color: Psychedelic Purple. HEX triplet: D5, 17 and ED. RGB value is (213,23,237). Sum of RGB (Red+Green+Blue) = 213+23+237=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #D517ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D517ED is #2AE812. Grayscale: #676767. Windows color (decimal): -2811923 or 15538133. OLE color: 15538133.

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

Color convert

RGB 213 23 237 -
CMYK 0.10 0.90 0 0.07
HSL 293.27º 0.86% 0.51% -
HSV(B) 293.27º 0.9% 0.93% -
XYZ 43.03 20.87 81.88 -
YUV 104.21 202.95 205.6 -
System Red Green Blue C M Y K H S L
Decimal 213 23 237 0.10 0.90 0 0.07 293.27 0.86 0.51
Hex D5 17 ED A 5A 0 7 125 56 33
Octal 325 27 355 12 132 0 7 445 126 63
Binary 11010101 10111 11101101 1010 1011010 0 111 100100101 1010110 110011

Color Harmonies of #D517ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D517ED

Black with #D517ED

Text Example


Text Example

White with #D517ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D517ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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