Html Css Color HEX #D515EF Psychedelic Purple

📋 copy color: '#D515EF'

red 213 ◦ green 21 ◦ blue 239

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

Shades of Psychedelic Purple #D515EF

Tints of Psychedelic Purple #D515EF

RGB

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

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

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

R = 45.03%
G = 4.44%
B = 50.53%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D515EF (or 0xD515EF) is known color: Psychedelic Purple. HEX triplet: D5, 15 and EF. RGB value is (213,21,239). Sum of RGB (Red+Green+Blue) = 213+21+239=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #D515EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D515EF is #2AEA10. Grayscale: #666666. Windows color (decimal): -2812433 or 15668693. OLE color: 15668693.

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

Color convert

RGB 213 21 239 -
CMYK 0.11 0.91 0 0.06
HSL 292.84º 0.87% 0.51% -
HSV(B) 292.84º 0.91% 0.94% -
XYZ 43.29 20.91 83.42 -
YUV 103.26 204.61 206.27 -
System Red Green Blue C M Y K H S L
Decimal 213 21 239 0.11 0.91 0 0.06 292.84 0.87 0.51
Hex D5 15 EF B 5B 0 6 125 57 33
Octal 325 25 357 13 133 0 6 445 127 63
Binary 11010101 10101 11101111 1011 1011011 0 110 100100101 1010111 110011

Color Harmonies of #D515EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515EF

Black with #D515EF

Text Example


Text Example

White with #D515EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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