Html Css Color HEX #D615EC Psychedelic Purple

📋 copy color: '#D615EC'

red 214 ◦ green 21 ◦ blue 236

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

Shades of Psychedelic Purple #D615EC

Tints of Psychedelic Purple #D615EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 45.44%
G = 4.46%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D615EC (or 0xD615EC) is known color: Psychedelic Purple. HEX triplet: D6, 15 and EC. RGB value is (214,21,236). Sum of RGB (Red+Green+Blue) = 214+21+236=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #D615EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D615EC is #29EA13. Grayscale: #666666. Windows color (decimal): -2746900 or 15472086. OLE color: 15472086.

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

Color convert

RGB 214 21 236 -
CMYK 0.09 0.91 0 0.07
HSL 293.86º 0.85% 0.5% -
HSV(B) 293.86º 0.91% 0.93% -
XYZ 43.14 20.89 81.12 -
YUV 103.22 202.94 207.02 -
System Red Green Blue C M Y K H S L
Decimal 214 21 236 0.09 0.91 0 0.07 293.86 0.85 0.5
Hex D6 15 EC 9 5B 0 7 126 55 32
Octal 326 25 354 11 133 0 7 446 125 62
Binary 11010110 10101 11101100 1001 1011011 0 111 100100110 1010101 110010

Color Harmonies of #D615EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615EC

Black with #D615EC

Text Example


Text Example

White with #D615EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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