Html Css Color HEX #D713EA Psychedelic Purple

📋 copy color: '#D713EA'

red 215 ◦ green 19 ◦ blue 234

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

Shades of Psychedelic Purple #D713EA

Tints of Psychedelic Purple #D713EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50%

R = 45.94%
G = 4.06%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D713EA (or 0xD713EA) is known color: Psychedelic Purple. HEX triplet: D7, 13 and EA. RGB value is (215,19,234). Sum of RGB (Red+Green+Blue) = 215+19+234=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 19 (7.81% from 255 or 4.06% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #D713EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D713EA is #28EC15. Grayscale: #656565. Windows color (decimal): -2681878 or 15340503. OLE color: 15340503.

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

Color convert

RGB 215 19 234 -
CMYK 0.08 0.92 0 0.08
HSL 294.7º 0.85% 0.5% -
HSV(B) 294.7º 0.92% 0.92% -
XYZ 43.11 20.85 79.59 -
YUV 102.11 202.43 208.52 -
System Red Green Blue C M Y K H S L
Decimal 215 19 234 0.08 0.92 0 0.08 294.7 0.85 0.5
Hex D7 13 EA 8 5C 0 8 127 55 32
Octal 327 23 352 10 134 0 10 447 125 62
Binary 11010111 10011 11101010 1000 1011100 0 1000 100100111 1010101 110010

Color Harmonies of #D713EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713EA

Black with #D713EA

Text Example


Text Example

White with #D713EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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