Html Css Color HEX #D515EE Psychedelic Purple

📋 copy color: '#D515EE'

red 213 ◦ green 21 ◦ blue 238

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

Shades of Psychedelic Purple #D515EE

Tints of Psychedelic Purple #D515EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.45%

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

R = 45.13%
G = 4.45%
B = 50.42%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D515EE (or 0xD515EE) is known color: Psychedelic Purple. HEX triplet: D5, 15 and EE. RGB value is (213,21,238). Sum of RGB (Red+Green+Blue) = 213+21+238=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #D515EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515EE is #2AEA11. Grayscale: #666666. Windows color (decimal): -2812434 or 15603157. OLE color: 15603157.

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

Color convert

RGB 213 21 238 -
CMYK 0.11 0.91 0 0.07
HSL 293.09º 0.86% 0.51% -
HSV(B) 293.09º 0.91% 0.93% -
XYZ 43.14 20.86 82.64 -
YUV 103.15 204.11 206.36 -
System Red Green Blue C M Y K H S L
Decimal 213 21 238 0.11 0.91 0 0.07 293.09 0.86 0.51
Hex D5 15 EE B 5B 0 7 125 56 33
Octal 325 25 356 13 133 0 7 445 126 63
Binary 11010101 10101 11101110 1011 1011011 0 111 100100101 1010110 110011

Color Harmonies of #D515EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515EE

Black with #D515EE

Text Example


Text Example

White with #D515EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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