Html Css Color HEX #D713EB Psychedelic Purple

📋 copy color: '#D713EB'

red 215 ◦ green 19 ◦ blue 235

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

Shades of Psychedelic Purple #D713EB

Tints of Psychedelic Purple #D713EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 45.84%
G = 4.05%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D713EB (or 0xD713EB) is known color: Psychedelic Purple. HEX triplet: D7, 13 and EB. RGB value is (215,19,235). Sum of RGB (Red+Green+Blue) = 215+19+235=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #D713EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D713EB is #28EC14. Grayscale: #656565. Windows color (decimal): -2681877 or 15406039. OLE color: 15406039.

HSL color Cylindrical-coordinate representation of color #D713EB: hue angle of 294.44º 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 #D713EB is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 19 235 -
CMYK 0.09 0.92 0 0.08
HSL 294.44º 0.85% 0.5% -
HSV(B) 294.44º 0.92% 0.92% -
XYZ 43.25 20.91 80.35 -
YUV 102.23 202.93 208.44 -
System Red Green Blue C M Y K H S L
Decimal 215 19 235 0.09 0.92 0 0.08 294.44 0.85 0.5
Hex D7 13 EB 9 5C 0 8 126 55 32
Octal 327 23 353 11 134 0 10 446 125 62
Binary 11010111 10011 11101011 1001 1011100 0 1000 100100110 1010101 110010

Color Harmonies of #D713EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713EB

Black with #D713EB

Text Example


Text Example

White with #D713EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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