Html Css Color HEX #D713EC Psychedelic Purple

📋 copy color: '#D713EC'

red 215 ◦ green 19 ◦ blue 236

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

Shades of Psychedelic Purple #D713EC

Tints of Psychedelic Purple #D713EC

RGB

 RED value IS 215 (84.38% from 255) = 45.74%

 GREEN value IS 19 (7.81% from 255) = 4.04%

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

R = 45.74%
G = 4.04%
B = 50.21%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D713EC (or 0xD713EC) is known color: Psychedelic Purple. HEX triplet: D7, 13 and EC. RGB value is (215,19,236). Sum of RGB (Red+Green+Blue) = 215+19+236=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #D713EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D713EC is #28EC13. Grayscale: #656565. Windows color (decimal): -2681876 or 15471575. OLE color: 15471575.

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

Color convert

RGB 215 19 236 -
CMYK 0.09 0.92 0 0.07
HSL 294.19º 0.85% 0.5% -
HSV(B) 294.19º 0.92% 0.93% -
XYZ 43.4 20.97 81.12 -
YUV 102.34 203.43 208.36 -
System Red Green Blue C M Y K H S L
Decimal 215 19 236 0.09 0.92 0 0.07 294.19 0.85 0.5
Hex D7 13 EC 9 5C 0 7 126 55 32
Octal 327 23 354 11 134 0 7 446 125 62
Binary 11010111 10011 11101100 1001 1011100 0 111 100100110 1010101 110010

Color Harmonies of #D713EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713EC

Black with #D713EC

Text Example


Text Example

White with #D713EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713EC; }

 p { color: rgb(215,19,236); }

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

background-color css

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

 a { background-color: rgb(215,19,236); }

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

border-color css

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

 span { border-color: rgb(215,19,236); }

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