Html Css Color HEX #D615EF Psychedelic Purple

📋 copy color: '#D615EF'

red 214 ◦ green 21 ◦ blue 239

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

Shades of Psychedelic Purple #D615EF

Tints of Psychedelic Purple #D615EF

RGB

 RED value IS 214 (83.98% from 255) = 45.15%

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

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

R = 45.15%
G = 4.43%
B = 50.42%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D615EF (or 0xD615EF) is known color: Psychedelic Purple. HEX triplet: D6, 15 and EF. RGB value is (214,21,239). Sum of RGB (Red+Green+Blue) = 214+21+239=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #D615EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D615EF is #29EA10. Grayscale: #666666. Windows color (decimal): -2746897 or 15668694. OLE color: 15668694.

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

Color convert

RGB 214 21 239 -
CMYK 0.10 0.91 0 0.06
HSL 293.12º 0.87% 0.51% -
HSV(B) 293.12º 0.91% 0.94% -
XYZ 43.58 21.06 83.43 -
YUV 103.56 204.44 206.77 -
System Red Green Blue C M Y K H S L
Decimal 214 21 239 0.10 0.91 0 0.06 293.12 0.87 0.51
Hex D6 15 EF A 5B 0 6 125 57 33
Octal 326 25 357 12 133 0 6 445 127 63
Binary 11010110 10101 11101111 1010 1011011 0 110 100100101 1010111 110011

Color Harmonies of #D615EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615EF

Black with #D615EF

Text Example


Text Example

White with #D615EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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